WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Sound ripper perhaps abcde!  (Read 169 times)

Online meo

  • Hero Member
  • *****
  • Posts: 774
Sound ripper perhaps abcde!
« on: August 16, 2026, 01:06:35 PM »
Hi guys!

I don't know if there is an audio ripper but abcde seems to be OK:

Kind Regards,
meo
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15782
Re: Sound ripper perhaps abcde!
« Reply #1 on: August 20, 2026, 08:09:12 AM »
posted in the piCore64 17.x repo - not tested

Online meo

  • Hero Member
  • *****
  • Posts: 774
Re: Sound ripper perhaps abcde!
« Reply #2 on: Today at 09:46:11 AM »
Hi Juanito!

Thanks for making this extension! There is a trouble though when I start it comes an error message saying it can't find 'perl' and therefore can't execute musicbrainz. I tried to download perl but it doesn't work.

Kind Regards,
meo
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15782
Re: Sound ripper perhaps abcde!
« Reply #3 on: Today at 09:56:50 AM »
Do you mean this error:
Code: [Select]
abcde-musicbrainz-tool
Can't locate MusicBrainz/DiscID.pm in @INC (you may need to install the MusicBrainz::DiscID module) (@INC entries checked: /usr/local/lib/perl5/5.42/site_perl /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.42/vendor_perl /usr/local/lib/perl5/vendor_perl /usr/local/lib/perl5/5.42/core_perl /usr/local/lib/perl5/core_perl) at /usr/local/bin/abcde-musicbrainz-tool line 18.
BEGIN failed--compilation aborted at /usr/local/bin/abcde-musicbrainz-tool line 18.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15782
Re: Sound ripper perhaps abcde!
« Reply #4 on: Today at 10:06:27 AM »
From this:
Code: [Select]
sudo cpan install MusicBrainz::DiscID
...
Package libdiscid was not found in the pkg-config search path.
Perhaps you should add the directory containing `libdiscid.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libdiscid' found
Error: libdiscid version 0.2.2 or higher is required.

..I guess more work is needed - I'll take a look.