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).
Lizzy has been forked from sourceforge.net/projects/lizzy And this split into two projects:
- Lizzy Module to read and write playlists formats
- Lizzy Transcode Transcode command line application
Lizzy is licensed through a BSD-like licensing model: see the text LICENSE.txt.
Check the GitHub releases page.
In order to build Lizzy from the sources, you first have to download and install the following tools:
- Install Java SDK 15 (may work with other versions as well)
- Install Gradle
- You may have to set
JAVA_HOME
and directorybin
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:
Publish to local Maven repository:
./gradlew :clean :publishToMavenLocal
Publish to local Sonatype Maven Central - Sonatype:
./gradlew :sign
./gradlew :publish