Added sub prefixes, to set a sub prefix start the program and it will create a new config.json file and then look for "subprefix" and change null to "(Whatever you want you're prefix to be.)"
So if you changed subprefix to be "Current song - " like shown below it will place 'Current song - ' in front of all songs in the text file.
Which will look like this.
{
"spacing": null,
"subprefix": "Current song - '"
}
Once you have changed the config.json remember to restart the application.
Kind regards.