You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Store nfs v4 url extensions in MPD state file. Add via nfs v4 exported directory to MPD (without version=4 mount is not successful) MPD and mpc from git. Compiled to Debian testing x64.
$ mpc mount nfs 'nfs://nfs:/data/music?version=4'
Now access to audio files unter nfs is possible. MPD statefile now shows
Restart MPD. Nfs directory does not work. Have to unmount and re-mount it again. Storage plugin supports url extensions for nfs https://mpd.readthedocs.io/en/latest/plugins.html#nfs - would be nice to have a consistent usage with input plugin.
The text was updated successfully, but these errors were encountered:
Ugly but MPD works as advertised together with my NFS server. Correct solution: MPD should write NFS url extensions to state file and not to cache filename. I'm a little confused about how MPD creates and saves NFS url. Maybe someone could help?
Store nfs v4 url extensions in MPD state file. Add via nfs v4 exported directory to MPD (without version=4 mount is not successful) MPD and mpc from git. Compiled to Debian testing x64.
$ mpc mount nfs 'nfs://nfs:/data/music?version=4'
Now access to audio files unter nfs is possible. MPD statefile now shows
Restart MPD. Nfs directory does not work. Have to unmount and re-mount it again. Storage plugin supports url extensions for nfs https://mpd.readthedocs.io/en/latest/plugins.html#nfs - would be nice to have a consistent usage with input plugin.
The text was updated successfully, but these errors were encountered: