```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.
#
time = -1 # similar to playlist-level time, but for a single song. ```
toml
c = "exit the program when in active playback"
n = "skip one playlist forwards"
b = "skip one playlist backwards"
l = "skip one track forwards"
j = "skip one track backwards"
k = "pause or start the playback"