![]() |
|
WORKING: OpenSubtitles_OSD - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +---- Forum: Skin Archive (/forumdisplay.php?fid=179) +----- Forum: Horizonz (/forumdisplay.php?fid=97) +----- Thread: WORKING: OpenSubtitles_OSD (/showthread.php?tid=61836) |
WORKING: OpenSubtitles_OSD - michaeldecharon - 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... |