dir2ogg (0.11.8) RELEASED; urgency=low
* Process files in alphabetical order (Closes: #536040).
* Support converting directories without specifying -d (Closes: #535209).
* Introduce support for Monkey's Audio with APEv2 tags (LP: #279834).
* Introduce support for Musepack with APEv2 tags.
* Introduce support for WavPack files with APEv2 tags.
* Make output more readable:
- Progress message stating the current file and the decoder.
- New command-line option -Q,--quiet to not display progress from oggenc.
- Do not show progress from decoder at at all, as it may conflict with
the output of oggenc.
-- Julian Andres Klode <jak@debian.org> Tue, 04 Aug 2009 20:23:00 +0200
Changelog:
dir2ogg (0.11.7) RELEASED; urgency=low
* Recognize the track number in mp3 files
* Fix problems with mpg123 and files not using 44100Hz (LP: #272341)
* Make --preserve-wav work when using mplayer (Closes: #513566)
* Fix problem where tags from one file appear in other files (LP: #276037)
* Inform people that converting CDs is not well supported.
Taken from CHANGELOG:
Dir2ogg (0.11.6) RELEASED; urgency=low
* The "Marek Palatinus" release
[ Marek Palatinus ]
* Bugfix: function grab_flac_tags() is missing argument "convert" in
calling grab_common. (First reported by Gary Jackson)
* Bugfix: When --smart-mp3 was used and some files was not "mp3", they
used quality of last tested mp3 file. Currently, when detection
fails, default quality given thru cmdline parameter is used instead.
* Bugfix: Quality is count as float, not integer (problem in oggenc
calling)
* Improvement: Added parameter "-T --smart-mp3-correction". You can
specify difference between detected quality and used quality. When
algorithm detected quality "6" and you specify -T 2, quality 4 (= 6
- 2) is used. It accept also floats and negative numbers. So you can
raise quality to 1.5 by adding "-T -1.5".
* Improvement: Better regression function.