tested the latest version, 1.03 in PMIII. the OSD would not load. log they there was something wrong with Line 72 in the videoosd.xml. there was a typo which i fixed. it was, "<</visible>" instead of, "</visible>".
but the script still does not work in PMIII. i get the same error,
Code:
16:24:04 M: 24195072 NOTICE: File "Q:\scripts\OpenSubtitles_OSD\default.py", line 70, in ?
16:24:04 M: 24195072 NOTICE:
16:24:04 M: 24195072 NOTICE: ui = gui.GUI( "script-%s-%s.xml" % ( __scriptname__.replace( " ", "_" ), window, ), os.getcwd(), (skin))
16:24:04 M: 24195072 NOTICE: TypeError
16:24:04 M: 24195072 NOTICE: :
16:24:04 M: 24195072 NOTICE: XML File for Window is missing
16:24:04 M: 24195072 NOTICE:
16:24:04 M: 24195072 ERROR: Scriptresult: Error
looks like PMIII is missing files,
script-OpenSubtitles-main.xml
script-OpenSubtitles-settings.xml
also, where exactly do i put this script. i put it in the XBMC/Scripts/ folder? is that what you mean by, "user's scripts folder" or somewhere else?
thanks!