```toml name = "" # optional name of the playlist time = -1 # an 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, though 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
'h' = "to manually enter headless mode."
'f' = "to merge all tracks, from the playlist files, into one."
'v' = "to output some general package information."
toml
' ctrl_l' = "skip one playlist forwards"
' ctrl_j' = "skip one playlist backwards"
' ctrl_k' = "exit the program when in active playback"
' l' = "skip one track forwards"
' j' = "skip one track backwards"
' k' = "toggle the playback"
'shift_l' = "Increase the volume of the currently playing track"
'shift_j' = "Decrease the volume of the currently playing track"
'shift_k' = "Toggle the volume of the currently playing track"