Parses cue files from rekordbox's recordings to produce readable playlists
node cue-parser.js <path to cue file>
Will output a .txt file in the same folder in this format:
00:00:47 : Artist Name 1 - Title of Track
00:03:22 : Artist Name 2 - Title of Track
Tested against Rekordbox 5 cue sheets on MacOS with latest NodeJS (v14.3.0), uses ES9 features.
MIT License.