01-04-2021, 01:14 PM
(01-04-2021, 09:19 AM)the_bertrum Wrote:(01-02-2021, 11:05 PM)Tim Curtis Wrote: The .mpdignore feature is on the TODO list as a Preferences setting to avoid having to do SSH. I assume that its most commonly used at the music root /var/lib/mpd/music as opposed to being set in individual subdirectories
Setting it at the root would be sufficient I think Tim, since the file can include paths to the things to be ignored.
Such a file would tell MPD to ignore everything it finds with a .cue extension, AND everything in "useless_folder".Code:*.cue
path/to/useless_folder/*
Ok,cool.