Closed xtay573269555 closed 2 months ago
hi that is intended behaviour since playlists are required for subsonic functionality
The directory /playlists
is referenced by the later env GONIC_PLAYLISTS_PATH
in Dockerfile, but it(/playlists
) is not exist in the docker image.
yeah the default expected path exists as an env var, but this forces the user to mount a playlist dir so that they dont lose any data when using the subsonic playlist features later
checking playlist directory: path does not exist, please provide one
gonic version: sentriz/gonic:v0.16.4
If not mount a directory to
/playlists
, it will raise a errorchecking playlist directory: path does not exist, please provide one
.dockerfile volume command need add a directory
/playlists
as following: