quing-1.15.0 is not a library.
Visit the last successful build:
quing-2.2.1
quing, a (hopefully) minimalist toml based music player
Usage: quing [-flags...] [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:
All flags must be passed in before the playlist files and start with a dash ('-').
= "to manually enter headless mode."
= "to merge all tracks, from the playlist files, into one."
= "to output some general package information."
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"