XBMC Community Forum
Changes to skinning engine for Eden (and beyond) - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: Skin Development (/forumdisplay.php?fid=12)
+--- Thread: Changes to skinning engine for Eden (and beyond) (/showthread.php?tid=94724)

Pages: 1 2 3 4 5 6 7 8 9


- Jeroen - 2011-10-08 10:19

jmarshall Wrote:1.1 Move the files views inside the library, removing MyVideoFiles.xml and MyMusicSongs.xml.
- video: DONE
https://github.com/xbmc/xbmc/commit/e0f2a4184cf609a1424d8af038db485ed78c9b5e
http://forum.xbmc.org/showthread.php?tid=93929
- music:

I was just wondering if the files/library merge for music is still planned for Eden?


- vdrfan - 2011-10-08 10:58

Nope, won't happen for Eden.


- Jeroen - 2011-10-08 11:26

too bad, thanks


- Jeroen - 2011-10-18 19:54

Rollback button added to DialogAddonInfo.xml
Not sure when it was added, just noticed it today. ID=11, string=24048


- `Black - 2011-10-18 20:26

That button was added a couple of weeks ago. Smile


- Hitcher - 2011-10-18 21:38

I missed that one as well.

Cheers.


- pecinko - 2011-10-18 21:50

Jeroen Wrote:Rollback button added to DialogAddonInfo.xml
Not sure when it was added, just noticed it today. ID=11, string=24048


@all
If you happen to think that label "Versions" would be more suitable for non technical users I made a ticket here.


- ronie - 2011-10-18 21:51

i think we need to start a heads-up thread after eden, where we collect all changes to the skinning engine.

i usually check git commits daily and update the skinning pages on the wiki as needed, might as well post the info in a thread here as well.


- pecinko - 2011-10-18 21:55

ronie Wrote:...might as well post the info in a thread here as well.

I would be grateful. I'm out of town occasionally and it is easy to overlook change so I'm thankful for one_place_reminder to help me add missing things.


- pecinko - 2011-11-20 11:03

Skin.String(string) Returns whether the skin string (set via Skin.SetString, Skin.SetPath, or Skin.SetImage) is non-empty.

was changed to IsEmpty(Skin.String(string)). Don't know if it applies to paths and images.