Changes to the skinning engine for XBMC Gotham
#45
2013-11-12 New window: DialogSubtitles.xml

the xbmc subtitles addon will no longer be used in gotham.
instead, much of the code has been moved to xbmc core.

for this change, you need to:
- remove script.xbmc.subtitles from your addon.xml file
- rename script-XBMC-Subtitles-main.xml to DialogSubtitles.xml
- change the onclick of the subtitle button on the video osd to: ActivateWindow(SubtitleSearch)
- remove the code in skin settings where the user can select a subtitle addon
- rating images are now on a scale 0-5 (previously 0-10)
- add an extension to the flag images: https://github.com/xbmc/xbmc/commit/eee7...5680ac8d5f


confluence example: https://github.com/xbmc/xbmc/commit/4baf...2f49b5b93e

git commit: https://github.com/xbmc/xbmc/commit/8dc1...6d4ecb25cf
pull request: 3552 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply


Messages In This Thread
RE: Changes to the skinning engine for XBMC Gotham - by ronie - 2013-11-12, 18:30
Logout Mark Read Team Forum Stats Members Help
Changes to the skinning engine for XBMC Gotham3