Skip to content

Commit

Permalink
Added playlist button to the left menu in video and music screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tgxcorporation committed Apr 7, 2015
1 parent 4b9a402 commit c0a6ccd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 1080i/MyMusicNav.xml
Expand Up @@ -201,6 +201,13 @@
<label>$LOCALIZE[16003]</label>
<onclick>fullscreen</onclick>
</control>
<control type="button" id="612">
<description>Go to playlist</description>
<include>LeftMenuButton</include>
<label>$LOCALIZE[13350]</label>
<onclick>ActivateWindow(musicplaylist)</onclick>
<visible>!StringCompare(Playlist.Length(music),0)</visible>
</control>
</control>
</control>
</controls>
Expand Down
7 changes: 7 additions & 0 deletions 1080i/MyMusicSongs.xml
Expand Up @@ -189,6 +189,13 @@
<label>$LOCALIZE[16003]</label>
<onclick>fullscreen</onclick>
</control>
<control type="button" id="612">
<description>Go to playlist</description>
<include>LeftMenuButton</include>
<label>$LOCALIZE[13350]</label>
<onclick>ActivateWindow(musicplaylist)</onclick>
<visible>!StringCompare(Playlist.Length(music),0)</visible>
</control>
</control>
</control>
</controls>
Expand Down
7 changes: 7 additions & 0 deletions 1080i/MyVideoNav.xml
Expand Up @@ -200,6 +200,13 @@
<label>$LOCALIZE[16003]</label>
<onclick>fullscreen</onclick>
</control>
<control type="button" id="612">
<description>Go to playlist</description>
<include>LeftMenuButton</include>
<label>$LOCALIZE[13350]</label>
<onclick>ActivateWindow(videoplaylist)</onclick>
<visible>!StringCompare(Playlist.Length(video),0)</visible>
</control>
<control type="radiobutton" id="11">
<description>Unlock Shares</description>
<textwidth>450</textwidth>
Expand Down

0 comments on commit c0a6ccd

Please sign in to comment.