i have used tears of mandrake for enabling the repos, which is bundled with the gnome spin of openmandriva
so, result from
sudo dnf clean all;dnf clean all;dnf repolist
is
15 file rimossi
12 file rimossi
id repo nome repo
opera Opera Browser
rock-updates-x86_64 OpenMandriva Rock - x86_64 - Updates
rock-updates-x86_64-extra OpenMandriva Rock - Extra - x86_64 - Updates
rock-x86_64 OpenMandriva Rock - x86_64
rock-x86_64-extra OpenMandriva Rock - Extra - x86_64
ok, after trying to rip a record in flac/cue (made with -1M), i still get the
Encoding track 01 of 01: In continuo movimento...
Tagging track 01 of 01: In continuo movimento...
/home/legacychimera247/abcde.9609c30b/track01.flac: ERROR: while parsing cuesheet "/home/legacychimera247/abcde.9609c30b/cue-9609c30b.txt" on line 4: CD-DA TRACK numbers must be sequential
*.flac: ERROR: reading metadata, status = "FLAC__METADATA_CHAIN_STATUS_ERROR_OPENING_FILE"
The FLAC file could not be opened. Most likely the file does not exist
or is not readable.
[ERROR] abcde: The following commands failed to run:
tagtrack-flac-01: returned code 1: nice -n 10 metaflac --no-utf8-convert --import-cuesheet-from=/home/legacychimera247/abcde.9609c30b/cue-9609c30b.txt --import-tags-from=- /home/legacychimera247/abcde.9609c30b/track01.flac
Finished. Not cleaning /home/legacychimera247/abcde.9609c30b.
error…
but, i tried doing it in ogg, and it worked, so i assume the problem lies in the flac format?
You are missing the Updates repos for Extra, Restricted, and Non-Free, that won’t work well at all. Updated packages for Rock are in the Updates repos.
So package is built of 6.0, it installs, whether it works is to be determined by someone that actually knows what this software is for.
@247 note the repos in use for this abcde install. I don’t use non-free repos normally. That is for the poor sad souls with nVidia hardware and other non-free stuff.
ok, tried it, and while i thank you for the update, making the cue file (-1M -o flac) still gives me a
/home/legacychimera247/abcde.0701c002/track1.flac: ERROR: while parsing cuesheet "/home/legacychimera247/abcde.0701c002/cue-0701c002.txt" on line 4: CD-DA TRACK numbers must be sequential
*.flac: ERROR: reading metadata, status = "FLAC__METADATA_CHAIN_STATUS_ERROR_OPENING_FILE"
The FLAC file could not be opened. Most likely the file does not exist
or is not readable.
[ERROR] abcde: The following commands failed to run:
tagtrack-flac-1: returned code 1: nice -n 10 metaflac --no-utf8-convert --import-cuesheet-from=/home/legacychimera247/abcde.0701c002/cue-0701c002.txt --import-tags-from=- /home/legacychimera247/abcde.0701c002/track1.flac
Finished. Not cleaning /home/legacychimera247/abcde.0701c002.
this seems to happen with flac only as i tried with ogg and it worked perfectly
The errors you are posting are pointing to a problem with the FLAC files being generated:
The FLAC file could not be opened. Most likely the file does not exist
or is not readable.
Of course if the files it is generating are unreadable then they will not match the metadata in the associated cuesheet, causing a casacade of failures/errors from the programs you are running through abcde (which is just a glorified bash script executing other programs).
It may be something related to the parameters you are pushing through abcde I honestly do not know, but when a program says the files you are operating on, in this case FLAC files, are unreadable then it is bound to throw errors when trying to read those files or to do anything else with them.
The fact that abcde can rip to .OGG files perfectly fine and as both I have confirmed this and you have done so a few days ago yourself also points to the issue being elsewhere.
Another package suggestion for ripping audio CDs would be to install flacon as an alternative which is also available in the Rock extra repos.