Skip to content

Commit

Permalink
Version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-xo committed Apr 22, 2020
1 parent f3e6171 commit 5a1efce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CDJ Scrobbler v1.7-SNAPSHOT
---------------------------
CDJ Scrobbler v1.7
------------------

CDJ Scrobbler is a Last.fm Scrobbler for Pioneer CDJ / XDJ (e.g. CDJ 2000) based on beat-link.

Expand Down Expand Up @@ -47,6 +47,7 @@ Options

-L, --lfm Enable Last.fm scrobbling
-T, --twitter Enable tweeting the tracklist
--twitter-cover-art Enable tweeting cover art with each tweet
--config=<filename> Which config file to use. Defaults to cdjscrobbler.properties in your home directory
--no-dmca-warning Disable flashing the platter red if the loaded track would break DMCA rules
--csv=<filename> Output a CSV file compatible with https://github.com/ben-xo/prepare-podcast
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>am.xo.cdjscrobbler</groupId>
<artifactId>cdjscrobbler</artifactId>
<packaging>jar</packaging>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<repositories>
<repository>
<!-- Used for lastfm-java because there is no official release withn HTTPS support, even though it's on github -->
Expand Down

0 comments on commit 5a1efce

Please sign in to comment.