XBMC Community Forum
OpenSubtitles.org downloader script - 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)
+--- Thread: OpenSubtitles.org downloader script (/showthread.php?tid=31499)

Pages: 1 2 3 4 5 6 7 8 9 10 11


- [2ge] - 2008-03-25 16:49

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


unraring and unzipping done by the script - Gamester17 - 2008-03-25 17:05

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(?)


- Bram77 - 2008-03-25 19:09

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]


- pike - 2008-03-25 22:20

[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


- [2ge] - 2008-03-26 14:33

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/opensubtitles/wiki/OSDb


- silps - 2008-03-31 16:18

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.


- Bram77 - 2008-05-20 00:33

Any udate on the positioning problem?


- smuto - 2008-05-21 00:33

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


- smuto - 2008-05-21 19:48

Quote:Any udate on the positioning problem?

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

smuto


- smuto - 2008-05-21 19:59

a screenshots..
[Image: OS_PAL.jpg]