Changes to the skinning engine for XBMC Gotham
#61
(2014-02-25, 11:21)Jeroen Wrote:
(2013-11-09, 04:28)ronie Wrote: 2013-08-10 Remove Stack and Flatten buttons

forgot to mention this one when it was merged...

remove the stack and flatten buttons (id="7" / id="17") from MyVideoNav.xml
these options have been moved to settings > video > file lists


git commit: https://github.com/xbmc/xbmc/commit/6a2f...399f27f298
pull request: 3017 (PR)

Does this also make DialogFileStacking.xml obsolete? I see no mention of this, but I don't see any way of envoking the window in UI?
I never used stacking so forgive me if this is a stupid question.

Nope. The removed buttons were just toggle buttons. They didn't invoke/open the FileStacking dialog. That one is automatically opened by the video library when playing a stacked file.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#62
Stack files for testing -

https://dl.dropboxusercontent.com/u/1974..._files.zip
Reply
#63
Thanks guys
@Hitcher: I'm getting a 404 on that zip
Reply
#64
Uploaded now.
Reply
#65
Got it, cheers
Reply
#66
I don't see VideoPlayer.AudioLanguage or VideoPlayer.SubtitlesLanguage mentioned anywhere, these did come with Gotham right?
Reply
#67
2013-10-01 New infolabel
  • VideoPlayer.SubtitlesLanguage
will return the subtitle language of the currently playing video.

git commit: https://github.com/xbmc/xbmc/commit/9c82...5a935b4e8d


2013-10-20 New infolabel
  • VideoPlayer.AudioLanguage
will return the audio language of the currently playing video.

git commit: https://github.com/xbmc/xbmc/commit/800c...a4f6ee1d9c


@SpaceMonkey: thanx for the heads-up!
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
#68
(2013-05-01, 22:48)ronie Wrote: 2013-05-01 New button in SettingsCategory.xml

the level of settings shown in the gui (Basic, Standard, Advanced, Expert)
can now be controlled by a button in SettingsCategory.xml:
  • settingslevelchange

note: the 'settings reset button' that was part of this change has been reverted and is not needed anymore.

git commit: https://github.com/xbmc/xbmc/commit/ba67...ecec3b289a
pull request: 2660 (PR)
Just realised that the button needs id 20 for the level label in it to change along with the actual level.
Reply
#69
thx, post updated :-)
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

Logout Mark Read Team Forum Stats Members Help
Changes to the skinning engine for XBMC Gotham3