OpenSubtitles.org downloader script

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
[2ge] Offline
Admin of OpenSubtitles.org
Posts: 25
Joined: Nov 2006
Reputation: 0
Post: #31
hi all,

I am maintainter/coder of opensubtitles.org, this is really good news, I've been waiting so long for this script, especially when I am watching movies on xbox. If you need any help from my side, just contact me, I am open to suggestions. My first suggestion is supporting RAR archives Smile

[Image: 468x60_1.jpg]
find quote
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Lightbulb  unraring and unzipping done by the script Post: #32
Again, may I suggest that the python scripter for this look at the Undertexter Script (for the Swedish Undertexter.se subtitles website) as it does support unzip, ...and unrar as well I think(?)
find quote
Bram77 Offline
Skilled Python Coder
Posts: 1,319
Joined: Feb 2008
Reputation: 27
Location: Netherlands
Post: #33
I still can't use the plugin. It's misplaced on the screen. It would make me very happy if I can use this plugin!

I'm running XBMC at PAL 16:9, if that may help....

[Image: 1206464904_sh_opensubtitles.jpg]

[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
find quote
pike Offline
Project Manager
Posts: 4,820
Joined: Sep 2003
Reputation: 28
Location: Sweden
Post: #34
[2ge];176328 Wrote:hi all,

I am maintainter/coder of opensubtitles.org, this is really good news, I've been waiting so long for this script, especially when I am watching movies on xbox. If you need any help from my side, just contact me, I am open to suggestions. My first suggestion is supporting RAR archives Smile

Welcome and thanks for a nice website I've used on occasion

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
[2ge] Offline
Admin of OpenSubtitles.org
Posts: 25
Joined: Nov 2006
Reputation: 0
Post: #35
Gamester17 Wrote:Again, may I suggest that the python scripter for this look at the Undertexter Script (for the Swedish Undertexter.se subtitles website) as it does support unzip, ...and unrar as well I think(?)

sorry, now I dont have access to xbmc. I know undertexter.se script a little bit, but I don't think it support exactly what I am looking for. OS.org subtitle search works on movie hashes, so if you have movie in RAR files, you need make support for that first. It should be big deal, but I am not sure, if something like this is done in any script (calculating first 64kb and last 64kb and filesize of movie file - you get movie hash file...) More on this topic is on our wiki:

http://trac.opensubtitles.org/projects/o.../wiki/OSDb

[Image: 468x60_1.jpg]
find quote
silps Offline
Member
Posts: 72
Joined: Jun 2007
Reputation: 0
Post: #36
Bram77 Wrote:I still can't use the plugin. It's misplaced on the screen. It would make me very happy if I can use this plugin!

I'm running XBMC at PAL 16:9, if that may help....

Same problem here. Tried with PM3 and xTV skin and running latest T3CH build.
find quote
Bram77 Offline
Skilled Python Coder
Posts: 1,319
Joined: Feb 2008
Reputation: 27
Location: Netherlands
Post: #37
Any udate on the positioning problem?

[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
find quote
smuto Offline
Senior Member
Posts: 240
Joined: Sep 2004
Reputation: 2
Post: #38
we need help here - hope someone from coders find some time

first
Useragent cannot be empty string.

to fix this i use "subdownloader" string in osdb.py
Code:
def connect( self, osdb_server, username, password ):
    LOG( LOG_INFO, "Connecting to server " + osdb_server + "..." )
    try:
        if osdb_server:
            self.server = xmlrpclib.Server(osdb_server)
            info = self.server.ServerInfo()
            if username:
                LOG( LOG_INFO, "Logging in " + username + "..." )
                login = self.server.LogIn(username, password, "en", "subdownloader")
            else:
                LOG( LOG_INFO, "Logging in anonymously..." )
                login = self.server.LogIn("", "", "en", "subdownloader")

second
Default skin files are not working with PMIII skin

third
Default PAL .xml is totaly incorrect - this i can fix if someone help us with second

smuto

[Image: 1.png]
find quote
smuto Offline
Senior Member
Posts: 240
Joined: Sep 2004
Reputation: 2
Post: #39
Quote:Any udate on the positioning problem?

this is only quickly rescaling
new PAL Default skin file
just replace old one

smuto

[Image: 1.png]
find quote
smuto Offline
Senior Member
Posts: 240
Joined: Sep 2004
Reputation: 2
Post: #40
a screenshots..
[Image: OS_PAL.jpg]

[Image: 1.png]
find quote
Post Reply