XBMC Community Forum
Transparency! - FAQ / HowTo - 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: Transparency! (/forumdisplay.php?fid=115)
+---- Thread: Transparency! - FAQ / HowTo (/showthread.php?tid=53547)

Pages: 1 2 3 4 5 6 7 8 9 10 11


- Alsterschiffer - 2010-09-27 21:56

ronie Wrote:to access you music in filemode,
you can use the Music > Files submenu button on the home menu.

only if you don't have a music library, the Music menu button will default to filemode.

you can manually alter the code if you want the Music menu button to always take you to filemode, in Includes_Home.xml change the two occurrences of:
Code:
<onclick>ActivateWindow(MusicLibrary)</onclick>
to:
Code:
<onclick>ActivateWindow(MusicFiles)</onclick>

Thanx, Ronie. Works great.
Would you consider to implement a permanent switch in some skin settings menu, to make it easier to switch modes?


- ronie - 2010-09-28 10:56

Alsterschiffer Wrote:Thanx, Ronie. Works great.
Would you consider to implement a permanent switch in some skin settings menu, to make it easier to switch modes?

will add it to my todo list.


- ronie - 2010-10-03 17:57

most info in this thread is deprecated.
closing this and will open a new faq.