After a couple of years working with shell script and post-processing script, I’ve developed a web companion to Sonarr that manage your subtitles and download new one in desired languages (configurable by tv show).
In the installation tutorial, Might want to ensure user has C:\Python27\Scripts in the environment path, python doesn’t seem to do this by default
it’s not detecting any subs yet but i’d assume i need to wait…?
Almost all of my serials that aren’t using 2/3 letter subs extensions,
e.g house - S01E14.srt
i was wondering if bazarr could somehow mark those subs as a certain language in the series editor page?
Depending on how many episode you got and what king of storage your library is using, you should be able to analyze between 3 and 40 episodes by second. In my case, a complete scan took a little less than 3 minutes for 2500 episodes on local 5400rpm SATA drives.
To detect external subtitles, I use a function in Subliminal module (core.search_external_subtitles). This function try to identify subtitle language from IETF code. If it fail, the subtitles will be identified as unknown and I drop it because an unknown language subtitles is of no use to Bazarr. If you enable single language in settings and your subtitle file have the exact same filename as the episode (except for extension), Bazarr is going to try to detect in the first hundred lines of text the language using langdetect module. If it succeed, the subtitles is indexed in Bazarr and visible in the UI.
Hmm it lists all of my serials, about 3000, but after about an hour i havent seen any subs pop up yet…
I have put all providers, and logged in with opensubtitles
I listed 2 language in settings, english and indo, because in case a sub wasn’t found in my language, it could still download the english version.
I’m only seeing this in the log section :
Execution of job “Sync episodes with Sonarr (trigger: interval[0:05:00], next run at: 2018-06-14 10:03:42 +07)” skipped: maximum number of running instances reached (1)
Edit : ah seems like im getting something now, the log says error trying detect character encoding blablabla…
Hi !
I try to install Bazarr on my Windows but, i’ve see on your github wiki to python bazarr.py but i get this :
E:\Program Files\Bazarr>python bazarr.py
Traceback (most recent call last):
File “bazarr.py”, line 8, in
reload(sys)
NameError: name ‘reload’ is not defined