1.0.6 • Published 6 years ago

seratohistory v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Serato History

Parse the complete play history from the Serato session history files.

Install

npm i seratohistory

Usage

const { getDefaultSeratoPath, getHistory } = require('seratohistory');

// Get the default Serato path
const seratoPath = getDefaultSeratoPath();

// Obtain the history
const history = await getHistory(seratoPath);

Retrievable Fields

  • date
  • title
  • artist
  • bpm
  • key
  • filePath
  • duration
  • deck
  • notes
  • album
  • genre
  • comment
  • grouping
  • remixer
  • label
  • composer
  • year
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago