2009-11-17, 18:53
Go to: XBMC\skin\Horizonz - An Aeon Mod\720p
And change the file: VideoOSD.xml
Change the button: Playlist to for example Subtitle:
Search for the line:
<control type="button" id="18">
<label>Playlist</label>
<include>contextformatbrowser3</include>
And change it to:
<control type="button" id="18">
<label>Subtitle</label>
<include>contextformatbrowser3</include>
<onclick>RunScript(special://home/scripts/OpenSubtitles_OSD/default.py, [TV]$INFO[VideoPlayer.Season] $INFO[VideoPlayer.Episode] $INFO[VideoPlayer.TVshowtitle][/TV])</onclick>
Thats it!
Now start a movie within XBMC and press M, now scroll to the button Subtitle and press it. The dialogscreen pop's up and choose your subtitle...
And change the file: VideoOSD.xml
Change the button: Playlist to for example Subtitle:
Search for the line:
<control type="button" id="18">
<label>Playlist</label>
<include>contextformatbrowser3</include>
And change it to:
<control type="button" id="18">
<label>Subtitle</label>
<include>contextformatbrowser3</include>
<onclick>RunScript(special://home/scripts/OpenSubtitles_OSD/default.py, [TV]$INFO[VideoPlayer.Season] $INFO[VideoPlayer.Episode] $INFO[VideoPlayer.TVshowtitle][/TV])</onclick>
Thats it!
Now start a movie within XBMC and press M, now scroll to the button Subtitle and press it. The dialogscreen pop's up and choose your subtitle...