-
Added support for custom formatting!
You can use the following placeholders:
- %title
- %artist
- %date
- %albumThere are multiple ways to use this feature:
1. using command-line arguments
--top, -t
"format string"
--bottom, -b
"format string"
2. using a configuration file
Make sure it's called "cmusrp.conf", is in the same directory as the jar file and contains the following:
```
TOP_FORMAT="format string goes here"BOTTOM_FORMAT="format string goes here" ```