Skip to content

v1.9

Latest
Compare
Choose a tag to compare
@pascalpuffke pascalpuffke released this 22 Dec 23:39
· 4 commits to master since this release
ace393a
  • Added support for custom formatting!

    You can use the following placeholders:
    - %title
    - %artist
    - %date
    - %album

    There 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"
              ```