Borewit / lizzy-transcode

Command line utility to convert playlist from one format into another

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI

Lizzy Transcode

Lizzy Transcode is an open source Java library command line utility which can convert and save almost any type of multimedia playlist.

See the Lizzy project for the list of support formats.

Two versatile command-line tools are also available (see the [Getting started](#Getting started) guide).

Origin

Lizzy has been forked from sourceforge.net/projects/lizzy And this split into two projects:

  1. Lizzy Module to read and write playlists formats
  2. Lizzy Transcode Transcode command line application

License

Lizzy is licensed through a BSD-like licensing model: see the text LICENSE.txt.

Download

Check the GitHub releases page.

Build

In order to build Lizzy from the sources, you first have to download and install the following tools:

  1. Install Java SDK 15 (may work with other versions as well)
  2. Install Gradle
  3. You may have to set JAVA_HOME and directory bin folder of the Maven installation to your PATH System variable.

Execute the following command in order to build the distribution and store it in your local Maven cache:

Build

Publish local

Publish to local Maven repository:

./gradlew :clean :publishToMavenLocal

Publish to Maven Central

Publish to local Sonatype Maven Central - Sonatype:

./gradlew :sign
./gradlew :publish

About

Command line utility to convert playlist from one format into another

License:Other


Languages

Language:Java 98.9%Language:HTML 1.1%