]> diplodocus.org Git - flac-archive/log
flac-archive
21 years ago(flac2mp3): Use for "loop" for s/// filename sanitization.
epg [Mon, 30 Aug 2004 02:22:54 +0000 (02:22 +0000)]
(flac2mp3): Use for "loop" for s/// filename sanitization.

21 years ago(reaper): Why was i passing 0 to waitpid? All the documentation says
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.

21 years agoNo longer use CDDBURL environment variable.
epg [Fri, 27 Aug 2004 04:00:04 +0000 (04:00 +0000)]
No longer use CDDBURL environment variable.

21 years agoWhoops, missed part of fa-tags doc update (SYNOPSIS).
epg [Fri, 27 Aug 2004 03:58:40 +0000 (03:58 +0000)]
Whoops, missed part of fa-tags doc update (SYNOPSIS).

21 years agoPrint usage error message to stderr.
epg [Fri, 27 Aug 2004 03:57:42 +0000 (03:57 +0000)]
Print usage error message to stderr.

21 years agoExplain why DATE is never set (MusicBrainz doesn't have it).
epg [Fri, 27 Aug 2004 03:55:14 +0000 (03:55 +0000)]
Explain why DATE is never set (MusicBrainz doesn't have it).

21 years agoDe-zsh this so it will work in ksh93 and bash.
epg [Fri, 27 Aug 2004 03:54:36 +0000 (03:54 +0000)]
De-zsh this so it will work in ksh93 and bash.

21 years agoPrint error message to stderr.
epg [Fri, 27 Aug 2004 03:48:44 +0000 (03:48 +0000)]
Print error message to stderr.

21 years agoExport CDDEV to the environment if we set it here.
epg [Fri, 27 Aug 2004 03:47:38 +0000 (03:47 +0000)]
Export CDDEV to the environment if we set it here.

21 years agoSupport CDDEV environment variable.
epg [Fri, 27 Aug 2004 03:47:04 +0000 (03:47 +0000)]
Support CDDEV environment variable.

21 years agoUpdate fa-tags documentation.
epg [Fri, 27 Aug 2004 03:41:10 +0000 (03:41 +0000)]
Update fa-tags documentation.

21 years agoReformat requirements and add MusicBrainz::Client.
epg [Fri, 27 Aug 2004 03:38:31 +0000 (03:38 +0000)]
Reformat requirements and add MusicBrainz::Client.

21 years agoReference mktemp -d.
epg [Fri, 27 Aug 2004 03:33:44 +0000 (03:33 +0000)]
Reference mktemp -d.

21 years agoReference documentation in fa-flacd.
epg [Fri, 27 Aug 2004 03:31:42 +0000 (03:31 +0000)]
Reference documentation in fa-flacd.

21 years agoDrop references to abcde and its license.
epg [Fri, 27 Aug 2004 03:29:44 +0000 (03:29 +0000)]
Drop references to abcde and its license.

21 years agofa-tags:
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.

21 years ago(flac2mp3): Put the track number in the filename.
epg [Thu, 26 Aug 2004 00:14:51 +0000 (00:14 +0000)]
(flac2mp3): Put the track number in the filename.

21 years agoFirst crack at mp3 transcode script.
epg [Mon, 23 Aug 2004 03:48:07 +0000 (03:48 +0000)]
First crack at mp3 transcode script.

21 years agoAdd .PRECIOUS: %.1 so gmake doesn't remove .1 files if you say 'gmake foo.0'.
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).

21 years agoStop extracting the DATE tag; we only need to treat ARTIST and ALBUM
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.

21 years ago(verbose): Use for instead of map.
epg [Sun, 22 Aug 2004 00:34:07 +0000 (00:34 +0000)]
(verbose): Use for instead of map.

21 years agoClarify abcde dependency; all we need from there is cddb-tool.
epg [Sun, 22 Aug 2004 00:30:49 +0000 (00:30 +0000)]
Clarify abcde dependency; all we need from there is cddb-tool.

21 years agoFully automate the install target.
epg [Sun, 22 Aug 2004 00:29:03 +0000 (00:29 +0000)]
Fully automate the install target.

21 years agoRename, since i'm about to use some GNU make features.
epg [Sat, 21 Aug 2004 23:51:04 +0000 (23:51 +0000)]
Rename, since i'm about to use some GNU make features.

22 years agoUse zsh arithmetic for loop instead of jot(1).
epg [Wed, 21 Apr 2004 15:56:56 +0000 (15:56 +0000)]
Use zsh arithmetic for loop instead of jot(1).

22 years ago(newjob): Perl's fork returns undef for failure, not -1.
epg [Mon, 19 Apr 2004 17:55:57 +0000 (17:55 +0000)]
(newjob): Perl's fork returns undef for failure, not -1.

22 years ago(deljob): This was trying to call WIFEXITED, WEXITSTATUS, etc. on the
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!

22 years ago(flac): return 0
epg [Thu, 15 Apr 2004 16:24:45 +0000 (16:24 +0000)]
(flac): return 0

(newjob): Child now exits with flac's return value.

22 years agoTry counting audio track lines in the cue file for the number of the
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.

22 years ago(get_tags): Catch errors on close.
epg [Tue, 13 Apr 2004 03:58:30 +0000 (03:58 +0000)]
(get_tags): Catch errors on close.

22 years agoChange L<> formatting codes for man page references to C<> according
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.

22 years agoDocument zsh 4 requirement.
epg [Fri, 2 Apr 2004 01:54:30 +0000 (01:54 +0000)]
Document zsh 4 requirement.

22 years agoHere's flac-archive, version 1.
epg [Fri, 2 Apr 2004 01:53:41 +0000 (01:53 +0000)]
Here's flac-archive, version 1.

22 years ago(no commit message)
<> [Fri, 2 Apr 2004 01:53:40 +0000 (01:53 +0000)]