Metadata-Version: 2.1
Name: autoBWF
Version: 3.3.1
Summary: Alternative opinionated GUI for FADGI BWFMetaEdit
Home-page: https://github.com/Ukrainian-History/autoBWF
Author: Michael Andrec/Ukrainian History and Education Center
Author-email: m.andrec@ukrhec.org
License: GNU General Public License v3
Description: The purpose of `autoBWF` is to provide an alternative GUI for embedding internal metadata in WAVE audio files using the [Broadcast Wave](https://en.wikipedia.org/wiki/Broadcast_Wave_Format) standard, FADGI [BWFMetaEdit](https://mediaarea.net/BWFMetaEdit), and [XMP](https://en.wikipedia.org/wiki/Extensible_Metadata_Platform). 
        
        Unlike the existing BWFMetaEdit GUI, autoBWF is extremely opinionated and will automatically generate metadata content based on file naming conventions, system metadata, and pre-configured repository defaults. In addition, it can copy metadata fields from a template file to avoid having to enter the same information multiple times for several master or derivative files of the same physical instantiation.
        
        
        Also included are two command line programs to simplify the creation of derivative files. `autolame.py` is a wrapper for the `lame` MP3 encoder that automatically transfers Wave internal metadata to appropriate ID3v2 tags. `autosplice` is a wrapper that generates `sox` commands from an EDL-like text file to splice audio from multiple input files, while also providing means to do basic fade in/out and audio level compression.
        
        For full installation, usage, and configuration information, please read the docs on [readthedocs.org](https://autobwf.readthedocs.io/en/stable/).
        
        
        # History
        
        ### 3.3.1 (2019-07-22)
        
        * Add "--config" argument to autoBWF
        * Create expanded documentation in Sphinx and host on readthedocs
        
        ### 3.3.0 (2019-06-24)
        
        * Add "quit" option to completion message box
        * Add progress indicator screen
        * Change ``autolame`` usage to allow for multiple inputs and globbing
        
        ### 3.2.1 (2019-06-22)
        
        * Fixed bug that was resulting in the overwriting of metadata in template files (and other issues).
        
        ### 3.2.0 (2019-05-14)
        
        * Major rearrangment for packaging purposes.
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
