Tracklister
A utility for converting DJ software playlist files into tracklists
Install / Use
/learn @RvNovae/TracklisterREADME
Tracklister
This utility converts .m3u8, .nml, .csv & .m3u files (exported from Rekordbox, Traktor,
Serato and Virtual DJ respectively) into readable tracklists.
Audio files can now be manually added as well.
Additional tools and special filters ensure a consistent and good looking tracklist.

Installers
Windows
Build it yourself!
Requirements
Tracklister is based on Electron, so you'll need a few things to get started:
Installation
To get it running you just have to run a few simple commands:
-
Clone the repository
git clone git@github.com:RvNovae/tracklister.git -
Initialize the project
npm install -
Run the project!
npm start
Packaging
If you would like to package the program for yourself, you can use Electron Builder
-
Install electron-builder globally
npm add -g electron-builder -
Package the program!
electron-builder .ornpm run dist
