linuxserver / docker-airsonic

GNU General Public License v3.0
37 stars 8 forks source link

Mounted Playlist folder option not working #12

Closed antipiot closed 6 years ago

antipiot commented 6 years ago

When using Playlist option they're not saved inside mounter directory

airsonic

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

airsonic2

Tried to edit airsonic.conf playlist line with no luck: "PlaylistFolder=/airsonic/playlists"

Any hints?

Regards,

Jonas

j0nnymoe commented 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 \

antipiot commented 6 years ago

I was mistaken with this, Issue persist using right path:

airsonic
j0nnymoe commented 6 years ago

Just looked at this, the /playlists folder is only for importing into airsonic. The playlists are actually stored in the airsonic db.

antipiot commented 6 years ago

Okay! was the information i needed. thanks a lot :-)