<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>media/nowplaying-bar.png</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -208,6 +208,14 @@
           &lt;include&gt;GeneralSkinOption&lt;/include&gt;
         &lt;/control&gt;
 
+        &lt;control type=&quot;radiobutton&quot; id=&quot;325&quot;&gt;
+          &lt;description&gt;Hide Now playing in viz description&lt;/description&gt;
+  				&lt;label&gt;$LOCALIZE[31998]&lt;/label&gt;
+          &lt;onclick&gt;Skin.ToggleSetting(HideNowPlayingInViz)&lt;/onclick&gt;
+          &lt;selected&gt;Skin.HasSetting(HideNowPlayingInViz)&lt;/selected&gt;
+          &lt;include&gt;GeneralSkinOption&lt;/include&gt;
+        &lt;/control&gt;
+
 				&lt;control type=&quot;togglebutton&quot; id=&quot;281&quot;&gt;
 					&lt;description&gt;Path to Lyrics Script&lt;/description&gt;
 					&lt;label&gt;$LOCALIZE[20141] $LOCALIZE[31046]&lt;/label&gt;</diff>
      <filename>720p/Custom1001_SkinSettings.xml</filename>
    </modified>
    <modified>
      <diff>@@ -731,7 +731,7 @@
               &lt;description&gt;Quit Button&lt;/description&gt;
               &lt;label&gt; $LOCALIZE[31007] &lt;/label&gt;
               &lt;onclick&gt;Plex.Shutdown()&lt;/onclick&gt;
-              &lt;visible&gt;!Skin.HasSetting(ShowSleep) &amp; !Skin.HasSettings(ShowShutDown)&lt;/visible&gt;
+              &lt;visible&gt;!Skin.HasSetting(ShowSleep) &amp; !Skin.HasSetting(ShowShutDown)&lt;/visible&gt;
             &lt;/item&gt;
 
             &lt;item id=&quot;2&quot;&gt;</diff>
      <filename>720p/Home.xml</filename>
    </modified>
    <modified>
      <diff>@@ -409,5 +409,271 @@
       &lt;/control&gt;
     &lt;/control&gt;
 
+		&lt;!-- START OF JAMES NOW PLAYING --&gt;
+						
+			&lt;control type=&quot;group&quot;&gt;
+				&lt;visible&gt;!Player.ShowInfo + !Window.IsActive(120) + !Window.IsActive(PlayerControls) + !Window.IsVisible(script-XBMC_Lyrics-main.xml) + !Skin.HasSetting(HideNowPlayingInViz)&lt;/visible&gt;
+
+		    &lt;control type=&quot;image&quot; id=&quot;0&quot;&gt;
+				     &lt;posx&gt;0&lt;/posx&gt;
+				     &lt;posy&gt;150&lt;/posy&gt;
+				     &lt;width&gt;1280&lt;/width&gt;
+				     &lt;height&gt;450&lt;/height&gt;
+		      &lt;texture&gt;nowplaying-bar.png&lt;/texture&gt;  
+		    &lt;/control&gt;
+
+		    &lt;!-- Normal view --&gt;
+		    &lt;control type=&quot;group&quot;&gt;
+		      &lt;visible&gt;!MusicPlayer.NowPlayingFlipped&lt;/visible&gt;
+		      &lt;animation effect=&quot;rotatey&quot; center=&quot;640&quot; start=&quot;0&quot; end=&quot;-90&quot; time=&quot;500&quot; reversible=&quot;false&quot;&gt;Hidden&lt;/animation&gt;
+		      &lt;animation effect=&quot;rotatey&quot; center=&quot;640&quot; start=&quot;-90&quot; end=&quot;0&quot; time=&quot;500&quot; delay=&quot;500&quot; reversible=&quot;false&quot;&gt;Visible&lt;/animation&gt;
+
+		      &lt;!-- Second cover --&gt;
+		      &lt;control type=&quot;group&quot;&gt;
+		        &lt;visible&gt;MusicPlayer.HasNext&lt;/visible&gt;
+		        &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; time=&quot;1000&quot;&gt;Visible&lt;/animation&gt;
+		        &lt;animation effect=&quot;fade&quot; start=&quot;100&quot; end=&quot;0&quot; time=&quot;1000&quot;&gt;Hidden&lt;/animation&gt;
+		        &lt;control type=&quot;group&quot;&gt;
+		          &lt;posx&gt;813&lt;/posx&gt;
+		          &lt;posy&gt;244&lt;/posy&gt;
+		          &lt;visible&gt;MusicPlayer.HasNewCoverNext&lt;/visible&gt;
+		          &lt;animation effect=&quot;slide&quot; start=&quot;-80,0&quot; time=&quot;1000&quot; tween=&quot;cubic&quot; easing=&quot;inout&quot;&gt;Visible&lt;/animation&gt;
+		          &lt;animation effect=&quot;slide&quot; end=&quot;-80,0&quot; time=&quot;1000&quot; tween=&quot;cubic&quot; easing=&quot;inout&quot;&gt;Hidden&lt;/animation&gt;
+		          &lt;include&gt;NowPlayingNextCover&lt;/include&gt;
+		        &lt;/control&gt;
+		      &lt;/control&gt;
+
+		      &lt;!-- Double cover view --&gt;
+		      &lt;control type=&quot;group&quot;&gt;
+		        &lt;visible&gt;MusicPlayer.HasNewCoverNext&lt;/visible&gt;
+		        &lt;animation effect=&quot;slide&quot; end=&quot;80,0&quot; time=&quot;1000&quot; tween=&quot;cubic&quot; easing=&quot;inout&quot;&gt;Hidden&lt;/animation&gt;
+		        &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; delay=&quot;1000&quot; time=&quot;0&quot;&gt;Visible&lt;/animation&gt;
+		        &lt;control type=&quot;group&quot;&gt;
+		          &lt;description&gt;Album covers&lt;/description&gt;
+		          &lt;posx&gt;587&lt;/posx&gt;
+		          &lt;posy&gt;204&lt;/posy&gt;
+		          &lt;include&gt;NowPlayingCurrentCover&lt;/include&gt;
+		        &lt;/control&gt;
+
+		        &lt;control type=&quot;group&quot;&gt;
+		          &lt;description&gt;Info&lt;/description&gt;
+		          &lt;posx&gt;60&lt;/posx&gt;
+		          &lt;posy&gt;220&lt;/posy&gt;
+		          &lt;control type=&quot;group&quot;&gt;
+		            &lt;visible&gt;Player.HasMusicPlaylist&lt;/visible&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; time=&quot;1000&quot;&gt;Visible&lt;/animation&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;100&quot; end=&quot;0&quot; time=&quot;1000&quot;&gt;Hidden&lt;/animation&gt;
+		            &lt;include&gt;NowPlayingCurrentInfo&lt;/include&gt;
+		          &lt;/control&gt;
+
+		          &lt;control type=&quot;progress&quot; id=&quot;20&quot;&gt;
+		            &lt;description&gt;Progress control&lt;/description&gt;
+		            &lt;posx&gt;129&lt;/posx&gt;
+		            &lt;posy&gt;162&lt;/posy&gt;
+		            &lt;aligny&gt;center&lt;/aligny&gt;
+		            &lt;width&gt;372&lt;/width&gt;
+		            &lt;info&gt;Player.Progress&lt;/info&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; time=&quot;1000&quot;&gt;Visible&lt;/animation&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;100&quot; end=&quot;0&quot; time=&quot;1000&quot;&gt;Hidden&lt;/animation&gt;
+		            &lt;visible&gt;Player.HasMusicPlaylist&lt;/visible&gt;
+		          &lt;/control&gt;
+
+		          &lt;control type=&quot;group&quot;&gt;
+		            &lt;posy&gt;219&lt;/posy&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; time=&quot;1000&quot;&gt;Visible&lt;/animation&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;100&quot; end=&quot;0&quot; time=&quot;1000&quot;&gt;Hidden&lt;/animation&gt;
+		            &lt;visible&gt;Player.HasMusicPlaylist + MusicPlayer.HasNext&lt;/visible&gt;
+		            &lt;include&gt;NowPlayingNextInfo&lt;/include&gt;
+		          &lt;/control&gt;
+		        &lt;/control&gt;
+		      &lt;/control&gt;
+
+		      &lt;!-- Single cover view --&gt;
+		      &lt;control type=&quot;group&quot;&gt;
+		        &lt;posx&gt;80&lt;/posx&gt;
+		        &lt;visible&gt;!MusicPlayer.HasNewCoverNext&lt;/visible&gt;
+		        &lt;animation effect=&quot;slide&quot; end=&quot;-80,0&quot; time=&quot;1000&quot; tween=&quot;cubic&quot; easing=&quot;inout&quot;&gt;Hidden&lt;/animation&gt;
+		        &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; delay=&quot;1000&quot; time=&quot;0&quot;&gt;Visible&lt;/animation&gt;
+
+		        &lt;control type=&quot;group&quot;&gt;
+		          &lt;description&gt;Album covers&lt;/description&gt;
+		          &lt;posx&gt;587&lt;/posx&gt;
+		          &lt;posy&gt;204&lt;/posy&gt;
+		          &lt;include&gt;NowPlayingCurrentCover&lt;/include&gt;
+		        &lt;/control&gt;
+
+		        &lt;control type=&quot;group&quot;&gt;
+		          &lt;description&gt;Info&lt;/description&gt;
+		          &lt;posx&gt;60&lt;/posx&gt;
+		          &lt;posy&gt;220&lt;/posy&gt;
+		          &lt;control type=&quot;group&quot;&gt;
+		            &lt;visible&gt;Player.HasMusicPlaylist&lt;/visible&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; time=&quot;1000&quot;&gt;Visible&lt;/animation&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;100&quot; end=&quot;0&quot; time=&quot;1000&quot;&gt;Hidden&lt;/animation&gt;
+		            &lt;include&gt;NowPlayingCurrentInfo&lt;/include&gt;
+		          &lt;/control&gt;
+
+		          &lt;control type=&quot;progress&quot; id=&quot;21&quot;&gt;
+		            &lt;description&gt;Progress control&lt;/description&gt;
+		            &lt;posx&gt;129&lt;/posx&gt;
+		            &lt;posy&gt;162&lt;/posy&gt;
+		            &lt;aligny&gt;center&lt;/aligny&gt;
+		            &lt;width&gt;372&lt;/width&gt;
+		            &lt;info&gt;Player.Progress&lt;/info&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; time=&quot;1000&quot;&gt;Visible&lt;/animation&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;100&quot; end=&quot;0&quot; time=&quot;1000&quot;&gt;Hidden&lt;/animation&gt;
+		            &lt;visible&gt;Player.HasMusicPlaylist&lt;/visible&gt;
+		          &lt;/control&gt;
+
+		          &lt;control type=&quot;group&quot;&gt;
+		            &lt;posy&gt;219&lt;/posy&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; time=&quot;1000&quot;&gt;Visible&lt;/animation&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;100&quot; end=&quot;0&quot; time=&quot;1000&quot;&gt;Hidden&lt;/animation&gt;
+		            &lt;visible&gt;Player.HasMusicPlaylist + MusicPlayer.HasNext&lt;/visible&gt;
+		            &lt;include&gt;NowPlayingNextInfo&lt;/include&gt;
+		          &lt;/control&gt;
+		        &lt;/control&gt;
+		      &lt;/control&gt;
+		    &lt;/control&gt; &lt;!-- End of normal view --&gt;
+
+		    &lt;!-- Flipped view --&gt;
+		    &lt;control type=&quot;group&quot;&gt;
+		      &lt;visible&gt;MusicPlayer.NowPlayingFlipped&lt;/visible&gt;
+		      &lt;animation effect=&quot;rotatey&quot; center=&quot;640&quot; start=&quot;0&quot; end=&quot;90&quot; time=&quot;500&quot; reversible=&quot;false&quot;&gt;Hidden&lt;/animation&gt;
+		      &lt;animation effect=&quot;rotatey&quot; center=&quot;640&quot; start=&quot;90&quot; end=&quot;0&quot; time=&quot;500&quot; delay=&quot;500&quot; reversible=&quot;false&quot;&gt;Visible&lt;/animation&gt;
+
+		      &lt;!-- Second cover (flipped) --&gt;
+		      &lt;control type=&quot;group&quot;&gt;
+		        &lt;visible&gt;MusicPlayer.HasNext&lt;/visible&gt;
+		        &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; time=&quot;1000&quot;&gt;Visible&lt;/animation&gt;
+		        &lt;animation effect=&quot;fade&quot; start=&quot;100&quot; end=&quot;0&quot; time=&quot;1000&quot;&gt;Hidden&lt;/animation&gt;
+		        &lt;control type=&quot;group&quot;&gt;
+		          &lt;posx&gt;429&lt;/posx&gt;
+		          &lt;posy&gt;244&lt;/posy&gt;
+		          &lt;visible&gt;MusicPlayer.HasNewCoverNext&lt;/visible&gt;
+		          &lt;animation effect=&quot;slide&quot; start=&quot;-80,0&quot; time=&quot;1000&quot; tween=&quot;cubic&quot; easing=&quot;inout&quot;&gt;Visible&lt;/animation&gt;
+		          &lt;animation effect=&quot;slide&quot; end=&quot;-80,0&quot; time=&quot;1000&quot; tween=&quot;cubic&quot; easing=&quot;inout&quot;&gt;Hidden&lt;/animation&gt;
+		          &lt;include&gt;NowPlayingNextCover&lt;/include&gt;
+		        &lt;/control&gt;
+		      &lt;/control&gt;
+
+		      &lt;!-- Double cover view (flipped) --&gt;
+		      &lt;control type=&quot;group&quot;&gt;
+		        &lt;control type=&quot;group&quot;&gt;
+		          &lt;visible&gt;MusicPlayer.HasNewCoverNext&lt;/visible&gt;
+		          &lt;animation effect=&quot;slide&quot; end=&quot;80,0&quot; time=&quot;1000&quot; tween=&quot;cubic&quot; easing=&quot;inout&quot;&gt;Hidden&lt;/animation&gt;
+		          &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; delay=&quot;1000&quot; time=&quot;0&quot;&gt;Visible&lt;/animation&gt;
+		          &lt;description&gt;Album covers&lt;/description&gt;
+		          &lt;posx&gt;203&lt;/posx&gt;
+		          &lt;posy&gt;204&lt;/posy&gt;
+		          &lt;include&gt;NowPlayingCurrentCover&lt;/include&gt;
+		        &lt;/control&gt;
+
+		        &lt;control type=&quot;group&quot;&gt;
+		          &lt;visible&gt;MusicPlayer.HasNewCoverNext&lt;/visible&gt;
+		          &lt;animation effect=&quot;slide&quot; end=&quot;-80,0&quot; time=&quot;1000&quot; tween=&quot;cubic&quot; easing=&quot;inout&quot;&gt;Hidden&lt;/animation&gt;
+		          &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; delay=&quot;1000&quot; time=&quot;0&quot;&gt;Visible&lt;/animation&gt;
+		          &lt;description&gt;Info&lt;/description&gt;
+		          &lt;posx&gt;720&lt;/posx&gt;
+		          &lt;posy&gt;220&lt;/posy&gt;
+		          &lt;control type=&quot;group&quot;&gt;
+		            &lt;visible&gt;Player.HasMusicPlaylist&lt;/visible&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; time=&quot;1000&quot;&gt;Visible&lt;/animation&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;100&quot; end=&quot;0&quot; time=&quot;1000&quot;&gt;Hidden&lt;/animation&gt;
+		            &lt;include&gt;NowPlayingCurrentInfoFlipped&lt;/include&gt;
+		          &lt;/control&gt;
+
+		          &lt;control type=&quot;progress&quot; id=&quot;22&quot;&gt;
+		            &lt;description&gt;Progress control&lt;/description&gt;
+		            &lt;posx&gt;0&lt;/posx&gt;
+		            &lt;posy&gt;162&lt;/posy&gt;
+		            &lt;aligny&gt;center&lt;/aligny&gt;
+		            &lt;width&gt;372&lt;/width&gt;
+		            &lt;info&gt;Player.Progress&lt;/info&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; time=&quot;1000&quot;&gt;Visible&lt;/animation&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;100&quot; end=&quot;0&quot; time=&quot;1000&quot;&gt;Hidden&lt;/animation&gt;
+		            &lt;visible&gt;Player.HasMusicPlaylist&lt;/visible&gt;
+		          &lt;/control&gt;
+
+		          &lt;control type=&quot;group&quot;&gt;
+		            &lt;posy&gt;219&lt;/posy&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; time=&quot;1000&quot;&gt;Visible&lt;/animation&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;100&quot; end=&quot;0&quot; time=&quot;1000&quot;&gt;Hidden&lt;/animation&gt;
+		            &lt;visible&gt;Player.HasMusicPlaylist + MusicPlayer.HasNext&lt;/visible&gt;
+		            &lt;include&gt;NowPlayingNextInfoFlipped&lt;/include&gt;
+		          &lt;/control&gt;
+		        &lt;/control&gt;
+		      &lt;/control&gt;
+
+
+		      &lt;!-- Single cover view (flipped) --&gt;
+		      &lt;control type=&quot;group&quot;&gt;
+
+		        &lt;posx&gt;80&lt;/posx&gt;
+
+		        &lt;control type=&quot;group&quot;&gt;
+		          &lt;visible&gt;!MusicPlayer.HasNewCoverNext&lt;/visible&gt;
+		          &lt;animation effect=&quot;slide&quot; end=&quot;-80,0&quot; time=&quot;1000&quot; tween=&quot;cubic&quot; easing=&quot;inout&quot;&gt;Hidden&lt;/animation&gt;
+		          &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; delay=&quot;1000&quot; time=&quot;0&quot;&gt;Visible&lt;/animation&gt;
+		          &lt;description&gt;Album covers&lt;/description&gt;
+		          &lt;posx&gt;203&lt;/posx&gt;
+		          &lt;posy&gt;204&lt;/posy&gt;
+		          &lt;include&gt;NowPlayingCurrentCover&lt;/include&gt;
+		        &lt;/control&gt;
+
+		        &lt;control type=&quot;group&quot;&gt;
+		          &lt;visible&gt;!MusicPlayer.HasNewCoverNext&lt;/visible&gt;
+		          &lt;animation effect=&quot;slide&quot; end=&quot;80,0&quot; time=&quot;1000&quot; tween=&quot;cubic&quot; easing=&quot;inout&quot;&gt;Hidden&lt;/animation&gt;
+		          &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; delay=&quot;1000&quot; time=&quot;0&quot;&gt;Visible&lt;/animation&gt;
+
+		          &lt;description&gt;Info&lt;/description&gt;
+		          &lt;posx&gt;560&lt;/posx&gt;
+		          &lt;posy&gt;220&lt;/posy&gt;
+		          &lt;control type=&quot;group&quot;&gt;
+		            &lt;visible&gt;Player.HasMusicPlaylist&lt;/visible&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; time=&quot;1000&quot;&gt;Visible&lt;/animation&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;100&quot; end=&quot;0&quot; time=&quot;1000&quot;&gt;Hidden&lt;/animation&gt;
+		            &lt;include&gt;NowPlayingCurrentInfoFlipped&lt;/include&gt;
+		          &lt;/control&gt;
+
+		          &lt;control type=&quot;progress&quot; id=&quot;23&quot;&gt;
+		            &lt;description&gt;Progress control&lt;/description&gt;
+		            &lt;posx&gt;0&lt;/posx&gt;
+		            &lt;posy&gt;162&lt;/posy&gt;
+		            &lt;aligny&gt;center&lt;/aligny&gt;
+		            &lt;width&gt;372&lt;/width&gt;
+		            &lt;info&gt;Player.Progress&lt;/info&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; time=&quot;1000&quot;&gt;Visible&lt;/animation&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;100&quot; end=&quot;0&quot; time=&quot;1000&quot;&gt;Hidden&lt;/animation&gt;
+		            &lt;visible&gt;Player.HasMusicPlaylist&lt;/visible&gt;
+		          &lt;/control&gt;
+
+		          &lt;control type=&quot;group&quot;&gt;
+		            &lt;posy&gt;219&lt;/posy&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;0&quot; end=&quot;100&quot; time=&quot;1000&quot;&gt;Visible&lt;/animation&gt;
+		            &lt;animation effect=&quot;fade&quot; start=&quot;100&quot; end=&quot;0&quot; time=&quot;1000&quot;&gt;Hidden&lt;/animation&gt;
+		            &lt;visible&gt;Player.HasMusicPlaylist + MusicPlayer.HasNext&lt;/visible&gt;
+		            &lt;include&gt;NowPlayingNextInfoFlipped&lt;/include&gt;
+		          &lt;/control&gt;
+		        &lt;/control&gt;
+		      &lt;/control&gt;
+
+		    &lt;/control&gt; &lt;!-- End of flip view --&gt;
+
+		    &lt;control type=&quot;group&quot;&gt;
+		      &lt;visible&gt;Player.Paused&lt;/visible&gt;
+		      &lt;animation effect=&quot;fade&quot; end=&quot;100&quot; time=&quot;1000&quot;&gt;Visible&lt;/animation&gt;
+		      &lt;animation effect=&quot;fade&quot; end=&quot;0&quot; time=&quot;500&quot;&gt;Hidden&lt;/animation&gt;
+		      &lt;control type=&quot;image&quot;&gt;
+		        &lt;animation effect=&quot;fade&quot; start=&quot;30&quot; end=&quot;80&quot; time=&quot;2000&quot; condition=&quot;Player.Paused&quot; pulse=&quot;true&quot;&gt;Conditional&lt;/animation&gt;
+		        &lt;texture&gt;OSDPauseNF.png&lt;/texture&gt;
+		        &lt;width&gt;48&lt;/width&gt;
+		        &lt;height&gt;48&lt;/height&gt;
+		        &lt;posx&gt;616&lt;/posx&gt;
+		        &lt;posy&gt;603&lt;/posy&gt;
+		      &lt;/control&gt;
+		    &lt;/control&gt;
+		&lt;/control&gt;
+
   &lt;/controls&gt;
 &lt;/window&gt;</diff>
      <filename>720p/MusicVisualisation.xml</filename>
    </modified>
    <modified>
      <diff>@@ -220,4 +220,8 @@
   &lt;string id=&quot;31961&quot;&gt;Shut Down&lt;/string&gt;
   &lt;string id=&quot;31962&quot;&gt;Power Menu&lt;/string&gt;
   &lt;string id=&quot;31963&quot;&gt;displays&lt;/string&gt;
+
+	&lt;string id=&quot;31998&quot;&gt;Hide Now Playing in Visualizer&lt;/string&gt;
+	&lt;string id=&quot;31999&quot;&gt;End Time&lt;/string&gt;
+	
 &lt;/strings&gt;
\ No newline at end of file</diff>
      <filename>language/English/strings.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f1a4dc00c96bcf9b7bde1f067c2667757528258b</id>
    </parent>
  </parents>
  <author>
    <name>Elan Feingold</name>
    <email>elan@bluemandrill.com</email>
  </author>
  <url>http://github.com/elan/plex-mediastream/commit/3e6c10ad02975cf7d1ca15f370c667556cbe0736</url>
  <id>3e6c10ad02975cf7d1ca15f370c667556cbe0736</id>
  <committed-date>2009-07-23T19:53:28-07:00</committed-date>
  <authored-date>2009-07-23T19:53:28-07:00</authored-date>
  <message>Support for overlaying Now Playing on top of visualization, thanks to Scott</message>
  <tree>0b2b12bdf3aeb45851f46cd46aefe5dbcee24099</tree>
  <committer>
    <name>Elan Feingold</name>
    <email>elan@bluemandrill.com</email>
  </committer>
</commit>
