GithubHelp home page GithubHelp logo

polidog / itunes-scrobbler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nkbt/itunes-scrobbler

0.0 1.0 0.0 23 KB

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

License: MIT License

JavaScript 100.00%

itunes-scrobbler's Introduction

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

itunes-scrobbler's People

Contributors

nkbt avatar

Watchers

Ryota Mochizuki avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.