How to use open subtitles in qualar mod?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
nmirza Offline
Senior Member
Posts: 296
Joined: Mar 2008
Reputation: 0
Post: #1
I have the qualar mod isntslled and when playing a video I see a button for the open subtitles script. I believe it's the 3rd button with the little ^ in the icon. Pressing it doesn't do anything for me. When I just recently started xbmc it said open subtitles script updated so it is installed I know. Is this not yet womrking with this mod/skin or am I doing somethIng wrong or missing something? Help would be appreciated I don't know much about scripts or how to run them. I'm running this on a Mac mini with snow leopard.
find quote
bblauritzen Offline
Member
Posts: 83
Joined: Nov 2009
Reputation: 0
Post: #2
nmirza Wrote:I have the qualar mod isntslled and when playing a video I see a button for the open subtitles script. I believe it's the 3rd button with the little ^ in the icon. Pressing it doesn't do anything for me. When I just recently started xbmc it said open subtitles script updated so it is installed I know. Is this not yet womrking with this mod/skin or am I doing somethIng wrong or missing something? Help would be appreciated I don't know much about scripts or how to run them. I'm running this on a Mac mini with snow leopard.

What version of XBMC are you using?
find quote
kim1406 Offline
Senior Member
Posts: 150
Joined: Jun 2009
Reputation: 0
Post: #3
I've just came here to ask same question, the little subtitle icon is not working in this skin, and I'm using the latest Dharma release.
find quote
kim1406 Offline
Senior Member
Posts: 150
Joined: Jun 2009
Reputation: 0
Post: #4
well. I have just found the answer, I will try it now to see.
here is the thread:
http://forum.xbmc.org/showthread.php?tid=65922&page=61

joeblack2k Wrote:Subtitle Support:

edit custom_SkinSettings.xml

search for <control type"=radiobutton" id="169">
above the line paste:

PHP Code:
<control type="button" id="170">
                    <
description>Subtitle Support</description>
                    <include>
SettingsContentBtn</include>
                    <
label>Select Subtitle Addon</label>
                    <
onclick>Skin.SetAddon(SubtitleScript_Path,xbmc.python.subtitles)</onclick>
                    <include>
SettingsItemOpenCloseAnim</include>
                </
control



Edit VideoOSD.xml

replace Tv show subtitles and Movie Subtitles line:
<onclick ....... with:

PHP Code:
<onclick>RunScript($INFO[Skin.String(SubtitleScript_Path)])</onclick


now in skin settings you can select subtitle addon and it works...
find quote