Solved Is it possible Music to open Albums ?
#1
Can Music be configured to open Albums ? In the settings you can configure to open Artists but it would be great to have an options to open Albums
Reply
#2
Found the answer had to change Includes.xml file and change the first onclick condition from root to Albums.

<item id="6" description="Music">
<visible>!Skin.HasSetting(plexbmc)</visible>
<visible>!Skin.HasSetting(Music.Hide)</visible>
<label>$LOCALIZE[2]</label>
<thumb fallback="special://skin/backgrounds/Music.jpg">$INFO[Skin.String(Music.Background)]</thumb>
<onclick condition="Library.HasContent(Music) + !Skin.HasSetting(ArtistView)">ActivateWindow(MusicLibrary,Albums)</onclick>
<onclick condition="!Library.HasContent(Music)">ActivateWindow(MusicFiles,root)</onclick>
<onclick condition="Library.HasContent(Music) + Skin.HasSetting(ArtistView)">ActivateWindow(MusicLibrary,Artists)</onclick>
</item>
Reply
#3
Thumbs Up 
Great this might come in handy
Reply

Logout Mark Read Team Forum Stats Members Help
Is it possible Music to open Albums ?0