1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
July 10, 2003 ver 2.1.0 [Adam Luter (luterac@auburn.edu)]
Actually added the oggdec_vorbiscomment_cushion.pl to the
repository.
First really working version of the damn translation option.
Sorry. (But really, why do you guys need this thing?)
Also, fixed default trans option, added (news to me) artist
per track info reported by CDDB; and MAIN_ARTIST (etc.) that
selects the album's artist instead of the track specific one
(thanks Jarkko for the news, code and suggestions).
June 11, 2003 ver 2.0.12 [Adam Luter (luterac@auburn.edu)]
Added contrib/oggdec_vorbiscomment_cushion.pl as a work-around
for a problem with funky characters (like those with accents)
and the 'oggenc' program.
Added both contrib/*_cushion.pl example lines at the end of
the yaretrc file.
June 9, 2003 ver 2.0.11 [Adam Luter (luterac@auburn.edu)]
Changed default output translate to something more powerful.
Fixed problem with CDDB using 'unknown' as a genre and lame
complaining about it.
Output translate now affects the .info file too.
May 27, 2003 ver 2.0.10 [Adam Luter (luterac@auburn.edu)]
Fixed undefined $BOLD and $RESET when color is turned off.
(Thanks to Doug Asherman for the bug report).
May 26, 2003 ver 2.0.9 [Adam Luter (luterac@auburn.edu)]
Added a 'YEAR' global item to the generated cddb file (one
could always add one manually before.
Added a contrib section along with first entry 'flac_cushion.pl'.
This file just demonstrates how to make life easier if yaret and
some other program share the same keywords.
(Thanks to Alex Woods for these suggestions).
April 19, 2003 ver 2.0.8 [Adam Luter (luterac@auburn.edu)]
Fixed bug in output_trans where you could not turn it off.
(now can specify "NOOP").
April 18, 2003 ver 2.0.7 [Adam Luter (luterac@auburn.edu)]
output_trans option move to final_name procedure, so that.
it only affects filenames, not tagnames.
April 12, 2003 ver 2.0.6 [Adam Luter (luterac@auburn.edu)]
Fixed a few 'die printc's to be 'die sprintc'.
Added output_trans option.
Added some checks to not try to process zero length files.
(still will on normalize album). This will hopefully avoid
external programs barfing on them.
October 23, 2002 ver 2.0.5 [Adam Luter (luterac@auburn.edu)]
Changed 'mkdir -p' to a File::Path call of mkpath.
Fixed race condition (?) in Perl on multiprocessor systems:
$? does not always reflect the last system call on multi-procesor
systems, so "$? = system; if ($?)..." is now always used instead of
"system; if ($?)...".
Some missing checks for $? were also added.
(Thanks to Chris Peterson for the bug report).
March 28, 2002 ver 2.0.4 [Adam Luter (luterac@auburn.edu)]
Changed (y/n) to (Y/n) in cddb prompt.
Corrected bug involving filenames and the '/' character ('/' is not a
valid character in filenames, only paths).
March 11, 2002 ver 2.0.3 [Adam Luter (luterac@auburn.edu)]
Added option to specify the TRACK_NUM keyword's format.
Added fallback to system's "mv" command if Perl's rename function does
not work when moving from the work to final directory (such as when
they are in different filesystems).
Completed TODO item for --cddb_file to read in the correct format.
March 7, 2002 ver 2.0.2 [Adam Luter (luterac@auburn.edu)]
Fixed precedence of track specific tags to be higher than album
specific tags.
March 6, 2002 ver 2.0.1 [Adam Luter (luterac@auburn.edu)]
Moved --cddb_out option's execute to -before- we start everything
(rather than after everything).
February 18, 2002 ver 2.0.0 [Adam Luter (luterac@auburn.edu)]
Forgot to use $path in --cddb_out option.
Fixed description for --cddb_out in --help.
February 17, 2002 ver 2.0.0 [Adam Luter (luterac@auburn.edu)]
Initial release (rewrite of previous versions)
|