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

Pages: 1 2 3 4 5 6 7 8


- idioteque - 2008-10-09

I have the same problem with the nav window not being visible at CRT TV ( no widesrceen skin)


- [2ge] - 2008-10-09

hi,

from windows (XP):

log is here: http://pastebin.ubuntu.com/55591/
screenshot here: http://web1.opensubtitles.org/temp/xbmc-os1.jpg


- wattazoum - 2008-10-09

[2ge]

Perfect !
I am also used to have this issue. In fact , even on Linux, I have this issue using PM3 skins while not in Fulscreen mode. Then I stop the script and move to fullscreen, the relaunch it.
However, there is no such issue when using Basic-Vision skin. I believe the script is not well scaled Undecided .
What I just did is to update it with the recent xbmc python api, so that it can work as before, but I have added no improvement regarding the script.


- wattazoum - 2008-10-09

I changed the resolution used for the script. Hopefully, it should work :

http://www.mediafire.com/?sharekey=548abb15a243bef9ab1eab3e9fa335cacdd2403001aef5f2


- wattazoum - 2008-10-10

oops, don't use the previous one (I forgot to scale the Settings window ). Here is a new one :
http://www.mediafire.com/?sharekey=50b156f96ae5d9848066db0503cf4f2cda10622797bfa031


- CptKen - 2008-11-05

Anyone else getting a I/O error?

I am on the latest t3ch on a XBOX.


- alessio2 - 2008-12-12

Hi
When I launch OpenSubtitles on latest XBMC 8.10 Atlantis it show (Running) for a second and then nothing happens??
I downloaded OpenSubtitles today via SVN Repo Installer and here is the error log:

11:36:01 T:2144 M:1081487360 WARNING: XFILE::CFileCurl::CReadState::ReadString - Transfer ended before entire file was retreived pos 224, size 0
11:36:09 T:3276 M:1068363776 NOTICE: -->Python Interpreter Initialized<--
11:36:09 T:3276 M:1068359680 NOTICE:
11:36:09 T:3276 M:1063878656 NOTICE: WARNING: failed to import ioctl, discinfo won't work
11:36:09 T:3276 M:1063878656 NOTICE:
11:36:10 T:3276 M:1063084032 NOTICE: Traceback (most recent call last):
11:36:10 T:3276 M:1063084032 NOTICE: File "C:\Program Files\XBMC\scripts\OpenSubtitles\default.py", line 26, in ?
11:36:10 T:3276 M:1063084032 NOTICE:
11:36:10 T:3276 M:1063084032 NOTICE: ui = gui.GUI( "script-%s-%s.xml" % ( __scriptname__.replace( " ", "_" ), window, ), os.getcws(), "Default")
11:36:10 T:3276 M:1063084032 NOTICE: AttributeError
11:36:10 T:3276 M:1063084032 NOTICE: :
11:36:10 T:3276 M:1063084032 NOTICE: 'module' object has no attribute 'getcws'
11:36:10 T:3276 M:1063084032 NOTICE:
11:36:10 T:3276 M:1063084032 ERROR: Scriptresult: Error



- alessio2 - 2008-12-12

I remembered that I saw getcws function undefined problem once, so i fixed it to getcwd and it works.... but not how I expected...
I can connect anonymously but when searching subtitles for movies on FTP I get Hashing Error (IO Error) ...
Anybody knows something about this... will this hashing be availabe also for remote drives an content in rar files ??


can't see the opensubtitles script when searching for subs - znatan - 2008-12-23

Hello. pls help, I've added opensubtitles script, but can't see it when trying to search for subs from within the movie. I only see the default "AppleMovieTrailers" script. As well, when doubclicking the script from script menu it runs for 1 sec and fails with bellow:

Warning: failed to import iocti, discinfo won't work
Traceback (most recent call last):
File: C":\Program Files\XBMC\scripts\OpenSubtitles\default.py",line 26, in ?
ui=gui,GUI("script-%s-%s.xml" % (__scriptname_.replace("","_"),window,), os.getcws(), "Default")
AttibuteError: "module" object has no attribute "getcws"

Pls advice


- edgeball - 2009-02-27

Hi there

I installed it on a vista 32bit pc and enjoy watching hd movies with it.
Last week i tried to install the OpenSubtitles-Script from xbmczone. I can search for am movie, navigate to the language. But my xmbc hangs while downloading a subtitle.
Is this a known error and does anybody know a workaround for that?


- Bram77 - 2009-02-27

This plugin has never really functioned properly. Too bad :/


- abusharif - 2009-03-17

Works like a charm for me on Atlantis (win xp 32bit).
Only with PM3.HD skin tho.
Downloading, packing up in correct directory etc works.


- abusharif - 2009-03-31

any idea if script will support special:// paths in later builds.


- queeup - 2009-03-31

http://code.google.com/p/xbmc-addons/issues/detail?id=16


- abusharif - 2009-03-31

queeup Wrote:http://code.google.com/p/xbmc-addons/issues/detail?id=16

Great, thanks a lot Smile