-
Notifications
You must be signed in to change notification settings - Fork 0
Command Line Interface
Command-line arguments
universalplayer [OPTIONS] [term...]
A search term for songs to enqueue. The search term will be applied to songs based on song and album titles, and artist names. Songs that match more terms will be applied first. Any song that does not meet at least 65% of the provided terms will not be added.
Any songs that do match will be added to the queue. To replace the current queue, use the --clear option.
Runs the player without a GUI.
Starts playback
Pauses playback
Toggles playback
Aliases
--toggle, -t
Seeks the player to the provided time, in seconds
Arguments
time - The time to skip to, in seconds.
Clears the queue before adding songs
Aliases
--clear, -c
Skips to the next song by skipBy songs.
Arguments
skipBy - The number of songs to skip. Optional, defaults to 1.
Aliases
--next, -n
Skips to the previous song by skipBy songs.
Arguments
skipBy - The number of songs to skip. Optional, defaults to 1.
Aliases
--prev, -p
Skips to the requested song in the queue.
Arguments
skipTo - The queue index to skip to. Defaults to the next song in the queue.
Obtains the playback status
Obtains the current song
Gets the queue
Prints this help message
Aliases
--help, -h