quing-1.0.0 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...]
# playlist.toml
# NOTE: does not need to be a toml file as long it is the toml format
= "Foo" # name of the playlist
[[]]
= "Bar" # name of an individual playlist entry
= "$PATH/to/bar.mp3" # path to file, supports environment variables and '~'
[[]]
= "Baz"
= "~/baz.wav"
Controls:
-
quing supports simple playback controls (pausing and skipping)
'q' or 'c': exit the program when in active playback
'/' or 'h': skip one playlist forwards
'.' or 'l': skip one track forwards
',' or 'j': skip one track backwards
' ' or 'k': pause the playback