]>
diplodocus.org Git - flac-archive/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
epg [Wed, 27 Oct 2004 04:54:16 +0000 (04:54 +0000)]
Collapse fa-rip and fa-tags into a single Perl program, fa-rip.
Fix up the documentation.
epg [Sat, 23 Oct 2004 05:53:06 +0000 (05:53 +0000)]
Support a -t track-count option to fa-rip and mkcue, so we can skip
stupid data tracks.
epg [Sat, 23 Oct 2004 04:42:35 +0000 (04:42 +0000)]
No more .toc file now that we use mkcue.
epg [Sat, 23 Oct 2004 02:40:41 +0000 (02:40 +0000)]
Ah-hah! I have finally found the bug that caused my mp3s to include a
bit of the next track at the end of one, but only sometimes. The
hundredths of a second vs. sector was certainly a bug, but was not
this bug.
(get_decode_args): Use sprintf %02d for each field. Previously i
was just stringing them together with colon and dot, so "9" becomes
"9" instead of "09", which flac sees as 90!
epg [Sat, 23 Oct 2004 01:54:15 +0000 (01:54 +0000)]
(get_decod_args): The third time field is *sectors*, not hundredths of
a second. One second is 75 sectors.
epg [Sat, 23 Oct 2004 01:45:23 +0000 (01:45 +0000)]
Don't count tracks twice.
epg [Sat, 23 Oct 2004 01:44:30 +0000 (01:44 +0000)]
Use mkcue to make cue sheets, instead of cdrdao.
epg [Sat, 18 Sep 2004 16:05:25 +0000 (16:05 +0000)]
Sanitize filename sanitization and quoting. I'm not sure why i was
s/[:'"]/_/g, momentary insanity i suppose. All i need do is replace /
with _ on output filenames and replace ' with '\'' on filenames that
will go to the shell surrouned by '' quotes, instead of being passed
directly into a program's argv.
fa-flacd:
(flac): Do / sanitization only, since we're not going through the
shell, but running flac directly.
flac2mp3:
(flac2mp3): We weren't sanitizing the input filename; start doing
so. Only do ' sanitization for input file and output id3tag
information, additionally do / sanitization on $outfile.
epg [Sun, 5 Sep 2004 21:01:54 +0000 (21:01 +0000)]
(get_tags): Properly handle errors from metaflac.
epg [Tue, 31 Aug 2004 05:28:18 +0000 (05:28 +0000)]
(flac): Whoops, need to use sanitized version in some more places.
epg [Tue, 31 Aug 2004 04:27:40 +0000 (04:27 +0000)]
(flac): Copy filename sanitization from flac2mp3.
epg [Mon, 30 Aug 2004 02:23:26 +0000 (02:23 +0000)]
(flac2mp3: Put XXX comment where it belongs.
epg [Mon, 30 Aug 2004 02:22:54 +0000 (02:22 +0000)]
(flac2mp3): Use for "loop" for s/// filename sanitization.
epg [Sun, 29 Aug 2004 23:14:14 +0000 (23:14 +0000)]
(reaper): Why was i passing 0 to waitpid? All the documentation says
to pass -1. 0 worked on NetBSD 1.6 but hangs on 2.0. Now pass -1 as
we're supposed to.
epg [Fri, 27 Aug 2004 04:00:04 +0000 (04:00 +0000)]
No longer use CDDBURL environment variable.
epg [Fri, 27 Aug 2004 03:58:40 +0000 (03:58 +0000)]
Whoops, missed part of fa-tags doc update (SYNOPSIS).
epg [Fri, 27 Aug 2004 03:57:42 +0000 (03:57 +0000)]
Print usage error message to stderr.
epg [Fri, 27 Aug 2004 03:55:14 +0000 (03:55 +0000)]
Explain why DATE is never set (MusicBrainz doesn't have it).
epg [Fri, 27 Aug 2004 03:54:36 +0000 (03:54 +0000)]
De-zsh this so it will work in ksh93 and bash.
epg [Fri, 27 Aug 2004 03:48:44 +0000 (03:48 +0000)]
Print error message to stderr.
epg [Fri, 27 Aug 2004 03:47:38 +0000 (03:47 +0000)]
Export CDDEV to the environment if we set it here.
epg [Fri, 27 Aug 2004 03:47:04 +0000 (03:47 +0000)]
Support CDDEV environment variable.
epg [Fri, 27 Aug 2004 03:41:10 +0000 (03:41 +0000)]
Update fa-tags documentation.
epg [Fri, 27 Aug 2004 03:38:31 +0000 (03:38 +0000)]
Reformat requirements and add MusicBrainz::Client.
epg [Fri, 27 Aug 2004 03:33:44 +0000 (03:33 +0000)]
Reference mktemp -d.
epg [Fri, 27 Aug 2004 03:31:42 +0000 (03:31 +0000)]
Reference documentation in fa-flacd.
epg [Fri, 27 Aug 2004 03:29:44 +0000 (03:29 +0000)]
Drop references to abcde and its license.
epg [Fri, 27 Aug 2004 03:07:55 +0000 (03:07 +0000)]
fa-tags:
Rewrite in Perl using MusicBrainz::Client::Simple.
fa-rip:
Adapt to new fa-tags. Use mktemp(1) to create work directory now
that we don't have cd-discid.
README:
No longer need cddb-tool and cd-discid.
epg [Thu, 26 Aug 2004 00:14:51 +0000 (00:14 +0000)]
(flac2mp3): Put the track number in the filename.
epg [Mon, 23 Aug 2004 03:48:07 +0000 (03:48 +0000)]
First crack at mp3 transcode script.
epg [Mon, 23 Aug 2004 03:33:03 +0000 (03:33 +0000)]
Add .PRECIOUS: %.1 so gmake doesn't remove .1 files if you say 'gmake foo.0'.
(fa-flacd.1): Replace this with an implicit rule (%.1: %).
(.1.0): Replace this with a gmake implicit rule (%.0: %.1).
epg [Sun, 22 Aug 2004 00:38:30 +0000 (00:38 +0000)]
Stop extracting the DATE tag; we only need to treat ARTIST and ALBUM
specially.
epg [Sun, 22 Aug 2004 00:34:07 +0000 (00:34 +0000)]
(verbose): Use for instead of map.
epg [Sun, 22 Aug 2004 00:30:49 +0000 (00:30 +0000)]
Clarify abcde dependency; all we need from there is cddb-tool.
epg [Sun, 22 Aug 2004 00:29:03 +0000 (00:29 +0000)]
Fully automate the install target.
epg [Sat, 21 Aug 2004 23:51:04 +0000 (23:51 +0000)]
Rename, since i'm about to use some GNU make features.
epg [Wed, 21 Apr 2004 15:56:56 +0000 (15:56 +0000)]
Use zsh arithmetic for loop instead of jot(1).
epg [Mon, 19 Apr 2004 17:55:57 +0000 (17:55 +0000)]
(newjob): Perl's fork returns undef for failure, not -1.
epg [Mon, 19 Apr 2004 13:14:07 +0000 (13:14 +0000)]
(deljob): This was trying to call WIFEXITED, WEXITSTATUS, etc. on the
value returned by WEXITSTATUS. Oops!
epg [Thu, 15 Apr 2004 16:24:45 +0000 (16:24 +0000)]
(flac): return 0
(newjob): Child now exits with flac's return value.
epg [Tue, 13 Apr 2004 04:03:49 +0000 (04:03 +0000)]
Try counting audio track lines in the cue file for the number of the
last track instead of $discid[2]. This seems to work better (so far)
for discs with data tracks.
epg [Tue, 13 Apr 2004 03:58:30 +0000 (03:58 +0000)]
(get_tags): Catch errors on close.
epg [Sat, 3 Apr 2004 05:55:39 +0000 (05:55 +0000)]
Change L<> formatting codes for man page references to C<> according
to podchecker(1) recommendations.
epg [Fri, 2 Apr 2004 01:54:30 +0000 (01:54 +0000)]
Document zsh 4 requirement.
epg [Fri, 2 Apr 2004 01:53:41 +0000 (01:53 +0000)]
Here's flac-archive, version 1.
<> [Fri, 2 Apr 2004 01:53:40 +0000 (01:53 +0000)]