-
Notifications
You must be signed in to change notification settings - Fork 387
Description
Feature request
Hello,
Please add support to use a personalized filename for .mpdignore.
An option in mpd.conf like:
mpdignore_file "mympdignorefile"
would be great
use case:
several instances of mpd using the same music directory with the need to ignore differents sets of file.
This is the case with my kind of setup with 4 mpds:
1-a nas holding my music collection, running mpd to serve a full database for the main system
2-a main system capable of playing anything (hires and dsd included) with a good dac using the nas database
3-a secondary system only capable of playing lowres pcm files (44.1 and 48 kHz) and not powerfull enough to resample.
4-a fourth machine used to access my music collection over internet using httpd output and shine encoder not powerfull enough to resample.
All 4 machines are low power soc devices (goflexnet for the nas an pogoplugs for the players)
1 needs to ignore a set of file I want to keep but I don't want to appear in database
3 needs to ignore same set as 1 plus everything but 44.1 and 48 kHz pcm files
4 needs to ignore same set as 1 plus everithing but 44.1 kHz pcm files
The only way I found as a workaround is to create "virtual" music directories using symlinks to sort my files by format (lowrespcm,hirespcm, dsd) instead of the classic Artist/album/tracks I want to keep, which is not very convenient and hard to maintain.
thank you for your interest in my request and for this great piece of software
best regards,
Stéphane