checking playlist directory: path does not exist, please provide one
Closed this issue · 3 comments
xtay573269555 commented
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 error checking playlist directory: path does not exist, please provide one
.
dockerfile volume command need add a directory /playlists
as following:
VOLUME ["/cache", "/data", "/music", "/podcasts", "/playlists"]
sentriz commented
hi that is intended behaviour since playlists are required for subsonic functionality
xtay573269555 commented
The directory /playlists
is referenced by the later env GONIC_PLAYLISTS_PATH
in Dockerfile, but it(/playlists
) is not exist in the docker image.
sentriz commented
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