]> diplodocus.org Git - flac-archive/history - flac2mp3
rename
[flac-archive] / flac2mp3
2012-11-01 epg@pretzelnet.orgWhen I switched from my crappy taglib module to using...
2012-07-24 epg@pretzelnet.orgnote how stupid lame is
2012-07-24 epg@pretzelnet.orgAdd --id3v2-latin1. Default in newer lame is to transco...
2012-07-24 epg@pretzelnet.orgspecify --pad-id3v2-size 0; it seems to make no differe...
2012-07-24 epg@pretzelnet.orglame supports adding album art directly, it's just...
2012-07-24 epg@pretzelnet.orgSwitch from --add-id3v2 to --id3v2-only (sadly, lame...
2012-01-01 epg@pretzelnet.orgCopy ALBUMARTIST from FLAC file to TPE2 in ID3.
2007-04-21 epgMove flac.so and taglib.so to flac_archive package.
2007-04-21 epgSince mp3 has no FEATURING tag, append those to ARTIST.
2007-04-21 epgMake use of Tags.gets's new separator argument.
2007-04-21 epgMove Tags class into new flac_archive package, fix...
2007-04-12 epgpointless quote change
2007-03-29 epgAll files have at least one track.
2007-03-29 epgFix pics nonsense.
2007-03-29 epg(flac2mp3): Fix skip_until processing: stop pointless...
2007-03-26 epg(flac2mp3): Never set date to 'unknown'.
2006-11-02 epgHm, why just copy front cover PICTUREs from flac to...
2006-11-02 epg(flac2mp3): Oops, keep an unmunged version of the outpu...
2006-11-01 epgCopy flac PICTURE to mp3 APIC using new extension modules.
2006-10-29 epgForce ID3v2 tags; when i add ID3v2 APIC, iTunes starts...
2006-10-19 epg(flac2mp3): Don't need to int(track) now that the loop...
2006-07-28 epgRewrite in python.
2006-07-26 epgFix a job in Jobs::run (@jobs < $maxjobs, not <=) and...
2005-10-04 epgOops, support for untagged files was not complete....
2005-04-27 epgAdd DISCNUMBER support.
2005-04-27 epgSingle-track support broke multi-track. Fix both.
2005-04-27 epg(flac2mp3): Force track number argument to int.
2005-04-27 epgDon't stupidly take only one argument; take multiple...
2005-04-27 epgSupport single-track FLAC files (no cue sheet).
2005-04-27 epg(get_tags): http://us.xiph.org/ogg/vorbis/doc/v-comment...
2005-04-26 epgSupport multi-artist flac files.
2004-12-05 epg(get_tags): Fix TITLE regexp; it was mistakenly not...
2004-12-05 epg(run_or_die): Print command if verbose mode.
2004-10-30 epgNeed the g (global) flag on that substitution operation.
2004-10-30 epgCopy run_or_die from fa-rip and use that to run flac...
2004-10-28 epg(get_tags): Just match /TITLE/ instead of /TITLE=/...
2004-10-23 epgAh-hah! I have finally found the bug that caused my...
2004-10-23 epg(get_decod_args): The third time field is *sectors...
2004-09-18 epgSanitize filename sanitization and quoting. I'm not...
2004-09-05 epg(get_tags): Properly handle errors from metaflac.
2004-08-30 epg(flac2mp3: Put XXX comment where it belongs.
2004-08-30 epg(flac2mp3): Use for "loop" for s/// filename sanitization.
2004-08-26 epg(flac2mp3): Put the track number in the filename.
2004-08-23 epgFirst crack at mp3 transcode script.