Luctia / ezarr

Ezarr aims to make it as easy as possible to setup an entire Servarr/Jackett/BitTorrent/Usenet/PleX/Jellyfin mediacenter stack using Docker
MIT License
730 stars 81 forks source link

issue with bazarr path mapping #68

Open joihn opened 3 weeks ago

joihn commented 3 weeks ago

https://github.com/Luctia/ezarr/blob/main/docker-compose.yml.sample#L102C33-L102C38

- ${ROOT_DIR}/data/media:/media

I would advice instead

- ${ROOT_DIR}/data/media:/data/media

Such that sonarr and bazarr path mapping are the same , otherwise bazarr will not find the files

Luctia commented 1 week ago

Can you elaborate a bit more on why this is the case? Because it seems to work fine for me locally, and that makes sense to me. The path on the right of the colon is only visible within Bazarr, as long as you configure correctly that should work just fine, no? The path left of the colon should definitely be the same, but the path on the right can be whatever you want.

Luctia commented 1 week ago

You can see this in the Plex section too, by the way. That configuration also uses /media for the internal path.