quing, a (hopefully) minimalist toml based music player

Usage: quing [playlist.toml...]

```toml name = "" # optional name of the playlist time = -1 # optional setting for repeating a playlist n times. if the number is below zero, it'll repeat infinitely

[[song]] name = "" # same as playlist-level name, for a song. file = "" # file path pointing towards a file which contains audio data.

supported features:

environment variables: ${NAME}

NOTE: redcursive variables also work: $${NAME} => ${VALUEOFNAME} => {VALUEOFVALUEOFNAME}

~ as a shortcut for $HOME

#

NOTE: it isn't suggested to use relative paths, for files.

time = -1 # similar to playlist-level time, but for a single song. ```

Controls:

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 playback control thread fails.