quing-1.9.1 is not a library.
Visit the last successful build:
quing-2.2.1
quing, a (hopefully) minimalist toml based song shuffler
Usage: quing [playlist.toml...]
= "" # optional name of the playlist
= -1 # optional setting for repeating a playlist n times. if the number is below zero, it'll repeat infinitely
[[]]
= "" # same as playlist-level name, for a song.
= "" # file path pointing towards a file which contains audio data.
# supported features:
# environment variables: ${NAME}
# NOTE: redcursive variables also work: $${NAME} => ${VALUE_OF_NAME} => {VALUE_OF_VALUE_OF_NAME}
# ~ as a shortcut for $HOME
#
# NOTE: it isn't suggested to use relative paths, for files.
= -1 # similar to playlist-level time, but for a single song.
Controls:
-
quing supports simple playback controls (pausing and skipping)
= "exit the program when in active playback"
= "skip one playlist forwards"
= "skip one playlist backwards"
= "skip one track forwards"
= "skip one track backwards"
= "toggle the playback"
= "Toggle the volume of the currently playing track"
= "Increase the volume of the currently playing track"
= "Decrease the volume of the currently playing track"