net.beardbot:lastfm-unscrobble

A simple unscrobbler for Last.FM

License

License

Categories

Categories

Net
GroupId

GroupId

net.beardbot
ArtifactId

ArtifactId

lastfm-unscrobble
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

jar
Description

Description

net.beardbot:lastfm-unscrobble
A simple unscrobbler for Last.FM
Project URL

Project URL

https://github.com/calne-ca/lastfm-unscrobble-java
Source Code Management

Source Code Management

https://github.com/calne-ca/lastfm-unscrobble-java

Download lastfm-unscrobble

How to add to project

<!-- https://jarcasting.com/artifacts/net.beardbot/lastfm-unscrobble/ -->
<dependency>
    <groupId>net.beardbot</groupId>
    <artifactId>lastfm-unscrobble</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.beardbot/lastfm-unscrobble/
implementation 'net.beardbot:lastfm-unscrobble:0.3'
// https://jarcasting.com/artifacts/net.beardbot/lastfm-unscrobble/
implementation ("net.beardbot:lastfm-unscrobble:0.3")
'net.beardbot:lastfm-unscrobble:jar:0.3'
<dependency org="net.beardbot" name="lastfm-unscrobble" rev="0.3">
  <artifact name="lastfm-unscrobble" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.beardbot', module='lastfm-unscrobble', version='0.3')
)
libraryDependencies += "net.beardbot" % "lastfm-unscrobble" % "0.3"
[net.beardbot/lastfm-unscrobble "0.3"]

Dependencies

compile (5)

Group / Artifact Type Version
commons-io : commons-io jar 2.5
org.apache.httpcomponents : httpclient jar 4.5.5
org.slf4j : slf4j-api jar 1.7.25
org.slf4j : slf4j-simple jar 1.7.25
org.projectlombok : lombok jar 1.16.20

Project Modules

There are no modules declared in this project.

A simple Java Unscrobbler for Last.fm

Usage

Unscrobbler unscrobbler = new Unscrobbler();

try {
    unscrobbler.login("username","password");
} catch(UnscrobblerAuthenticationException e){
    System.err.println("Failed to login to Last.fm! " + e.getMessage());
}

unscrobbler.unscrobble("LIQ","[un]INSOMNIA","1497478667");

Maven Dependency

<dependency>
    <groupId>net.beardbot</groupId>
    <artifactId>lastfm-unscrobble</artifactId>
    <version>0.3</version>
</dependency>

Enable debug logging

-Dorg.slf4j.simpleLogger.defaultLogLevel=DEBUG

Versions

Version
0.3
0.2
0.1