]> git.netwichtig.de Git - user/henk/code/ruby/grux.git/commitdiff
On branch master
authorHendrik Jaeger <henk@frustcomp>
Mon, 1 Aug 2011 20:32:02 +0000 (22:32 +0200)
committerHendrik Jaeger <henk@frustcomp>
Mon, 1 Aug 2011 20:32:02 +0000 (22:32 +0200)
Changes to be committed:

      modified:   bin/grux.rb

bin/grux.rb

index cf6c34d2f53c5abba41b6fed3876a97ea6041adb..1304d9a2fe22330ebcaa4389c0900b9d4422e6b7 100755 (executable)
@@ -216,18 +216,18 @@ class Grux::ClientWin < Gtk::VBox
   end
 
   def handle_current_pos( pos )
-#    @server.playlist.entries.notifier do |playlist|
-#      @server.medialib_get_info( playlist[pos[:position]] ).notifier do |songinfo|
-#        @nextSongLbl.text = ""
-#        songinfo.each_pair do |key, info|
-#          info.each_pair do |src, value|
-#            @nextSongLbl.text += "[#{src}] #{key} = #{value}\n"
-#          end
-#        end
-#        true
-#      end
-#      true
-#    end
+    #@server.playlist.entries.notifier do |playlist|
+    #  @server.medialib_get_info( playlist[pos[:position]] ).notifier do |songinfo|
+    #    @nextSongLbl.text = ""
+    #    songinfo.each_pair do |key, info|
+    #      info.each_pair do |src, value|
+    #        @nextSongLbl.text += "[#{src}] #{key} = #{value}\n"
+    #      end
+    #    end
+    #    true
+    #  end
+    #  true
+    #end
     true
   end