quing, a (hopefully) minimalist toml based music player
Usage: quing [-flags...] [playlist.toml...]
time = -1
[[song]]
file = ""
time = -1
Flags:
All flags must be passed in before the playlist files and start with a dash ('-').
'h' = "to manually enter headless mode."
'f' = "to merge all tracks, from the playlist files, into one."
'v' = "to output some general package information."
'p' = "repeat the composed file-playlist for ever."
't' = "repeat the inputted file, inside of the file-playlist, infinitely."
Controls:
' ctrl_l' = "skip one playlist forwards"
' ctrl_j' = "skip one playlist backwards"
' ctrl_k' = "exit the program when in active playback"
' l' = "skip one track forwards"
' j' = "skip one track backwards"
' k' = "toggle the playback"
'shift_l' = "Increase the volume of the currently playing track"
'shift_j' = "Decrease the volume of the currently playing track"
'shift_k' = "Toggle the volume of the currently playing track"
NOTE: all inputted playlists are loaded upon starting. all files of the playlist are loaded when it is its turn to play. the program will run in headless mode if the creation of the control thread fails.