Your Last.fm Connection
fm.uplink is a Java class library for the submission of now-playing and
recent historical track data to Last.fm user profiles (aka Scrobbling).
Simple integration
Simply place the fm.uplink library in the classpath of
any Java application to enable it for Last.fm scrobbling.
Multithreaded automation
All scrobbling actions are encapsulated in the fm.uplink package
and executed in separate threads for unblocked music experience
while you listen and scrobble.
Fault tolerant
fm.uplink automatically caches and repeats handshakes and submissions
fully compliant with the
Last.fm Submissions Protocol
in case of communication errors.
Thorough documentation
Have a look into the
manual
for details of what the package can do and consult the
API docs.
Platform independent
Being implemented in 100% pure Java technology fm.uplink can be used on
virtually any platform such as Unix, Linux, Solaris, Mac or Windows.
|
Download here
Use the links below to view or download available resources.
Requirements
This package requires a Java Software Development Kit (SDK).
The SDK can be obtained free of charge at
http://java.sun.com
.
|