logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sayonara-ctl - control sayonara via dbus

Author

       Michael Lugmair (sayonara-player@posteo.org)

1.10.0-stable1                                  09 February 2025                                 sayonara-ctl(1)

Bugs

       Please file in new bug reports at https://gitlab.com/luciocarreras/sayonara-player

Description

       sayonara-ctl is intended to control sayonara via its dbus interface. This is espcially useful for desktop
       environments which allow the user to map keyboard shortcuts to commands.

Examples

Startplayback
              sayonara-ctl play

       Jumpto1min30sec
              sayonara-ctl seek-us 90000000

       Setvolumeto75%
              sayonara-ctl set-volume 75

Name

       sayonara-ctl - control sayonara via dbus

Options

play   Start playback

       play-pause
              Toggle between playing and pause state

       pause  Pause playback

       stop   Stop playback

       seek-usmicroseconds
              Jump to position in microseconds

       set-shuffle1
              Enable shuffling playback

       set-shuffle0
              Disable shuffling playback

       next   Jump to next track

       previous
              Jump to previous track

       set-volume<volume>
              Adjust volume. If volume is greater 1 it is devided by 100. See examples

       inc-volume
              Increase volume

       dec-volume
              Decrease volume

       raise  Show Sayonara if hidden

       quit   Quit Sayonara

Synopsis

       sayonara-ctl command [parameter]

See Also