Skip to content

RvNovae/tracklister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Preview Image

Installers

Windows

Download Tracklister

Build it yourself!

Requirements

Tracklister is based on Electron, so you'll need a few things to get started:

Node

Electron

Installation

To get it running you just have to run a few simple commands:

  1. Clone the repository git clone git@github.com:RvNovae/tracklister.git

  2. Initialize the project npm install

  3. Run the project! npm start

Packaging

If you would like to package the program for yourself, you can use Electron Builder

  1. Install electron-builder globally npm add -g electron-builder

  2. Package the program! electron-builder . or npm run dist