Closed antipiot closed 6 years ago
You are adding extra information to the container paths when there is no need. The container path doesn't need to be changed from: -v </path/to/config>:/config \ -v </path/to/music>:/music \ -v </path/to/playlists>:/playlists \ -v </path/to/podcasts>:/podcasts \ -v </path/to/other media>:/media \
I was mistaken with this, Issue persist using right path:
Just looked at this, the /playlists
folder is only for importing into airsonic. The playlists are actually stored in the airsonic db.
Okay! was the information i needed. thanks a lot :-)
When using Playlist option they're not saved inside mounter directory
What is expected: When creating docker using option playlists, the playlists should be wrote and read from the mounted folder.
What's happening: When mounting the Playlists folder: nothing is wrote or read from this folder. If i create a new playlist: nothing appear in the mounted folder but the playlist can be edited.
Where is the playlist stored? coul'dnt find them in docker config.
If i bash into docker and navigate to the playlist location, i'm able to see my playlists. /airsonic/playlists
Tried to edit airsonic.conf playlist line with no luck: "PlaylistFolder=/airsonic/playlists"
Any hints?
Regards,
Jonas