Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@tanem/mtt

tanem130MIT1.0.54TypeScript support: included

.(m)3u8 (t)o (t)racklist

cli, dj, export, m3u8, playlist, rekordbox, tracklist, tracks, usb

readme

mtt

npm version build status coverage status npm downloads minzipped size

.(m)3u8 (t)o (t)racklist.

Background

As a rekordbox user that DJs with USBs, I often want to upload tracklists to sites such as Mixcloud or Soundcloud. One way to do this is to export a USB playlist from rekordbox as a *.m3u8 file, then use this library to generate a tracklist.

Usage

CLI

Usage: mtt [options] <file>

.(m)3u8 (t)o (t)racklist

Arguments:
  file           .m3u8 file to convert to tracklist

Options:
  -V, --version  output the version number
  -h, --help     display help for command

API

const fs = require('fs/promises');
const path = require('path');
const { mtt } = require('@tanem/mtt');

(async () => {
  try {
    const result = await mtt(path.join(__dirname, 'test.m3u8'));
    await fs.writeFile(path.join(__dirname, 'tracklist.txt'), result, 'utf-8');
  } catch (error) {
    console.error(error);
  }
})();

The above example can be run using npm run example.

Installation

CLI

$ npm i -g @tanem/mtt

API

$ npm i @tanem/mtt

License

MIT

changelog

Changelog

v1.0.54 (2024-03-27)

Full Changelog

:house: Internal

v1.0.53 (2024-02-03)

Full Changelog

:house: Internal

v1.0.52 (2023-12-15)

Full Changelog

:house: Internal

v1.0.51 (2023-11-21)

Full Changelog

:house: Internal

v1.0.50 (2023-11-12)

Full Changelog

:house: Internal

v1.0.49 (2023-10-13)

Full Changelog

:house: Internal

v1.0.48 (2023-10-07)

Full Changelog

:house: Internal

v1.0.47 (2023-09-29)

Full Changelog

:house: Internal

v1.0.46 (2023-09-26)

Full Changelog

:house: Internal

v1.0.45 (2023-09-16)

Full Changelog

:house: Internal

v1.0.44 (2023-09-09)

Full Changelog

:house: Internal

v1.0.43 (2023-09-01)

Full Changelog

:house: Internal

v1.0.42 (2023-08-18)

Full Changelog

:house: Internal

v1.0.41 (2023-08-11)

Full Changelog

:house: Internal

v1.0.40 (2023-08-05)

Full Changelog

:house: Internal

v1.0.39 (2023-07-20)

Full Changelog

:house: Internal

v1.0.38 (2023-06-30)

Full Changelog

:house: Internal

v1.0.37 (2023-06-18)

Full Changelog

:house: Internal

v1.0.36 (2023-06-10)

Full Changelog

:house: Internal

v1.0.35 (2023-06-02)

Full Changelog

:house: Internal

v1.0.34 (2023-05-26)

Full Changelog

:house: Internal

v1.0.33 (2023-05-20)

Full Changelog

:house: Internal

v1.0.32 (2023-05-12)

Full Changelog

:house: Internal

v1.0.31 (2023-05-05)

Full Changelog

:house: Internal

v1.0.30 (2023-04-29)

Full Changelog

:house: Internal

v1.0.29 (2023-04-24)

Full Changelog

:house: Internal

v1.0.28 (2023-04-17)

Full Changelog

:house: Internal

v1.0.27 (2023-03-27)

Full Changelog

v1.0.26 (2023-03-27)

Full Changelog

:house: Internal

v1.0.25 (2023-03-10)

Full Changelog

:house: Internal

v1.0.24 (2023-03-03)

Full Changelog

:house: Internal

v1.0.23 (2023-02-24)

Full Changelog

:house: Internal

v1.0.22 (2023-02-19)

Full Changelog

:house: Internal

v1.0.21 (2023-02-17)

Full Changelog

:house: Internal

v1.0.20 (2023-02-12)

Full Changelog

:house: Internal

v1.0.19 (2023-02-04)

Full Changelog

:house: Internal

v1.0.18 (2023-01-20)

Full Changelog

:house: Internal

v1.0.17 (2023-01-13)

Full Changelog

:house: Internal

v1.0.16 (2023-01-06)

Full Changelog

:house: Internal

v1.0.15 (2022-12-23)

Full Changelog

:house: Internal

v1.0.14 (2022-12-18)

Full Changelog

:house: Internal

v1.0.13 (2022-12-10)

Full Changelog

:house: Internal

v1.0.12 (2022-11-27)

Full Changelog

:house: Internal

v1.0.11 (2022-11-19)

Full Changelog

v1.0.10 (2022-11-19)

Full Changelog

:house: Internal

v1.0.9 (2022-11-11)

Full Changelog

:house: Internal

v1.0.8 (2022-10-29)

Full Changelog

:house: Internal

v1.0.7 (2022-10-09)

Full Changelog

:house: Internal

v1.0.6 (2022-08-14)

Full Changelog

:house: Internal

v1.0.5 (2022-08-07)

Full Changelog

:house: Internal

v1.0.4 (2022-07-29)

Full Changelog

:house: Internal

v1.0.3 (2022-07-24)

Full Changelog

:house: Internal

v1.0.2 (2022-07-23)

Full Changelog

:bug: Bug Fix

:house: Internal

v1.0.1 (2022-07-21)

:house: Internal