Metadata-Version: 2.1
Name: trimmer
Version: 0.1.1
Summary: Automatic song processing tool
Home-page: https://github.com/igrek51/trimmer
Author: igrek51
Author-email: igrek51.dev@gmail.com
License: MIT
Description: # Trimmer
        Songs downloader & normalizer for automatic MP3 processing, which:
        
        1. Downloads mp3 from given youtube URL (thanks to youtube-dl)
        2. Trims down silence at the beginning & at the end of song (thanks to pydub)
        3. Normalizes volume level, applies fade-in & fade-out (thanks to pydub)
        4. Adds MP3 ID3v2 tags (thanks to eyed3)
        5. Creates mp3 file named: `Artist - Title.mp3`
        
        # Installation
        
        
        ## Install locally
        ```shell
        ./setup_venv.sh
        . venv/bin/activate
        python setup.py develop
        ```
        
        # Usage
        
        # TODO
        - full readme/docs
        - extracting artis - title from youtube-dl title
        - idempotent trimming (not trimming fade-outs again)
        - fix sublog real traceback for wrapped exception
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
