Closed spupuz closed 4 years ago
Could be related to #309. Try the proposed "fix".
Did you copy the command from my Docker Hub repository?
This is what it looks like when I download a subtitle with the Subsync mod:
BAZARR Post-processing result for file /data/Media/Series/File.mkv : [*] starting synchronization /data/Media/Series/File.srt [+] synchronization 0%: 0 points [+] synchronization 4%: 27 points [+] synchronization 5%: 46 points [+] synchronization 7%: 58 points [+] synchronization 8%: 70 points [+] synchronization 12%: 79 points [+] synchronization 16%: 89 points [+] synchronization 20%: 98 points [+] synchronization 24%: 106 points [+] synchronization 27%: 109 points [+] synchronization 31%: 115 points [+] synchronization 34%: 118 points [+] synchronization 37%: 120 points [+] synchronization 40%: 124 points [+] synchronization 43%: 128 points [+] synchronization 46%: 130 points [+] synchronization 48%: 135 points [+] synchronization 50%: 138 points [+] synchronization 52%: 140 points [+] synchronization 55%: 141 points [+] synchronization 57%: 146 points [+] synchronization 60%: 148 points [+] synchronization 61%: 148 points [+] synchronization 63%: 150 points [+] synchronization 65%: 152 points [+] synchronization 68%: 156 points [+] synchronization 70%: 158 points [+] synchronization 73%: 161 points [+] synchronization 76%: 164 points [+] synchronization 79%: 167 points [+] synchronization 82%: 169 points [+] synchronization 83%: 170 points [+] synchronization 86%: 173 points [+] synchronization 88%: 176 points [+] synchronization 89%: 178 points [+] synchronization 92%: 181 points [+] synchronization 95%: 183 points [+] synchronization 96%: 184 points [+] synchronization 97%: 186 points [+] synchronization 100%: 189 points [+] synchronization 100%: 191 points [+] saving to /data/Media/Series/File.srt [+] done
Did you copy the command from my Docker Hub repository?
This is what it looks like when I download a subtitle with the Subsync mod:
BAZARR Post-processing result for file /data/Media/Series/File.mkv : [*] starting synchronization /data/Media/Series/File.srt [+] synchronization 0%: 0 points [+] synchronization 4%: 27 points [+] synchronization 5%: 46 points [+] synchronization 7%: 58 points [+] synchronization 8%: 70 points [+] synchronization 12%: 79 points [+] synchronization 16%: 89 points [+] synchronization 20%: 98 points [+] synchronization 24%: 106 points [+] synchronization 27%: 109 points [+] synchronization 31%: 115 points [+] synchronization 34%: 118 points [+] synchronization 37%: 120 points [+] synchronization 40%: 124 points [+] synchronization 43%: 128 points [+] synchronization 46%: 130 points [+] synchronization 48%: 135 points [+] synchronization 50%: 138 points [+] synchronization 52%: 140 points [+] synchronization 55%: 141 points [+] synchronization 57%: 146 points [+] synchronization 60%: 148 points [+] synchronization 61%: 148 points [+] synchronization 63%: 150 points [+] synchronization 65%: 152 points [+] synchronization 68%: 156 points [+] synchronization 70%: 158 points [+] synchronization 73%: 161 points [+] synchronization 76%: 164 points [+] synchronization 79%: 167 points [+] synchronization 82%: 169 points [+] synchronization 83%: 170 points [+] synchronization 86%: 173 points [+] synchronization 88%: 176 points [+] synchronization 89%: 178 points [+] synchronization 92%: 181 points [+] synchronization 95%: 183 points [+] synchronization 96%: 184 points [+] synchronization 97%: 186 points [+] synchronization 100%: 189 points [+] synchronization 100%: 191 points [+] saving to /data/Media/Series/File.srt [+] done
it's not about the command it does not wotk with also a simple "echo 'Hello Workd'"
once it was working after sonarrv2 to sonarrv3 it was not working anymore
Sonarr version?
Mine: Version 3.0.3.754 Package Version 3.0.3.754-ls4 by linuxserver.io Mono Version 5.20.1.34
Also check out @morpheus65535 comment about the quotes "problem".
Version 3.0.3.754 Package Version 3.0.3.754-ls4 by linuxserver.io Mono Version 5.20.1.34
Could be related to #309. Try the proposed "fix".
already tested but it's not resolving.
PP is working with Sonarr v3. In fact it would work with any version of Sonarr as it is totally unrelated.
PP is working with Sonarr v3. In fact it would work with any version of Sonarr as it is totally unrelated.
if post process is enabled in my case it does download subtitle and then does not rescan or send notification, no matter what is the command, this is driving me crazy
Does this series/movie have an audio language in Bazarr?
yes they have it
i have an audio profile associate to 2 languages in sonarr:
Ok so we have the cause. Bazarr haven't been designed to parse custom language profile name. In previous version of Sonarr, the language profile name cannot be customized and was the language name (like "English"). When Bazarr get this, it try to match a language code to an unknown language name and fail.
So how can I solve?
Il Mar 14 Apr 2020, 17:25 morpheus65535 notifications@github.com ha scritto:
Ok so we have the cause. Bazarr haven't been designed to parse custom language profile name. In previous version of Sonarr, the language profile name cannot be customized and was the language name (like "English"). When Bazarr get this, it try to match a language code to an unknown language name and fail.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/morpheus65535/bazarr/issues/931#issuecomment-613508814, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANELQEJYE6G7KRZNIL26MLRMR57PANCNFSM4MHUPVVQ .
Make sure your language profile name are language name (ie: "English" or "Italian").
ok working now!!! thanks a lot!!!
when i enable the post process log the subtitle is downloaded correctly but the post process does not happen and nothing is logged, in addition no notification are sent. just trying with: echo "Hello World"\
only for test now
bazarr and sonarr in docker
bazar v0.8.4.3 from linuxserver/bazarr:development image sonarr Version 3.0.3.754 from linuxserver/sonarr:preview image