XBMC Community Forum
[REQUEST] Sublight Subtitles Plugin, anyone interested in developing this? - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Subtitle Add-ons (/forumdisplay.php?fid=143)
+---- Thread: [REQUEST] Sublight Subtitles Plugin, anyone interested in developing this? (/showthread.php?tid=44385)

Pages: 1 2 3 4 5


- w3__ - 2009-02-20 02:02

Yes consider this a bump here as well :-) Guys, this would be an AWESOME integration. I'm kind of worried about the notion of video hash-creation times on the humble xbox, but still...


- TheJaff2 - 2009-02-20 09:05

Bumpelybump from we as well. A working subtitle auto-downloader/scraper would be an awesome addition.


- macofaco - 2009-03-29 14:33

Good news: Sublight server is even more powerful. New version has option to remove subtitle formatting on the fly (because some players render <i>...</i> instead of italic text).
Bad news: xbmc plugin developers did not yet contact me ;(


- Bram77 - 2009-03-29 15:22

Your app is really a delight. It works very well in every aspect. Thank you very much!
I wish I could help with sub downloading integration in XBMC. I don't have the time. A script or plugin would be nice but integrating it XBMC itself would be perfect.


- Dan Dare - 2009-05-02 13:52

@macofaco
Nice project you got there - I see rwparris already shown his interest, but I might be as well.

Can you please post some documentation on how the videoHash is calculated, thanks.


- macofaco - 2009-05-03 10:13

Dan Dare, thank you.

Today I published algorithm example in C# (How to calculate Sublight video hash?).

It is really simple but if you have any questions please ask.

Regards,
macofaco


- Dan Dare - 2009-05-03 21:37

@macofaco
Your code sample is good enough for now. I managed to write a quick sample the other day and logged in and got a token, I'll try the hashing and a few searches and let you know if any questions. Thanks again.


- Dan Dare - 2009-05-05 02:27

I must be quite bad at programming in Python, it took me almost a day to calculate the videoHash and especially the control byte :-) Still struggling with SOAPpy, hopefully we'll get there this week...


- rwparris2 - 2009-05-05 02:37

Dan Dare Wrote:I see rwparris already shown his interest, but I might be as well.

Dan Dare Wrote:Still struggling with SOAPpy, hopefully we'll get there this week...
SOAPpy had me banging my head against the wall after about an hour of playing with it, so I decided to stop for a bit. Then I got accidentally my harddrive, and lost all my 'started' plugins (about 11 I think) and forgot about this one.

Thanks for picking it up Smile


- Dan Dare - 2009-05-05 13:58

Sheesh! Shocked that's quite a bit of work lost, sorry to hear that...

Lucky me I uploaded it last night on Google Code, even if unfinished Nerd

I managed to get SOAPpy to login anonymously and get a guid token, and performed a search, it's just that I don't get any results (yet), may be because I'm not passing all required nodes or something like that, I'll try again some more - I found this online soap client where I tried a couple of runs and compare that with the debug output from SOAPpy to figure out what I'm doing wrong.

Sure thing, my pleasure.