Skip to content

nhcarter123/seratohistory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published