Skip to content

Commit

Permalink
version 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-xo committed Apr 23, 2020
1 parent 1c44bbe commit 3f18408
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CDJ Scrobbler v1.9-SNAPSHOT
---------------------------
CDJ Scrobbler v1.9
------------------

![Java CI with Maven](https://github.com/ben-xo/cdjscrobbler/workflows/Java%20CI%20with%20Maven/badge.svg?branch=develop)

Expand Down Expand Up @@ -32,18 +32,18 @@ Run
twitter4j.oauth.consumerSecret=a key that you got from https://developer.twitter.com
twitter4j.oauth.consumerKey=the secret that goes with that key

* Finally double click `cdjscrobbler-1.9-SNAPSHOT.jar`
* Finally double click `cdjscrobbler-1.9.jar`

If you want to run it from the Terminal (e.g. from a Raspberry Pi)


java -jar cdjscrobbler-1.9-SNAPSHOT.jar --twitter --lfm
java -jar cdjscrobbler-1.9.jar --twitter --lfm

* If this is the first time you have run CDJ Scrobbler, you will be prompted to authorize Last.fm and Twitter in turn. The authorization secrets will be saved into the file `cdjscrobbler.properties` in your home directory. (If you want to use a different file, use the `--conf` option)
* For more information on the options,


java -jar cdjscrobbler-1.9-SNAPSHOT.jar --help
java -jar cdjscrobbler-1.9.jar --help


Options
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.9-SNAPSHOT</version>
<version>1.9</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 3f18408

Please sign in to comment.