Commit graph

11 commits

Author SHA1 Message Date
Guillaume Lasmayous
0ebd99cb30 Update to dir2ogg-0.11.8
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
2009-11-04 22:12:30 +00:00
Guillaume Lasmayous
a3c4376305 Update to 0.11.7
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.
2009-05-30 06:19:41 +00:00
Thomas Klausner
ab6362699e Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 09:00:04 +00:00
Guillaume Lasmayous
933a1287ed Mark as destdir ready.
Add LICENSE.
2009-04-14 21:51:39 +00:00
Guillaume Lasmayous
d54621c3d1 Updated to 0.11.6.
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.
2008-09-21 17:38:39 +00:00
Tobias Nygren
3c6264d4e6 Mechanical sweep to sanitise PYTHON_VERSIONS_ACCEPTED.
Bulk build will be used to tune this further.
2008-05-22 15:38:46 +00:00
Guillaume Lasmayous
00dfba2563 Update to 0.11.5 2008-05-16 22:54:59 +00:00
Guillaume Lasmayous
cb3e5065a9 Update to 0.11.4 2008-05-05 19:30:54 +00:00
Guillaume Lasmayous
6269f59396 Updated to 0.11.2 2008-03-15 20:43:50 +00:00
Guillaume Lasmayous
b3e3c132af Updated Makefile 2008-01-24 22:16:39 +00:00
Guillaume Lasmayous
03929c35f1 dir2gg is a python script which converts mp3, m4a, wma, and wav files into ogg-vorbis format. It was inspired by the perl script mp32ogg. 2007-12-17 21:07:31 +00:00