quing, a (hopefully) minimalist toml based song shuffler

Usage: quing [playlist.toml...]

```toml name = "" # optional name of the playlist

[[song]] name = "" # optional name of the 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 # optional setting for repeating a song n times. if the number is negative, it'll repeat infinitely. ```

Controls:

NOTE: all files are loaded upon startup, meaning that there's a (os set) hard cap on playlist length.