Moode Forum

Full Version: How to exclude folders from attached USB drive
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I spent a few hours installing and playing with (the latest) moOde (on a 2gb Pi 4) yesterday and it looks pretty good.  One small problem though is that the USB drive with my music also has some videos on it which are getting picked up by the library scan.   Is there some way of either:
1) blacklisting (or whitelisting) folders so that they don't appear in the library, or
2) whitelisting just .mp3 and .flac files so all other file types are not scanned?
Place a file called .mpdignore in the root of your USB drive.
The content is one line for each (wildcard) path or file type to exclude.

See for more info https://mpd.readthedocs.io/en/latest/use...e-database.
Thanks, that did the trick!