59 lines
2.1 KiB
Plaintext
59 lines
2.1 KiB
Plaintext
simple-audiotools changes
|
|
-------------------------
|
|
|
|
v 0.2.4 ():
|
|
* cdripper: fixed bug with file tagging
|
|
Added options: -T, -0, -q, -f
|
|
* conv2ogg: Allow mplayer to handle any non-ogg file
|
|
Make invocations of files in other directories work
|
|
Use File::Path where appropriate
|
|
Added -q option
|
|
* fixname: Added ability to read from stdin
|
|
Better stripping of special characters
|
|
* tagfromfilename: added -T option
|
|
added releasedate support through MusicBrainz
|
|
added mp3 support and refactored code heavily
|
|
added -y option to explicitly look for the year
|
|
v 0.2.3:
|
|
* tagfromfilename: added -0 option
|
|
v 0.2.2:
|
|
* tagfromfilename: added flac support, documentation
|
|
v 0.2.1:
|
|
* conv2ogg: Added new options to mplayer for mplayer's new features
|
|
Added support for m4a if using mplayer
|
|
* tagfromfilename: fixed handling of dashes in artist name and title
|
|
v 0.2:
|
|
* cdripper: Implemented CDDB support
|
|
Ability to preview and edit track names before they're used
|
|
Added -y and -a options
|
|
* fixname: made everything more robust
|
|
v 0.1.4:
|
|
* fixname: added -o option
|
|
v 0.1.3:
|
|
* conv2ogg: Added mplayer support, automatically select decoder
|
|
Secured passing args to system() calls
|
|
v 0.1.2:
|
|
* added version variables
|
|
* cdripper: Removed the erroneous fixname, updated fixname to do what I need
|
|
Name prompt uses natural characters (capitals and spaces)
|
|
Added -o option
|
|
* conv2ogg: Use a temp dir for storage of intermediate wav file
|
|
Cleaned up some syntax
|
|
v 0.1.1:
|
|
* burnmusic: added command-line wrapper
|
|
v 0.1:
|
|
* Converted to perl
|
|
* cdripper: improved file naming system
|
|
* cdripper: integrated with vcfromfilename
|
|
* conv2ogg: use command-line args instead of stdin/stdout
|
|
v 0.0.4:
|
|
* cdripper: bug fixes
|
|
* fixname: fixed __ becoming - instead of _
|
|
v 0.0.3:
|
|
* cdripper: fixed bug with track numbers
|
|
v 0.0.2:
|
|
* Converted to bash
|
|
* fixname: use command-line args
|
|
v 0.0.1:
|
|
* Initial release
|