02-09-2021, 07:45 PM
(02-09-2021, 07:30 PM)skahtee Wrote:(01-27-2021, 05:37 PM)dispo Wrote: For anyone else who encounters this issue...
I added a .mpdignore file to the root level of my music source and added "*m3u" "*cue" and "*M3U" "*CUE".
It looks like the patterns are case sensitive, so make sure you put any extra casings (on a unique line) in the file
Curious if this specific syntax would also exclude any files containing same sequence of letters (eg. Rolling Stones - Emotional Rescue.mp3 )
Is it not more accurate to indicate as a file type? (eg. *.m3u or *.cue)
From the MPD documentation
Quote:To exclude a file from the update, create a file called .mpdignore in its parent directory. Each line of that file may contain a list of shell wildcards. Matching files in the current directory and all subdirectories are excluded.
Supposing the phrase "shell wildcards" means what it says, then no, your example wouldn't match.
Regards,
Kent