<div dir="ltr">Tested successfully against abcde-2.9.3 on Ubuntu 22.04.4<div><br></div><div>I've ripped 100's of CD's over the last year or two and I'm about to rip lots more. I'll gladly test any patches. I have examples of all types to try: CD's with single tracks, discs with cd-text and/or data tracks, multi-disc sets of up to 10 discs and CD's with and without musicbrainz entries or cover art. </div><div>I'm about to spend some time trawling back through the mailing list to look for more patches - especially the one that displays release year. I never mastered git but I will post back here with a diff of everything I've tried that works for me.</div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 30 May 2024 at 20:35, Zopolis4 <<a href="mailto:creatorsmithmdt@gmail.com">creatorsmithmdt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">From 6804706fe000f77c5ddd6be1e37ccfca62f399c6 Mon Sep 17 00:00:00 2001<br>
From: Zopolis4 <<a href="mailto:creatorsmithmdt@gmail.com" target="_blank">creatorsmithmdt@gmail.com</a>><br>
Date: Thu, 30 May 2024 11:04:51 +1000<br>
Subject: [PATCH] Use #!/usr/bin/env perl shebang in abcde-musicbrainz-tool for<br>
portability<br>
<br>
---<br>
abcde-musicbrainz-tool | 2 +-<br>
1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/abcde-musicbrainz-tool b/abcde-musicbrainz-tool<br>
index 51e49c2..ed53b5f 100755<br>
--- a/abcde-musicbrainz-tool<br>
+++ b/abcde-musicbrainz-tool<br>
@@ -1,4 +1,4 @@<br>
-#!/usr/bin/perl<br>
+#!/usr/bin/env perl<br>
# Copyright (c) 2012-2018 Steve McIntyre <<a href="mailto:93sam@debian.org" target="_blank">93sam@debian.org</a>><br>
# This code is hereby licensed for public consumption under either the<br>
# GNU GPL v2 or greater, or Larry Wall's Artistic license - your choice.<br>
--<br>
2.43.0<br>
<br>
_______________________________________________<br>
Abcde-users mailing list<br>
<a href="mailto:Abcde-users@lists.einval.com" target="_blank">Abcde-users@lists.einval.com</a><br>
<a href="https://lists.einval.com/cgi-bin/mailman/listinfo/abcde-users" rel="noreferrer" target="_blank">https://lists.einval.com/cgi-bin/mailman/listinfo/abcde-users</a><br>
</blockquote></div>