2016-02-24, 19:16
will the addon be able to download subtitles that are only forced or Foreign language parts? I've been searching for something with this feature for a long time.
(2015-10-20, 07:53)paradix Wrote: Found another similar issue, but that one I can't fix
When using service.nextup.notification addon which plays the next episode automatically no Subtitle Search is triggered.
Debug log shows no activity from AutoSubs.
service.nextup.notification plays the next episode by triggering the Player.Open JSON Method.
Maybe someone has an idea?
def onPlayBackStarted(self):
check_for_specific = (__addon__.getSetting('check_for_specific').lower() == 'true')
specific_language = (__addon__.getSetting('selected_language'))
specific_language = xbmc.convertLanguage(specific_language, xbmc.ISO_639_2)
self.run = True
(2014-06-30, 21:41)Mafarricos Wrote: Alex, the addon doesn't download subtitles, only triggers the search in the subtitles service selected as default. You have to select the subtitle to download anyway.
<settings>
<setting id="ExcludeHTTP" value="true" />
<setting id="ExcludeLiveTV" value="true" />
<setting id="ExcludePath" value="German" />
<setting id="ExcludePath2" value="GERMAN" />
<setting id="ExcludePath3" value="german" />
<setting id="ExcludePath4" value="" />
<setting id="ExcludePath5" value="" />
<setting id="ExcludePathOption" value="true" />
<setting id="ExcludePathOption2" value="true" />
<setting id="ExcludePathOption3" value="true" />
<setting id="ExcludePathOption4" value="false" />
<setting id="ExcludePathOption5" value="false" />
<setting id="ExcludeTime" value="15" />
<setting id="check_for_specific" value="true" />
<setting id="debug" value="true" />
<setting id="ignore_words" value="theme" />
<setting id="selected_language" value="English" />
</settings>
(2016-10-07, 16:45)Lady Baerbel Wrote: Hi Schumi2004 !
You wrote that you have not the Time do continue this in June. When u find the Time again for this is it possible you write a "if then" question in the code first to check if the Video in the default language it doses not show up and when then the video is in a other language it seach for the subtitel. ?!
in other words : My default language is German. If the audio is German then autosub dont work. If the video in a ohter language than german autosub starts.
I hope this is not a big problem your u.
Many Thans in advance !
Your Baerbel !
(2017-03-20, 11:54)misa Wrote: "This works as long there is a german/German/GERMAN"
Does this mean that you also have to make maps on your system or just change the settings.xml?