You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results in damaged podcast libraries when restarting the container.
When you docker exec into the container, you can see that there are 2 folders: /podcasts and /Podcasts. The later is used for files, the first is the one mapped into the volume
Therefore, the docker compose should state
./podcasts:/Podcasts
or the folder should be renamed to lower case, because all other folders are lower case.
What did you expect to happen?
One restart, all podcasts should be displayed correctly
Steps to reproduce the issue
Use the docker-compose file to start audiobookshelf
Add a bodcast, download one episode
docker compose restart
All images are gone, folder is declared missing
Audiobookshelf version
2.16.2
How are you running audiobookshelf?
Docker
What OS is your Audiobookshelf server hosted from?
Linux
If the issue is being seen in the UI, what browsers are you seeing the problem on?
None
Logs
No response
Additional Notes
No response
The text was updated successfully, but these errors were encountered:
When you set up your library, did you type /Podcasts? If so, that would explain why you have two different podcast folders, the path is case sensitive.
Yes, I did. It's not obvious that the name has to match the library setting... I checked some dictionaries, and most language use "podcasts". Just us silly Germans are writing nouns with first capital letter...
Perhaps you can add a statement to the docker example that all the libraries have to be defined there. In case someone wants to use /work and /private, or anything like that...
What happened?
When installing audiobookshelf according to documentation, it states you have to set
This results in damaged podcast libraries when restarting the container.
When you docker exec into the container, you can see that there are 2 folders: /podcasts and /Podcasts. The later is used for files, the first is the one mapped into the volume
Therefore, the docker compose should state
./podcasts:/Podcasts
or the folder should be renamed to lower case, because all other folders are lower case.
What did you expect to happen?
One restart, all podcasts should be displayed correctly
Steps to reproduce the issue
Audiobookshelf version
2.16.2
How are you running audiobookshelf?
Docker
What OS is your Audiobookshelf server hosted from?
Linux
If the issue is being seen in the UI, what browsers are you seeing the problem on?
None
Logs
No response
Additional Notes
No response
The text was updated successfully, but these errors were encountered: