1.0.6 • Published 4 years ago

seratohistory v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago