cyanreg / cyanrip

Bule-ish CD ripper
GNU Lesser General Public License v2.1
223 stars 10 forks source link

LABEL and CATALOGNUMBER #73

Open q3cpma opened 9 months ago

q3cpma commented 9 months ago

Hello, using today's git on Gentoo (with musicbrainz 5.1.0), the resulting tracks seem to be lacking any tag containing those values even when the associated release has them and the source code seems to try to handle them. Any idea why?

By the way, thanks a lot for your program, it's everything I ever wanted from a CD ripper (though I think using the external rsgain is more "UNIX approved").

m-a-g-1-2-3 commented 3 months ago

I have noticed this too and started using Picard to re-tag.

My current ripping practise: 1) Open Picard and lookup disc 2) Select release / submit TOC ID / create new release on Musicbrainz if necessary 3) Run cyanrip -U -K -T simple 4) Add directory to Picard and re-tag (renaming files to replace spaces with underscores) 5) Run rename -v 'y/ /-/' to replace spaces with dashes in cue/log files 6) Run rename -v 'y/_/-/' to use dashes as separators instead of underscores 7) Run a script to change all cases to lowercase 8) Run dr14_tmeter -d -b to calculate dynamic range of album 9) Add replaygain info / edit tags if necessary in foobar2000 running in wine

Would be nice to skip a few steps but thank you, i agree, best CD ripper on Linux!

m-a-g-1-2-3 commented 3 months ago

I just realised, I can perhaps skip a step by not replacing spaces with underscores in Picard.