Moode Forum

Full Version: Modding moOde: Autoupdate Libary when USB storage changes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Thats a clever way to implement that feature by piggybacking on the the samba add/remove code.

Added to TODO list :-)

-Tim