Metadata-Version: 1.1
Name: r128gain
Version: 0.4.0
Summary: Fast audio loudness scanner & tagger
Home-page: https://github.com/desbma/r128gain
Author: desbma
Author-email: UNKNOWN
License: UNKNOWN
Download-URL: https://github.com/desbma/r128gain/archive/0.4.0.tar.gz
Description: r128gain
        ========
        
        Fast audio loudness scanner & tagger
        ------------------------------------
        
        |Latest version| |Tests status| |Coverage| |Supported Python versions|
        |License|
        
        r128gain is a multi platform command line tool to scan your audio files
        and tag them with loudness metadata (ReplayGain v2 or Opus R128 gain
        format), to allow playback of several tracks or albums at a similar
        loudness level.
        
        **This is beta software, please test and report bugs.**
        
        Features
        --------
        
        -  Supports all common audio file formats (MP3, AAC, Vorbis, Opus, FLAC,
           WavPack...) and tag formats (ID3, Vorbis comments, MP4, APEv2...)
        -  Writes tags compatible with music players reading track/album gain
           metadata
        -  Supports new R128\_XXX\_GAIN tag format for Opus files (very few
           scanners write this tag, athough it is defined in the `Opus
           standard <https://tools.ietf.org/html/rfc7845#section-5.2>`__)
        -  Uses threading to optimally use processor cores resulting in very
           fast processing
        
        Installation
        ------------
        
        r128gain requires `Python <https://www.python.org/downloads/>`__ >= 3.4
        and `FFmpeg <https://www.ffmpeg.org/download.html>`__ >= 2.8.
        
        From PyPI (with PIP)
        ~~~~~~~~~~~~~~~~~~~~
        
        Install r128gain using
        `pip <http://www.pip-installer.org/en/latest/installing.html>`__:
        ``pip3 install r128gain``
        
        From source
        ~~~~~~~~~~~
        
        1. If you don't already have it, `install
           setuptools <https://pypi.python.org/pypi/setuptools#installation-instructions>`__
           for Python 3
        2. Clone this repository:
           ``git clone https://github.com/desbma/r128gain``
        3. Install r128gain: ``python3 setup.py install``
        
        Command line usage
        ------------------
        
        Run ``r128gain -h`` to get full command line reference.
        
        Examples
        ~~~~~~~~
        
        -  Scan all MP3 files in ``music_directory``:
           ``r128gain music_directory/*``
        
        License
        -------
        
        `LGPLv2 <https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html>`__
        
        .. |Latest version| image:: https://img.shields.io/pypi/v/r128gain.svg?style=flat
           :target: https://pypi.python.org/pypi/r128gain/
        .. |Tests status| image:: https://img.shields.io/travis/desbma/r128gain/master.svg?label=tests&style=flat
           :target: https://travis-ci.org/desbma/r128gain
        .. |Coverage| image:: https://img.shields.io/coveralls/desbma/r128gain/master.svg?style=flat
           :target: https://coveralls.io/github/desbma/r128gain?branch=master
        .. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/r128gain.svg?style=flat
           :target: https://pypi.python.org/pypi/r128gain/
        .. |License| image:: https://img.shields.io/github/license/desbma/r128gain.svg?style=flat
           :target: https://github.com/desbma/r128gain/blob/master/LICENSE
        
Keywords: audio,loudness,replaygain,replay,gain,r128,tag,opus,normalize,normalization,level
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Utilities
