Metadata-Version: 1.1
Name: deflacue
Version: 0.2.0
Summary: deflacue is a SoX based audio splitter to split audio CD images incorporated with .cue files
Home-page: http://github.com/idlesign/deflacue
Author: Igor 'idle sign' Starikov
Author-email: idlesign@yandex.ru
License: UNKNOWN
Description: deflacue
        ========
        http://github.com/idlesign/deflacue
        
        .. image:: https://pypip.in/d/deflacue/badge.png
                :target: https://crate.io/packages/deflacue
        
        
        What's that
        -----------
        
        *deflacue is a SoX based audio splitter appropriate to split audio CD images incorporated with .cue files.*
        
        It is able to function both as a Python module and in command line mode.
        
        
        Features
        --------
        
        - Large variety of supported lossless input audio formats FLAC, WAV, etc. (due to SoX).
        - Batch audio files processing (including recursive path traversing).
        - Automatic audio collection hierarchy building (Artist/Year-Album/Tracknum-Title).
        - Automatic track metadata copying from .cue.
        
        
        Requirements
        ------------
        
        1. SoX command line utility - http://sox.sourceforge.net.
        
           Ubuntu users may install the following SoX packages: `sox`, `libsox-fmt-all`.
        
        2. Python 3.2+
        
        
        Usage
        -----
        
        1. `import deflacue` - if you want to use it as module. *Deflacue* and *CueParser* classes are at your service.
        2. `./deflacue.py -h` in command line - to get help on utility usage.
        
        In the following example we create audio collection in /home/idle/audio_collection/ from audio CD images
        stored under /home/idle/audio_raw/ processing Cue Sheet files created using windows-1251 encoding::
        
            ./deflacue.py -e windows-1251 /home/idle/audio_raw/ -d /home/idle/audio_collection/
        
        
        Please keep in mind that `./deflacue.py` syntax used above supposes that Python 3.2+ is set as system default
        Python interpreter. Otherwise you might want to run deflacue with `python3 deflacue.py`.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Multimedia :: Sound/Audio :: Conversion
