Posts: 487
Joined: Jul 2012
Reputation:
6
2013-09-08, 23:08
(This post was last modified: 2013-09-08, 23:09 by fernandovg.)
Will this addon be compatible with gotham?
I saw some commits about subtitles as new stream and etc...
Is it going to be a xbmc feature without an addon?
Will that commit handle external subtitles so the skin can use this info and addons would auto download subs for library items without ext subs?
Thanks
Posts: 487
Joined: Jul 2012
Reputation:
6
2013-09-13, 16:02
(This post was last modified: 2013-09-13, 16:03 by fernandovg.)
I could not find the add-on in the official repo. Will try again when I get home.
There's isn't an add-on like I described.
Its just an idea for a "service" (whenever a new video library item is added and there's no subtitle, the service would search and keep searching)
I have a script that does that but it runs in a specific folder (just for files without subtitles, I only move them to library folder when I find subtitles).
In fact it reads Twitter from 10 to 10 minutes (cronjob) from a subtitles service. When It finds a tweet that matches my videos that don't have subtitles, it force a search using periscope in that service. Otherwise the script runs every 2 hours keep searching for subtitles. this way whenever a new subtitle is available I have the video file in my library with subtitles in less than 10minutes.
But its not an addon and as I'm new to python, the script it not beauty! =).
I think XBMC Subtitles could have this option but and I can't tell if they would like to have that and that king of customization.
Is there a timeframe for this PR? this year or next one?
Posts: 824
Joined: Jun 2005
Reputation:
6
2013-10-11, 12:35
(This post was last modified: 2013-10-11, 12:36 by ezechiel1917.)
External subtitles should be always prioritized over embedded subtitles, that's the reason users have them. It works that way in current xbmc code anyway. Hopefully this ticket will only improve priority handling/filtering of embedded subtitle tracks.
Posts: 824
Joined: Jun 2005
Reputation:
6
External subtitles have to be in same folder and must have prefix of video filename to be automatically loaded/preferred over embedded ones (ie. video.mkv + video.srt or video*.srt)
I have just tested this with latest nightly on windows+linux and xbmc always prioritizes external subtitles.
If that's not working for you. Can you please provide episode+external subtitle samples and specify your xbmc build + subtitle settings?
Posts: 824
Joined: Jun 2005
Reputation:
6
I'm not using this add-on at all. Your sample plays external subs automatically just fine here (in priority order external before internal) First two lines are also displayed correctly.
Try to reset all xbmc gui/addon settings (or try fresh xbmc installation without old data in userdata folder), if that doesn't help provide debug log.
Posts: 487
Joined: Jul 2012
Reputation:
6
2013-10-24, 17:54
(This post was last modified: 2013-10-24, 17:58 by fernandovg.)
I have a doubt: why XBMC Gotham (Sep 22 NB ) dont recognize my external subtitles as Brazilian-Portuguese? It shows 'unknown' while playing back the movie
Its named as video.pt-br.srt and video.mkv
Whats wrong?