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