Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with bazarr path mapping #68

Open
joihn opened this issue Nov 6, 2024 · 2 comments · May be fixed by #69
Open

issue with bazarr path mapping #68

joihn opened this issue Nov 6, 2024 · 2 comments · May be fixed by #69

Comments

@joihn
Copy link

joihn commented Nov 6, 2024

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 Luctia removed their assignment Nov 17, 2024
@Luctia
Copy link
Owner

Luctia commented Nov 17, 2024

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
Copy link
Owner

Luctia commented Nov 17, 2024

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

@Yakrel Yakrel linked a pull request Nov 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants