summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jaeger <henk@frustcomp>2011-08-01 22:32:02 +0200
committerHendrik Jaeger <henk@frustcomp>2011-08-01 22:32:02 +0200
commitade2394acae3feaf3ad38cde310d69570032bff0 (patch)
tree20c52fcecfb3948095e101c51e432ed8b597427e
parentb4f04f8a091e31c7e2f28f311ce9423364c3663f (diff)
On branch master
Changes to be committed: modified: bin/grux.rb
-rwxr-xr-xbin/grux.rb24
1 files changed, 12 insertions, 12 deletions
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