[REQUEST] Sublight Subtitles Plugin, anyone interested in developing this?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
w3__ Offline
Senior Member
Posts: 146
Joined: Jul 2008
Reputation: 0
Post: #11
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...
find quote
TheJaff2 Offline
Junior Member
Posts: 38
Joined: Sep 2008
Reputation: 0
Post: #12
Bumpelybump from we as well. A working subtitle auto-downloader/scraper would be an awesome addition.
find quote
macofaco Offline
Sublight Admin
Posts: 27
Joined: Jan 2009
Reputation: 4
Post: #13
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 ;(
find quote
Bram77 Offline
Skilled Python Coder
Posts: 1,327
Joined: Feb 2008
Reputation: 27
Location: Netherlands
Post: #14
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.

[Image: widget]

Please add to my reputation if you find my posts usefull (+/- button below posts)
Ubuntu 12.10 minimal XBMC auto-install script :: XBMControl :: Xbmc XBOX Skins :: XBMControl for Android :: Owner of Sudo Systems
(This post was last modified: 2009-03-29 15:24 by Bram77.)
find quote
Dan Dare Offline
http://www.xbmc4xbox.org
Posts: 1,054
Joined: Sep 2004
Reputation: 146
Post: #15
@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.
find quote
macofaco Offline
Sublight Admin
Posts: 27
Joined: Jan 2009
Reputation: 4
Post: #16
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
find quote
Dan Dare Offline
http://www.xbmc4xbox.org
Posts: 1,054
Joined: Sep 2004
Reputation: 146
Post: #17
@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.
find quote
Dan Dare Offline
http://www.xbmc4xbox.org
Posts: 1,054
Joined: Sep 2004
Reputation: 146
Post: #18
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...
find quote
rwparris2 Offline
Team-XBMC Python Developer
Posts: 1,341
Joined: Jan 2008
Reputation: 2
Location: US
Post: #19
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

Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
find quote
Dan Dare Offline
http://www.xbmc4xbox.org
Posts: 1,054
Joined: Sep 2004
Reputation: 146
Post: #20
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.
find quote