```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' = "toggle the playback"
'm' = "Toggle the volume of the currently playing track"
'up' = "Increase the volume of the currently playing track"
'down' = "Decrease the volume of the currently playing track"