[Support] Linuxserver.io - Bazarr


Recommended Posts

linuxserver_medium.png

 

Application Name: Bazarr

Application Site: https://github.com/morpheus65535/bazarr

Docker Hub: https://hub.docker.com/r/linuxserver/bazarr/

Github: https://github.com/linuxserver/docker-bazarr

 

Please post any questions/issues relating to this docker you have in this thread.

 

If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.

  • Like 1
Link to comment
  • 4 weeks later...

I'm having some problems with the Path Mappings that I cant seem to be able to figure out.

 

I had this working with the dockerhub-version but when I changed my cache-drive something screwed it up so I decided to reinstall using the CA-template but I'm obviously doing something wrong since I keep getting "This path does not seem to be valid" on everything in Bazarr.

 

This is my current settings: https://imgur.com/gallery/fj2vis2

I think this is how I used to have it but I could very well be wrong, I tried a couple of different variations but no luck.

Link to comment
14 hours ago, XenapZ said:

I'm having some problems with the Path Mappings that I cant seem to be able to figure out.

 

I had this working with the dockerhub-version but when I changed my cache-drive something screwed it up so I decided to reinstall using the CA-template but I'm obviously doing something wrong since I keep getting "This path does not seem to be valid" on everything in Bazarr.

 

This is my current settings: https://imgur.com/gallery/fj2vis2

I think this is how I used to have it but I could very well be wrong, I tried a couple of different variations but no luck.

You have to point the Path Mappings for Sonarr and Radarr to the same path as configured in the container's options!

Therefore replace "/media" to "/mnt/user/Movies" for Radarr and "mnt/user/TV Shows" for Sonarr.

Edited by InVisibleGoD
Link to comment
13 hours ago, InVisibleGoD said:

You have to point the Path Mappings for Sonarr and Radarr to the same path as configured in the container's options!

Therefore replace "/media" to "/mnt/user/Movies" for Radarr and "mnt/user/TV Shows" for Sonarr.

 

 

I tried that and it still says "This path doesn't seem to be valid" on all the files in the Series and Movies tab, any ideas?

 

 

bild.png

Edited by XenapZ
Link to comment

Your paths are wrong. The easiest way to fix this is A) Find the correct paths and B) Delete the Bazaar container & it's appdata folder and start again (I discovered that in some cases, changing to the correct path doesn't always work if it's already logged the wrong one and it was easy to just start over).

 

Step 1) In the Bazarr container note Host Path 2 and 3. You'll link 2 to wherever your movies are, like /mnt/media/movies and 3 to tv, like /mnt/media/tv. Note these are *not the paths you use in the applications!* Like all containers, this just maps to an internal container path. *That's* what you use.

 

For the Unraid Bazarr container Movies are mapped to /movies and TV mapped to /tv. Note the case! It is case-sensitive. Inside the container itself that is where Bazarr sees the content. You can easily test this by opening up a console shell for the container and cd'ing to /movies and /tv - if you mapped this correctly you'll see a list of your respective files in each.

 

Step 2) You need to use the same *container* path for Sonarr/Radarr - the ones those containers are using. For example, Binhex-Sonarr/Radarr maps your directories to /media for those containers. So /mnt/media/movies (if that is your actual Unraid path) is mapped to /media inside the Radarr container, and so on.

 

Step 3) Use the respective container path mappings in Bazarr. In the above example, you'd use /media for both the Sonarr and Radarr path (left side) and /movies for Radarr /tv for Sonarr for the Bazarr mapping (right side).

 

Obviously you need to use the actual paths you are using. Quickest sanity check is just to open a console shell for all 3 containers and cd/ls each container path. That will insure you are using the right ones.

 

This probably seems obvious but I know sometimes container paths, especially when using containers from different sources, can get confusing, and the Bazarr instructions are somewhat unclear at the moment.

 

Last tip: After you get it working and Bazarr correctly scans all your shows/movies (it can take a bit) you can mass-edit the list and choose the languages, or language, you want to apply to them. Then do a sync (or wait for it to kick off on it's own, it's scheduled) and it'll be able to show you what you have and what's missing.

 

I have this working and downloading subs for my movies and tv shows. It is quite handy, actually. Plex users can use the SubZero plugin but Emby users like myself have been stuck with the built-in Opensubtitles support which is pretty lacking. Bazarr lets you use more providers by leveraging Subliminal, which is what SubZero leverages as well and is one of the better, if not best, subtitle matching apps around.

  • Thanks 1
Link to comment
24 minutes ago, planetix said:

Your paths are wrong. The easiest way to fix this is A) Find the correct paths and B) Delete the Bazaar container & it's appdata folder and start again (I discovered that in some cases, changing to the correct path doesn't always work if it's already logged the wrong one and it was easy to just start over).

 

Step 1) In the Bazarr container note Host Path 2 and 3. You'll link 2 to wherever your movies are, like /mnt/media/movies and 3 to tv, like /mnt/media/tv. Note these are *not the paths you use in the applications!* Like all containers, this just maps to an internal container path. *That's* what you use.

 

For the Unraid Bazarr container Movies are mapped to /movies and TV mapped to /tv. Note the case! It is case-sensitive. Inside the container itself that is where Bazarr sees the content. You can easily test this by opening up a console shell for the container and cd'ing to /movies and /tv - if you mapped this correctly you'll see a list of your respective files in each.

 

Step 2) You need to use the same *container* path for Sonarr/Radarr - the ones those containers are using. For example, Binhex-Sonarr/Radarr maps your directories to /media for those containers. So /mnt/media/movies (if that is your actual Unraid path) is mapped to /media inside the Radarr container, and so on.

 

Step 3) Use the respective container path mappings in Bazarr. In the above example, you'd use /media for both the Sonarr and Radarr path (left side) and /movies for Radarr /tv for Sonarr for the Bazarr mapping (right side).

 

Obviously you need to use the actual paths you are using. Quickest sanity check is just to open a console shell for all 3 containers and cd/ls each container path. That will insure you are using the right ones.

 

This probably seems obvious but I know sometimes container paths, especially when using containers from different sources, can get confusing, and the Bazarr instructions are somewhat unclear at the moment.

 

Last tip: After you get it working and Bazarr correctly scans all your shows/movies (it can take a bit) you can mass-edit the list and choose the languages, or language, you want to apply to them. Then do a sync (or wait for it to kick off on it's own, it's scheduled) and it'll be able to show you what you have and what's missing.

 

I have this working and downloading subs for my movies and tv shows. It is quite handy, actually. Plex users can use the SubZero plugin but Emby users like myself have been stuck with the built-in Opensubtitles support which is pretty lacking. Bazarr lets you use more providers by leveraging Subliminal, which is what SubZero leverages as well and is one of the better, if not best, subtitle matching apps around.

Thank you for your detailed answer.

 

It appears I initially thought right in using the specified host paths but the template showed them wrong.

When I bashed in as you suggested I saw that TV is actually tv and Movies is actually movies.

 

Maybe the template should be updated so others don't make the same mistake?

 

Got it working now anyway, thanks for your help!

Link to comment
7 minutes ago, XenapZ said:

Thank you for your detailed answer.

 

It appears I initially thought right in using the specified host paths but the template showed them wrong.

When I bashed in as you suggested I saw that TV is actually tv and Movies is actually movies.

 

Maybe the template should be updated so others don't make the same mistake?

 

Got it working now anyway, thanks for your help!

 

Don't feel bad, I got bit by that exact same problem - I forgot that the description under the path in the container options is just that, a description, and the actual path it maps to is lower case. Which in case sensitive environments like this one is something of a problem :)

 

Since it's happened to at least two of us I agree that perhaps the container should be updated to correct this minor, but important, typo in the description. It is an easy thing to overlook.

Link to comment

BTW thanks a LOT LSIO for creating this container, the above issue aside it makes it a lot easier to install Bazarr than trying to do it manually and Bazarr itself is a great app. Plex may have the SubZero plugin but Emby users like myself needed something like this which also leverages Subliminal.

Link to comment
  • 5 weeks later...

I am having some trouble getting this to work properly. I read the preceding posts about paths and feel sure that I have them correct. My problem is that when I have done the general settings page in the UI as well as the Subliminal page, I am left with a "Loading page" that just seems to be stuck.

 

Note that I am not using Radarr which is why there are no entries for that in the UI, but only in the docker template (as I didn't want it to throw an error if it was missing.

 

I have attached screenshots and would appreciate if someone who has it working could point out where I went wrong ;-)

 

Thanks in advance!

 

BazarrDocker.png

BazarrGeneralSettings.png

BazarrSubliminal.png

BazarrStuck.png

Edited by t33j4y
  • Like 1
Link to comment
On 10/21/2018 at 12:38 PM, planetix said:

BTW thanks a LOT LSIO for creating this container, the above issue aside it makes it a lot easier to install Bazarr than trying to do it manually and Bazarr itself is a great app. Plex may have the SubZero plugin but Emby users like myself needed something like this which also leverages Subliminal.

Additionally, I've had limited success with SubZero for subtitles and Plex will be removing the plug-in system soon, if not already. Plex recently integrated subtitles search natively but I have yet to try it. I'm looking forward to trying Bazaar first.

Edited by bobbintb
Link to comment

How long does it take to start the docker? It's been a few minutes since I installed it and I still can't access the webui. The log it stuck on "Bazaar starting...". I know a few of the other linuxserver images take a while to start up the first time but those have a lot of activity in the log. It's been over 10 minutes.

Link to comment
1 hour ago, bobbintb said:

How long does it take to start the docker? It's been a few minutes since I installed it and I still can't access the webui. The log it stuck on "Bazaar starting...". I know a few of the other linuxserver images take a while to start up the first time but those have a lot of activity in the log. It's been over 10 minutes.

For me, it wasn't set up with a network type (bridge or host for example). My log still says "Bazarr starting.." but after changing the network type, I can access the webgui which is currently hanging at the same place as @t33j4y

Link to comment
4 hours ago, fitur said:

For me, it wasn't set up with a network type (bridge or host for example). My log still says "Bazarr starting.." but after changing the network type, I can access the webgui which is currently hanging at the same place as @t33j4y

Thanks, that fixed it. The template probably needs to be updated.

Link to comment
On 11/28/2018 at 4:51 PM, t33j4y said:

Anyone? 😕

I did notice on the last screenshot you don't have Sonarr enabled (use Sonarr). I doubt that's causing the issue though. Additionally, one of your paths in the screenshot for Sonarr doesn't have a "/" at the end. Believe it or not, I've had programs break before because of that (sloppy programming IMHO). That might be an issue here.

Edit: I'm pretty sure that's it because I removed the trailing slash from one of my paths and now it's freaking out about invalid paths and instead of /movies/movie_name it's showing /moviemovie_name. I'll submit a bug on the project page. Again, sloppy programming. Add a trailing slash and that should fix it.

Edited by bobbintb
Link to comment
4 hours ago, bobbintb said:

I did notice on the last screenshot you don't have Sonarr enabled (use Sonarr). I doubt that's causing the issue though. Additionally, one of your paths in the screenshot for Sonarr doesn't have a "/" at the end. Believe it or not, I've had programs break before because of that (sloppy programming IMHO). That might be an issue here.

Edit: I'm pretty sure that's it because I removed the trailing slash from one of my paths and now it's freaking out about invalid paths and instead of /movies/movie_name it's showing /moviemovie_name. I'll submit a bug on the project page. Again, sloppy programming. Add a trailing slash and that should fix it.

 

Thanks - nice to hear from others who also have problems getting this to work - one starts to think he is the only one who can't get it working when there are no responses 🙂

 

Anyway, I've fixed the trailing slash which unfortunately didn't fix anything 😕 Regarding the enabling of Sonarr, that is unfortunately part of the next setup page in the WebGUI which I can't access (it is greyed out in the background while it loads)

 

So I'm still stuck 😞

 

Btw, the template also didn't suggest bridge or host for network mode for me, so I manually chose bridge.

Link to comment
  • 3 weeks later...

Is this working for anyone?

 

I installed the docker. The WebUI is accessible and I've set up the config, got reverse proxy working too.

 

The Wanted list now shows 2,593 missing subtitles. But nothing is downloaded since last night. Tried a new docker install, tried to trigger it manually.

 

Log shows:

 

BAZARR Finished searching for missing subtitles. Check histories for more information.

and History is empty.

 

::

 

I went into the Wanted list and manually triggered searches for 3 episodes. Bazarr found them and I can see the SRT files on the server. But the WebUI still has the episodes in the Wanted list and Badge number shows the same.

 

So it looks like Bazarr works when manually searching individual episodes but isn't recognizing the ones it found, and the bulk download doesn't seem to be working for me.

 

 

 

bazarr(1).log

Edited by vurt
Attached log
Link to comment

I was talking to one of their devs on Discord and we were trying to find the bazarr/static folder but I don't see it in mine.

 

All I have are /config, /db, and /log.

 

Where is the /static folder? Maybe this is related to my earlier question.

Edited by vurt
Link to comment

Ok one of Bazarr's dev halali on Discord figured it out.

 

I had to leave the path mappings EMPTY in Bazarr's settings.

 

I'm really curious if anyone has ran into the same problem because all the Bazarr discussion I've found emphasized getting the paths mapped correctly.

 

Is this doing double duty because the paths were already mapped in the docker setup?

Edited by vurt
Link to comment
On 12/22/2018 at 2:25 PM, vurt said:

Ok one of Bazarr's dev halali on Discord figured it out.

 

I had to leave the path mappings EMPTY in Bazarr's settings.

 

I'm really curious if anyone has ran into the same problem because all the Bazarr discussion I've found emphasized getting the paths mapped correctly.

 

Is this doing double duty because the paths were already mapped in the docker setup?

I tried this and I am still having issues. I tried the posted configs above and still cannot get bazarr to recognize my mappings. What are you using?

Link to comment

hi, I tried starting the container for the first time yesterday, and I keep getting this error 

RROR:root:Error trying to get releases from Github. Connection Error.

Traceback (most recent call last):
File "/app/bazarr/bazarr/check_update.py", line 54, in check_releases
r = requests.get(url_releases, timeout=15)
File "/app/bazarr/bazarr/../libs/requests/api.py", line 72, in get
return request('get', url, params=params, **kwargs)
File "/app/bazarr/bazarr/../libs/requests/api.py", line 58, in request
return session.request(method=method, url=url, **kwargs)
File "/app/bazarr/bazarr/../libs/requests/sessions.py", line 512, in request
resp = self.send(prep, **send_kwargs)
File "/app/bazarr/bazarr/../libs/requests/sessions.py", line 622, in send
r = adapter.send(request, **kwargs)
File "/app/bazarr/bazarr/../libs/requests/adapters.py", line 513, in send
raise ConnectionError(e, request=request)
ConnectionError: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/morpheus65535/Bazarr/releases (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x14df434f3990>: Failed to establish a new connection: [Errno -3] Try again',))

Today it doesn't start either with same error

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.