Bug 68244

Summary: extra option (random play) in popup-window
Product: [Applications] juk Reporter: Tijn <t.schuurmans>
Component: generalAssignee: Scott Wheeler <wheeler>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Tijn 2003-11-14 23:13:19 UTC
Version:            (using KDE 3.1.4)
Installed from:     (testing/unstable)
Compiler:          gcc version 3.3.2 20030908 (Debian prerelease)
OS:          Linux (i686) release 2.4.21

What I would really like is an extra option in the popup menu that appears when I right-click the JuK-icon in the system tray. I'd like to choose 'Random Play' just like 'Popup Track Announcement'.


This way I can let JuK randomly choose music and when I find music that I really like (at that moment), I will disable the 'Random Play'-option. So more music from the same artist will be played. (my playlists usually are ordered by artist). When I'm bored with it again, I could let JuK randomly choose new music with just 2 mouse-clicks.
Comment 1 Scott Wheeler 2004-03-06 09:03:30 UTC
CVS commit by wheeler: 

Add random play to the systray menu.

CCMAIL:68244-done@bugs.kde.org


  M +1 -0      systemtray.cpp   1.37


--- kdemultimedia/juk/systemtray.cpp  #1.36:1.37
@@ -66,4 +66,5 @@ SystemTray::SystemTray(QWidget *parent, 
     cm->insertSeparator();
 
+    action("randomPlay")->plug(cm);
     action("togglePopups")->plug(cm);