I use Rhythmbox as my primary music player in Ubuntu Linux (jaunty), I usually change the song using a hotkey (on windows platform using winamp player). Actually the GNOME hotkeys are doing fine for this. rhythmbox even catches the keystrokes while in background.
step by step to make a hotkey :
- System –> Prefrences –> Keyboard shortcuts
- Click add, fill the form.
ex :
name : next song
command : rhythmbox-client –next
- Assign shortcut for the new command (just click at the “Disabled” text on the row of new command, then hit a combination of keys, ex : Ctrl + Space)
Here is a list of all the commands rhythmbox-client supports:
--no-start Don't start a new instance of Rhythmbox --quit Quit Rhythmbox --no-present Don't present an existing Rhythmbox window --hide Hide the Rhythmbox window --next Jump to next song --previous Jump to previous song --notify Show notification of the playing song --play Resume playback if currently paused --pause Pause playback if currently playing --play-pause Toggle play/pause mode --play-uri=URI to play Play a specified URI, importing it if necessary --enqueue Add specified tracks to the play queue --clear-queue Empty the play queue before adding new tracks --print-playing Print the title and artist of the playing song --print-playing-format Print formatted details of the song --set-volume Set the playback volume --volume-up Increase the playback volume --volume-down Decrease the playback volume --print-volume Print the current playback volume --mute Mute playback --unmute Unmute playback
You can make a hotkey for volume up/down, pause/play, etc.


Recent Comments