Metadata-Version: 2.1
Name: usoptimize
Version: 0.1
Summary: A Python CLI UltraStar Song Converter to optimize song files for the web.
Home-page: https://github.com/ZerNico/ultrastar-stream-optimizer
Author-email: nico.franke01@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# UltraStar Stream Optimizer (usoptimize)

A Python CLI UltraStar Song Converter to optimize song files for the web.
It converts video files to an optimized and web playable format and converts txts to UTF-8.

## Installation

You can install the UltraStar Stream Optimizer from [PyPI](https://pypi.org/project/usoptimize/):

    python -m pip install usoptimize

The reader is supported on Python 3.0 and above.

## How to use

UltraStar Stream Optimizer is a command line application, named `usoptimize`. To see a help page run `usoptimize --help`.

    $ usoptimize --help
    usage: usoptimize [-h] -i <path of songs> -o <output path> [-r]

    A Python CLI UltraStar Song Converter to optimize song files for the web.

    optional arguments:
      -h, --help            show this help message and exit
      -i <path of songs>, --input <path of songs>
                            Filepath of songs that should be converted
      -o <output path>, --output <output path>
                            Destination directory of converted songs
      -r, --replace         Whether or not to replace old existing files in output
                            dir


