Posts: 672
Joined: Aug 2010
Reputation:
13
pieh
Retired Team-Kodi Member
Posts: 672
I don't know if bindings will allow mixed type list (some items are tuples some are constants) - will have to ask jcarroll about it.
Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first
My previous forum/trac nickname: grajen3
Posts: 793
Joined: Oct 2010
Reputation:
17
I'd personally prefer to see the missing options exposed as builtins. That way they can be used in places other than the context menu as well.
Posts: 3,909
Joined: Dec 2004
Reputation:
20
Nuka1195
Skilled Python Coder
Posts: 3,909
May not be a huge issue, but doing it with two methods would mean your ordering would not be as customizable.
Posts: 226
Joined: Apr 2011
Reputation:
0
pan2
Senior Member
Posts: 226
2013-04-07, 17:03
(This post was last modified: 2013-04-07, 17:07 by pan2.)
Would like to see support for animated gifs for fanart and background images, well, in fact animated gifs totally. Oh and automatic clean out and update of all thumbnails and other stuff that seems to get cached and imbedded in superglue
Posts: 3,909
Joined: Dec 2004
Reputation:
20
Nuka1195
Skilled Python Coder
Posts: 3,909
I have a working version of this, but am trying to add the default icons as string constants, with no luck. this way image can be any image you set, not just the default Info, Warning and Error.
Posts: 17,859
Joined: Jul 2011
Reputation:
371
To have an easy way to use the xbmc.getlanguage() to return either the full language name, or the ISO code (two or three letters)
Posts: 26,215
Joined: Oct 2003
Reputation:
187
That's basically how the gettext stuff works. I don't think alanwww1 has done much more work on that side of things, but it was initially going to be part of the plan (move to actual text rather than id's).