quing-1.12.0 is not a library.
Visit the last successful build:
quing-2.2.1
quing, a (hopefully) minimalist toml based music player
Usage: quing [playlist.toml...]
= "" # optional name of the playlist
= -1 # an optional setting for repeating a playlist n times. if the number is below zero, it'll repeat infinitely
[[]]
= "" # same as playlist-level name, though for a song.
= "" # file path pointing towards a file, which contains audio data.
# supported features:
# environment variables: ${NAME}
# NOTE: redcursive variables do also work e.g.: $${NAME} => ${VALUE_OF_NAME} => {VALUE_OF_VALUE_OF_NAME}
# ~, at the start of the path, as a shortcut, for $HOME.
= -1 # similar to playlist-level time, but for a single song.
Flags:
Use '-h,' as the first argument, to enter headless mode manually
NOTE: if headless is set, the program won't respond to any inputs, so one is required to exit the program by somehow manually terminating it. (e.g.: pkill quing)
Controls:
= "skip one playlist forwards"
= "skip one playlist backwards"
= "exit the program when in active playback"
= "skip one track forwards"
= "skip one track backwards"
= "toggle the playback"
= "Increase the volume of the currently playing track"
= "Decrease the volume of the currently playing track"
= "Toggle the volume of the currently playing track"