Skip to content

Commit c6f5746

Browse files
committed
Bump version number and adjust README
PyPI doesn't like the screenshot...
1 parent a426beb commit c6f5746

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# History
22

3+
### 3.3.0 (2019-06-24)
4+
5+
* Add "quit" option to completion message box
6+
* Add progress indicator screen
7+
* Change ``autolame`` usage to allow for multiple inputs and globbing
8+
39
### 3.2.1 (2019-06-22)
410

511
* Fixed bug that was resulting in the overwriting of metadata in template files (and other issues).

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ The purpose of `autoBWF` is to provide an alternative GUI for embedding internal
33
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.
44

55

6-
![screenshot of GUI](https://github.com/Ukrainian-History/autoBWF/blob/master/screenshot.png)
7-
86
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 BWF, RIFF, and XMP metadata to appropriate ID3v2 and XMP. `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.
97

108
### Installation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
packages=find_packages(include=['autoBWF']),
3838
setup_requires=setup_requirements,
3939
url='https://github.com/Ukrainian-History/autoBWF',
40-
version='3.2.1',
40+
version='3.3.0',
4141
zip_safe=False,
4242
)

0 commit comments

Comments
 (0)