🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

itunes-scrobbler

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

itunes-scrobbler

Scrobble retrospectively plays and loved tracks to Last.FM from iTunes database.

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
11
57.14%
Maintainers
1
Weekly downloads
 
Created
Source

itunes-scrobbler

Scrobble retrospectively play counts and loved tracks to Last.FM from iTunes database.

Install

npm install -g itunes-scrobbler

Run

You will need to have LastFM developer account Check http://www.last.fm/api on how to obtain API key and Secret.

Create secret.json and fill all the values:

{
  "LASTFM_API_KEY": "Your LastFM API key",
  "LASTFM_SECRET": "Your LastFM App secret",
  "LASTFM_USER": "Your LastFM username",
  "LASTFM_PASSWORD": "Your LastFM password"
}

Or run itunes-scrobbler with these ENV variables:

export LASTFM_API_KEY=123
export LASTFM_SECRET=123
export LASTFM_USER=123
export LASTFM_PASSWORD=123 

itunes-scrobbler

Note that it will create itunes folder to keep database. Next time you should run it in the same folder again and it will not submit same tracks again.

PS

Check out scrobbler tool if you want to manually bulk scrobble

Keywords

scrobbler

FAQs

Package last updated on 13 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts