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.
Windows
Tracklister is based on Electron, so you'll need a few things to get started:
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
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