lastfmexport

1.0.0 • Public • Published

lastfmexport

A command-line utility to export or backup your Last.fm scrobble history to file.

Installation

npm install lastfmexport -g

Usage

lastfmexport --help

lastfmexport -u <username> [options]

Options:

  • -h or --help: Show this help message
  • -u or --user: Last.fm username
  • -f or --format: (optional) Output format: ldjson or csv. Default: ldjson
  • -s or --start: (optional) ISO date string in UTC of the first (oldest) scrobble.
  • -e or --end: (optional) ISO date string in UTC of the latest scrobble.
  • -o or --outfile: (optional )Output file path. Specifying '-' will print to stdout. Default: username.format

License

MIT License

Copyright (c) 2014 Max Kueng (http://maxkueng.com/)

Package Sidebar

Install

npm i lastfmexport

Weekly Downloads

0

Version

1.0.0

License

none

Last publish

Collaborators

  • maxkueng