Kodi Community Forum
[DEPRECIATED] XBMC Subtitles - Addon Script (previously OpenSubtitles OSD) - 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: [DEPRECIATED] XBMC Subtitles - Addon Script (previously OpenSubtitles OSD) (/showthread.php?tid=75437)



- Arty - 2010-12-02

Amet Wrote:if you want to create the new service I'll gladly add it but I have no time to create it or maintain it, sorry

opensubtitles, podnapisi and Sublight has a fairly good Turkish database, have you tried them?

Thank you for your reply.

I knew about about the opensubtitles, just checked others. They have some titles but very limited compared to those two...

I have coding knowledge, so i should be able to create a service for at least one of them.

Btw, is there a quick way to test the service code / regexs or do i need to go thru xbmc osd every time?


- amet - 2010-12-02

Arty Wrote:Thank you for your reply.

I knew about about the opensubtitles, just checked others. They have some titles but very limited compared to those two...

I have coding knowledge, so i should be able to create a service for at least one of them.

Btw, is there a quick way to test the service code / regexs or do i need to go thru xbmc osd every time?

You will have to use OSD every time


- Droidman86 - 2010-12-02

I installed XBMC Subtitles through XBMC but when I try to run it I get the following error:

ERROR:
Script failed!: script.XBMC.Subtitles



- amet - 2010-12-02

Droidman86 Wrote:I installed XBMC Subtitles through XBMC but when I try to run it I get the following error:

ERROR:
Script failed!: script.XBMC.Subtitles

debug log please, read my signature


- k1t - 2010-12-03

I`m not sure whats wrong, but every search after subtibles report "no subtitles found".
It has been working earlier.
Not sure if my debug log script is done in the right way?

http://pastebin.com/JWviVMiA


- jurrabi - 2010-12-03

Just FYI. The problem with non-ascii characters in a video file name in Windows still crashes XBMC-subtitles.

I'll try to fix it and give the hint...


- amet - 2010-12-04

k1t Wrote:I`m not sure whats wrong, but every search after subtibles report "no subtitles found".
It has been working earlier.
Not sure if my debug log script is done in the right way?

http://pastebin.com/JWviVMiA

nice one on using a Debug Log script Smile

please enable debug logging and post a new one


- pgcd - 2010-12-04

Amet Wrote:try 2.1.9 and let me know please, you will need to download and install manually via "install from zip file" option

Amet, 2.1.9 fixes the Addic7ed issue, but the link you provided does not work (I had to download from github master =)). Anyway, thanks for the great job!


- amet - 2010-12-04

pgcd Wrote:Amet, 2.1.9 fixes the Addic7ed issue, but the link you provided does not work (I had to download from github master =)). Anyway, thanks for the great job!

2.1.9 has been pushed to official repo and removed from github , thanks for letting me know

Cheers,
Zeljko


- jamesonmula - 2010-12-04

Amet Wrote:hi,

jamesonmula will have to look at it as he was the one that created the service.

I am sure he will get to it soon

Lumiden, I have answered you on a personal message.


- k1t - 2010-12-04

Amet Wrote:nice one on using a Debug Log script Smile

please enable debug logging and post a new one

http://pastebin.com/wWNUpVvr
Not sure if this one either is right:confused2:


- newphreak - 2010-12-04

opensubtitles.org seems broken at the moment. i always get "server is overloaded", which i really dont get. Since i can browse the page just fine on my laptop hehe Smile
did they change something making the addon think it's overloaded or so?


- amet - 2010-12-04

newphreak Wrote:opensubtitles.org seems broken at the moment. i always get "server is overloaded", which i really dont get. Since i can browse the page just fine on my laptop hehe Smile
did they change something making the addon think it's overloaded or so?

we dont use the same search function for search as the website, if the server is overloaded there is nothing we can do


below is how we search

Code:
http://www.opensubtitles.org/en/search/sublanguageid-eng/moviename-That+70s+Show+S05E11/simplexml



- amet - 2010-12-04

k1t Wrote:http://pastebin.com/wWNUpVvr
Not sure if this one either is right:confused2:

podnapisi.net should have returned at least some English results for that query... strange that you are not seeing anythingHuh

will see if I can repro tomorrow


Manual search query - jurrabi - 2010-12-04

I've noticed that when I press Manual Search the text box gives the folder name.

Is this a desired behavior? If it is, can you elaborate (just a little) about why?

I remember reading some time ago in this same thread (or maybe in the old one about opensubitles) about the field contents when using manual search, but now I can't seem to find it.

From my perspective some better options (I can't decided which one would be best) would be library contents like series-season-episode for tv shows or film name for movies or simply file name when none of the above...
Specially when there is now a "Search using Parent Folder" option... (that also could be better if it oppend the edit window before search)

Maybe I'm missing something here...