Kodi Community Forum
subtitles not found - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Subtitle Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=143)
+---- Thread: subtitles not found (/showthread.php?tid=148966)

Pages: 1 2


RE: subtitles not found - gigidel - 2012-12-20

i hope this is ok http://pastebin.com/a5GB9VPj
all the best


RE: subtitles not found - amet - 2012-12-20

name of teh file you are playing is "d6460d0e18d37e0ae7d442ef8484ed192fa430db.mkv", script searches for d6460d0e18d37e0ae7d442ef8484ed192fa430db subtitles and finds nothing.

2 things you can do:

1. get whoever wrote that streaming addon to do it properly and add title in XBMC info label for the playing movie
2. manually search for the subs, enable it in addon settings and you can call it once you open the XBMC subtitle. it will popup the keyboard and you need to manually enter the movie name


RE: subtitles not found - gigidel - 2012-12-20

thanks a lot, 2. method works, now subtitles show serbian but when i click on the sub - downloading and then error extracting subtitles
log http://pastebin.com/dsFeUUse




RE: subtitles not found - gigidel - 2012-12-20

I solved it.....I discovered it was because my standard subtitle source was being put on podnapsi, and when I changed this to open subtitles it worked, podnapisi subtitles files are pack in zip so probably this is a problem, but on Serbian and Croatian subtitles no letters č,ć,đ,ž does any one now how to fix this letters?
al the best
titlovi also works OK!!!


RE: subtitles not found - gigidel - 2012-12-20

I solved letters......settings - video - subtitles - character set and set to central europe (windows), now all works perfect!!!!!!!! thanksssss a lottttt
all the best


RE: subtitles not found - styltiz - 2012-12-22

I'm using service Undertexter.se for SWEDISH subtitles but it seems xbmc addon cannot handle the return properly cause its not showing all results that are supposed to be there. for example.. my movie is "End of Watch 2012" a 1080p x264. when subtitle addon searches for that the return is no return with any 720p or 1080p alternative. if i manually go to www.undertexter.se and search there it finds the result i want first try.

this is what Debug Log gave me.

http://pastebin.com/r1vR4XH3

as we can see xbmc is Getting url: http://www.undertexter.se/?group1=on&p=soek&add=arkiv&submit=S%F6k&select2=&select3=&select=&str=End+of+Watch

and show returns with 6 alternatives. BUT if you take that EXACT same url and put into webbrowser i can see the subtitle i want... End.Of.Watch.2012.1080p.BluRay.x264




RE: subtitles not found - MutatedHero - 2012-12-29

I was a long time since I looked at code but it seems like they do not have a "href" for the HD subtitles in the HTML code on undertexter.se and that is why they won't show up. The code for the search string in services.py for undertexter.se needs to be edited but I'm unable to figure out how.


RE: subtitles not found - styltiz - 2012-12-30

(2012-12-29, 01:02)MutatedHero Wrote: The code for the search string in services.py for undertexter.se needs to be edited but I'm unable to figure out how.

so Hoping now for someone with some how-to knowledge to stumble on this thread Big Grin


RE: subtitles not found - MutatedHero - 2013-01-07

I have with the help of a colleague worked out a solution for the Undertexter.se problem. I've done a pull request to GitHub.


RE: subtitles not found - styltiz - 2013-01-07

(2013-01-07, 12:12)MutatedHero Wrote: I have with the help of a colleague worked out a solution for the Undertexter.se problem. I've done a pull request to GitHub.

Awesome ! Big Grin