From: Hendrik Jaeger Date: Mon, 1 Aug 2011 20:32:02 +0000 (+0200) Subject: On branch master X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ade2394acae3feaf3ad38cde310d69570032bff0;hp=b4f04f8a091e31c7e2f28f311ce9423364c3663f;p=user%2Fhenk%2Fcode%2Fruby%2Fgrux.git On branch master Changes to be committed: modified: bin/grux.rb --- diff --git a/bin/grux.rb b/bin/grux.rb index cf6c34d..1304d9a 100755 --- a/bin/grux.rb +++ b/bin/grux.rb @@ -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