[kupfer] audacious: Comment away Shuffle & Repeat



commit fa1267400c6518b8669e05017ed2b06a78a635f1
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Tue Dec 15 21:43:53 2009 +0100

    audacious: Comment away Shuffle & Repeat
    
    These two actions seem to have no effect. It may be a bug in audtool2.

 kupfer/plugin/audacious.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/kupfer/plugin/audacious.py b/kupfer/plugin/audacious.py
index 986f614..7de223c 100644
--- a/kupfer/plugin/audacious.py
+++ b/kupfer/plugin/audacious.py
@@ -229,8 +229,9 @@ class AudaciousSource (AppLeafContentMixin, Source):
 		yield Pause()
 		yield Next()
 		yield Previous() 
-		yield Shuffle()
-		yield Repeat()
+		# Commented as these seem to have no effect
+		#yield Shuffle()
+		#yield Repeat()
 		songs_source = AudaciousSongsSource(songs)
 		yield SourceLeaf(songs_source)
 		if __kupfer_settings__["playlist_toplevel"]:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]