November 14, 20196 yr 4 hours ago, Squid said: /movies/MOVIES\ ITA/ Hi @Squid thank you for your reply. The path above seems like the correct one, but for some reason it doesn't work. I tried that before, and I tried again now. It stills remove the whole space, same result as the first and last movie on this image: https://imgur.com/X5O1pTp
November 29, 20196 yr I'm struggling to pass the test to connect Bazarr to Sonarr. Sonarr Version 2.0.0.5338 My TV-shows are located at /mnt/user/media/TV-shows My questions are: When I install the docker, I set the Host Path 2 and 3 to my movies and TV-shows folder. and the container path is /tv and /movies 1. Listening IP Address - 0.0.0.0 or the IP-address of my server? 2. Path Mappings For TV Shows: Path for Sonarr: (Root path to the directory Sonarr accesses) Should this path be /mnt/user/media/TV-shows? or Bazarr container path /tv? Or Sonarr container path /media? Path for Bazarr: (Path that Bazarr should use to access the same path remotely) Should this path be /mnt/user/media/TV-shows? or Bazarr container path /tv? Or Sonarr container path /media? 3. Connection settings Hostname or IP Address 127.0.0.1 or IP-address of my fileserver? SSL enabled? API Key? Do I need the API key?
December 1, 20196 yr to @Halvliter I managed to solve it by mapping the media folders in the docker container with the name used in Sonarr/Radarr, and not using any path mapping into Bazarr itself. Example: I have 3 media folders: "COURSES" "DOCUMENTARIES" "MUSIC_CONCERTS" and they are mapped in the Radarr Container as this "Courses" "Docu" and "Music". All you have to do is to map those folders in the Bazarr container in the same fashion as Radarr. Now, as the container specs states, I'm not sure that the /movies and /tv folders are still required, but I kept them in there and it's working flawlessly. Noticong a lower CPU usage but not sure it's related. Hope it helps.
December 10, 20196 yr Thank you for trying! I've tried various things, but I haven't cracked the code yet. Bazarr: Sonarr: Bazarr-setup: This is my latest shot. Didn't work. Edited December 10, 20196 yr by Halvliter
December 11, 20196 yr Hi, I'm not sure what is wrong with this but I keep seeing this on all my shows------------> This path doesn't seem to be valid https://gyazo.com/f74cdfd7820722b2ef6c1021bb1de86a Here is my current setting: https://gyazo.com/79e5b91fb4a77c32d0df5c2269124d37 Not sure if this is wrong or what?????
December 11, 20196 yr On 11/29/2019 at 5:54 PM, Halvliter said: I'm struggling to pass the test to connect Bazarr to Sonarr. Sonarr Version 2.0.0.5338 My TV-shows are located at /mnt/user/media/TV-shows My questions are: When I install the docker, I set the Host Path 2 and 3 to my movies and TV-shows folder. and the container path is /tv and /movies 1. Listening IP Address - 0.0.0.0 or the IP-address of my server? 2. Path Mappings For TV Shows: Path for Sonarr: (Root path to the directory Sonarr accesses) Should this path be /mnt/user/media/TV-shows? or Bazarr container path /tv? Or Sonarr container path /media? Path for Bazarr: (Path that Bazarr should use to access the same path remotely) Should this path be /mnt/user/media/TV-shows? or Bazarr container path /tv? Or Sonarr container path /media? 3. Connection settings Hostname or IP Address 127.0.0.1 or IP-address of my fileserver? SSL enabled? API Key? Do I need the API key? 1. Use 0.0.0.0 in general settings, and the ip of your server/docker in ip settings for sonarr. 2. På bazarr har jeg følgende mappings: Path for sonarr: /media (/mnt/user/tvshows) Path for bazarr: /tv (/mnt/user/tvshows) 3. Ip address of your server Yes you need the api key Your mapping in bazarr would be /tv (sonarr) and /media/TV-Serie (bazarr)
December 11, 20196 yr Is my current setting incorrect????: https://gyazo.com/79e5b91fb4a77c32d0df5c2269124d37
December 11, 20196 yr 28 minutes ago, mrtech213 said: Is my current setting incorrect????: https://gyazo.com/79e5b91fb4a77c32d0df5c2269124d37 Post your sonarr docker container settings.
December 12, 20196 yr 17 hours ago, CHBMB said: Post your sonarr docker container settings. https://gyazo.com/cc6865ea8be604e5ca68e18dbbe6e40d
December 13, 20196 yr 20 hours ago, mrtech213 said: https://gyazo.com/cc6865ea8be604e5ca68e18dbbe6e40d Path for sonarr in Bazarr settings should be /media
December 13, 20196 yr 2 hours ago, CHBMB said: Path for sonarr in Bazarr settings should be /media It's still showing this---> https://gyazo.com/b77c1c0f496f2209004f69afda33e7e3 Here is the updated settings for bazarr----> https://gyazo.com/05b192f7739128ec416a83fefbf00cf7 Here is the current settings for: 1. radarr----> https://gyazo.com/005a092ffe1b8cfbfd76349817e1c3b0 2. sonarr----> https://gyazo.com/e3a0a73cfed5829d0a03faead8a7bff3
December 13, 20196 yr 5 hours ago, mrtech213 said: It's still showing this---> https://gyazo.com/b77c1c0f496f2209004f69afda33e7e3 Here is the updated settings for bazarr----> https://gyazo.com/05b192f7739128ec416a83fefbf00cf7 Here is the current settings for: 1. radarr----> https://gyazo.com/005a092ffe1b8cfbfd76349817e1c3b0 2. sonarr----> https://gyazo.com/e3a0a73cfed5829d0a03faead8a7bff3 For Bazarr container settings make /media = /mnt/user/Media Need to be referencing the same place. Then configure Bazarr in the webui with wherever Radarr thinks your movies are /media/Movies whatever? You need to read the Docker FAQ and make sure you understand docker volume mappings, currently you don't, which is why you're struggling and you'll have problems with all containers if you don't grasp the concept
December 13, 20196 yr 1 hour ago, CHBMB said: For Bazarr container settings make /media = /mnt/user/Media Need to be referencing the same place. Then configure Bazarr in the webui with wherever Radarr thinks your movies are /media/Movies whatever? You need to read the Docker FAQ and make sure you understand docker volume mappings, currently you don't, which is why you're struggling and you'll have problems with all containers if you don't grasp the concept I do understand most part of the concept of volume mapping. I read the Dcker FAQ but not find any information (none that is helping really) If possible, can you show you current setting?? Please I'm really not knowing where I'm messing up I know its something really dumb that I'm messing up Also it is mapping correctly just like it appears within Sonarr but it keeps saying that the This path doesn't seem to be valid Edited December 13, 20196 yr by mrtech213 need to add another line
December 13, 20196 yr CORRECTION I was able to get it to work---->https://gyazo.com/03cebe30301374875b43542295cadf29 You was correct about the mapping, I was adding too much within the path. This is the working path/setting---->https://gyazo.com/ad92e72cf5ee200379ced00c05d14bad I really really really appreciate your time with helping me and kicking me into the right direction!!!!!!!!!!!!!!!!!
December 13, 20196 yr 43 minutes ago, mrtech213 said: CORRECTION I was able to get it to work---->https://gyazo.com/03cebe30301374875b43542295cadf29 You was correct about the mapping, I was adding too much within the path. This is the working path/setting---->https://gyazo.com/ad92e72cf5ee200379ced00c05d14bad I really really really appreciate your time with helping me and kicking me into the right direction!!!!!!!!!!!!!!!!! Just as well, cos I can't show you my setup as I don't use it.....
December 14, 20196 yr I have an issue after trying to setup Bazarr. Everything seems to be going fine during the setup, but the server goes AWOL after restarting(which is required). I just can't reach the webUI after I hit that restart button(been waiting for like forever and the pressing 'restart' in the Docker-tab in Unraid). ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. Bazarr starting... [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting. [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... usermod: no changes ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. Bazarr starting...
December 15, 20196 yr @Nimrad Don't restart via the webui, restart the docker container via the Unraid interface.
December 21, 20196 yr On 12/15/2019 at 3:25 PM, CHBMB said: @Nimrad Don't restart via the webui, restart the docker container via the Unraid interface. I tried that now. Still the same problem. I save my settings and everything is fine. Quit the webUI and restart the docker container and now it’s unreachable.
December 21, 20196 yr 4 hours ago, Nimrad said: I tried that now. Still the same problem. I save my settings and everything is fine. Quit the webUI and restart the docker container and now it’s unreachable. Post your docker run command as explained at the very first link in the Docker FAQ
December 21, 20196 yr 11 hours ago, Nimrad said: I tried that now. Still the same problem. I save my settings and everything is fine. Quit the webUI and restart the docker container and now it’s unreachable. You're not changing the port in the webui are you? Otherwise as @trurl says, post your docker run command.
December 22, 20196 yr On 12/21/2019 at 2:45 PM, trurl said: Post your docker run command as explained at the very first link in the Docker FAQ Here it is: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='bazarr' --net='bridge' --log-opt max-size='50m' --log-opt max-file='1' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '6767:6767/tcp' -v '/mnt/user/Media/Film/':'/movies':'rw' -v '/mnt/user/Media/TV/':'/tv':'rw' -v '/mnt/user/appdata/bazarr':'/config':'rw' 'linuxserver/bazarr' ac82444671242180d6502dad4be6fa812f3d1edea349f56b3578677b4fb67964 @CHBMB: No I’m not changing any ports afaik. Edited December 23, 20196 yr by Nimrad
January 18, 20206 yr Hey, I am getting a lot of out of sync subtitles lately, Bazarr is considering to add Subsync to the application. I was wondering what would be the easiest way to add it to the container until they will add it. Any help will be appreciated.
January 29, 20206 yr What would be the fastest way of routing bazarr traffic through VPN? Without routing all unraid traffic through a VPN. Can i just install openvpn through docker console? Or can i install openvpn docker and somehow route bazarr docker trafic through there? As some know opensubtitles.org has not only been DNS blocked in Denmark, but also geoip-blocked for .dk by OS itself. As such it need VPN to use both website and API. edit: hmm maybe just a simple proxy... in general settings? /blush edit2: and PIA even provides one https://www.privateinternetaccess.com/helpdesk/kb/articles/do-you-offer-a-socks5-proxy edit3: proxy enabled and tested in firefox SOCK5. In bazarr OS still doesnt download through API, whole System tab does not open (others do no problem) edit4: auth problem, works now... Edited January 29, 20206 yr by Mr.Khil
January 30, 20206 yr Hello All, I have been able to get Bazarr running and it shows all my media, However it doenst seem to pull any subtitles down from the providers. I am no paying for any of them currently, but i noticed many of the options dont call for user or API. Is there any data i can provide about my config that would help to troubleshoot why Bazarr has been unsuccessful in pulling these subtitles down?
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.