Smart Playlist Generation - Use Absolute Path instead of Relative #1211
-
In my use case, I leverage (several) MyMpd containers as my manager for my (several) MPD containers. However, I also have a Jellyfin container to play my music on local workstations or mobile devices. Jellyfin requires the paths in the playlists to be absolute. When MyMpd generates or updates a SmartPlaylist (or any playlist) it uses the relative path to the media folder. Is there a way now or is it possible to add a setting in MyMpd to use the absolute path when creating/updating playlists? For example MPD conf Playlist (m3u) created by MyMPD
Playlist (m3u) modified to work with MyMPD & Jellyfin
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
myMPD uses the mpd protocol to generate the playlists. From mpd documentation:
|
Beta Was this translation helpful? Give feedback.
myMPD uses the mpd protocol to generate the playlists.
From mpd documentation: