sentriz/gonic

checking playlist directory: path does not exist, please provide one

Closed this issue · 3 comments

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"]

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