07-19-2020, 05:55 PM
(This post was last modified: 07-19-2020, 05:58 PM by philrandal.)
The problem I see with this is that each time you select / deselect, MPD will have to rescan everything selected.
Oh, this might help:
https://www.musicpd.org/doc/html/user.ht...-directory
"Mounting is only possible with the simple database plugin and a cache_directory, e.g.:
database {
plugin "simple"
path "~/.mpd/db"
cache_directory "~/.mpd/cache"
}
This requires migrating from the old db_file setting to a database section. The cache directory must exist, and MPD will put one file per mount there, which will be reused when the same storage is used again later."
At the moment Moode uses the old db_file setting in /etc/mpd.conf.
I don't know enough about either mpd or the Moode internals to know whether this is barking up the wrong tree or not.
Phil
Oh, this might help:
https://www.musicpd.org/doc/html/user.ht...-directory
"Mounting is only possible with the simple database plugin and a cache_directory, e.g.:
database {
plugin "simple"
path "~/.mpd/db"
cache_directory "~/.mpd/cache"
}
This requires migrating from the old db_file setting to a database section. The cache directory must exist, and MPD will put one file per mount there, which will be reused when the same storage is used again later."
At the moment Moode uses the old db_file setting in /etc/mpd.conf.
I don't know enough about either mpd or the Moode internals to know whether this is barking up the wrong tree or not.
Phil