Scroll to navigation

vagalumectl(1) General Commands Manual vagalumectl(1)

NAME

vagalumectl - Remotely control Vagalume via its D-Bus interface

SYNOPSIS

vagalumectl [command]

DESCRIPTION

This manual page documents briefly the vagalumectl command.

vagalumectl is a front end to easily control the Vagalume Last.fm client via its D-Bus interface without having to use low-level commands.

COMMANDS

Start playing the last selected radio.
Skip to the next song.
Stop playing.
Mark the current song as 'loved'.
Mark the current song as 'banned' and skip to the next one.
Play a 'global tag' radio.
Play a 'similar artists' radio.
Play a 'Last.fm group' radio.
Play a user's 'loved tracks' radio.
Play a user's mix radio
Play a user's 'neighbours' radio.
Play a user's library
Play a user's playlist.
Play an arbitrary radio URL.
Increase playback volume. If inc is not specified it takes 5 as the default value. This command is not available on all platforms.
Decrease playback volume. If inc is not specified it takes 5 as the default value. This command is not available on all platforms.
Set the playback volume to a specific value. This command is not available on all platforms.
Start Vagalume (unless already running).
Close Vagalume (unless already closed).
Show a quick reference of all available commands.

EXAMPLES

Start playing the last selected radio:


$ vagalumectl play

Play your loved tracks' radio:


$ vagalumectl loved YOURUSERNAME

Play your best friend's playlist:


$ vagalumectl playlist USERNAME

Please notice that quotes are recommended around parameters that might contain white spaces, such as tag or artist , e.g:


$ vagalumectl tag "hard rock"
$ vagalumectl artist "Led Zeppelin"

SEE ALSO

vagalume(1)

AUTHOR

This manpage has been written by Mario Sanchez Prada <msanchez@igalia.com>

2010-10-30