Moode Forum
[How to do instruction] Modding moOde: Autoupdate Libary when USB storage changes - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: FAQ and Guides (https://moodeaudio.org/forum/forumdisplay.php?fid=9)
+--- Thread: [How to do instruction] Modding moOde: Autoupdate Libary when USB storage changes (/showthread.php?tid=340)



Modding moOde: Autoupdate Libary when USB storage changes - Highsider - 07-22-2018

Hello,

as I am using different USB devices, I added autmatic update to the MPD libary.
As mode already uses udisk-glue to recognize a new /changed usb device, there is only al little change necessary.

I just call a new script (usb-update.sh) form tweaked util.sh.
See Download Link for details.

Best regards
Hans


RE: Modding moOde: Autoupdate Libary when USB storage changes - Tim Curtis - 07-22-2018

Thats a clever way to implement that feature by piggybacking on the the samba add/remove code.

Added to TODO list :-)

-Tim