![]() |
[PROBLEM] Library update not working since 8.3.7 - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] Library update not working since 8.3.7 (/showthread.php?tid=6402) Pages:
1
2
|
RE: Library update not working since 8.3.7 - Tonewheelkev - 04-12-2024 (04-12-2024, 05:08 PM)Tim Curtis Wrote: With all USB drives unplugged what is output ofpi@moode:~ $ ls /media Kingston1TB RE: Library update not working since 8.3.7 - Tim Curtis - 04-12-2024 Verify /media/Kingston1TB is empty (the ls command below returns nothing) Code: sudo ls /media/Kingston1TB Then remove the directory Code: sudo rmdir /media/Kingston1TB Then plug in one USB drive and restest "Update library" and "Update this folder" and verify the mpdindex and thumbgen log records are present in the moode log. RE: Library update not working since 8.3.7 - Tonewheelkev - 04-12-2024 (04-12-2024, 06:10 PM)Tim Curtis Wrote: Verify /media/Kingston1TB is empty (the ls command below returns nothing) The first set of code above....returns nothing, as you said. pi@moode:~ $ sudo rmdir /media/Kingston1TB rmdir: failed to remove '/media/Kingston1TB': No such file or directory Then went back to your updated instructions in #4......hope it was OK to do that. pi@moode:~ $ ls /media/Crucial2TB ls /media/Kingston1TB ls /media/Kingston1TB_ ls: cannot access '/media/Crucial2TB': No such file or directory ls: cannot access '/media/Kingston1TB': No such file or directory ls: cannot access '/media/Kingston1TB_': No such file or directory pi@moode:~ $ sudo rmdir /media/Crucial2TB sudo rmdir /media/Kingston1TB sudo rmdir /media/Kingston1TB_ rmdir: failed to remove '/media/Crucial2TB': No such file or directory rmdir: failed to remove '/media/Kingston1TB': No such file or directory rmdir: failed to remove '/media/Kingston1TB_': No such file or directory Hope that makes sense. RE: Library update not working since 8.3.7 - Nutul - 04-12-2024 (04-12-2024, 06:52 PM)Tonewheelkev Wrote:(04-12-2024, 06:10 PM)Tim Curtis Wrote: Verify /media/Kingston1TB is empty (the ls command below returns nothing) It looks like all the folders have been successfully removed, then. Now plug one disk in and proceed with what Tim is asking you to do. RE: Library update not working since 8.3.7 - Tonewheelkev - 04-12-2024 (04-12-2024, 08:20 PM)Nutul Wrote:(04-12-2024, 06:52 PM)Tonewheelkev Wrote:(04-12-2024, 06:10 PM)Tim Curtis Wrote: Verify /media/Kingston1TB is empty (the ls command below returns nothing) Thanks for making that clear....so the folders are in fact gone!! Phew.... Can now have a go at the Update/Verify bit. Cheers. |