Announcement
Collapse
No announcement yet.
CD ripper not identifying CDs
Collapse
X
-
"The information about gnudb.org was very helpful. Investigating further has enabled me to find the changes necessary to return the CDDB lookup functionality to my VortexBox by configuring gnudb.org as the CDDBHOST in the file /etc/ripit/config. I am running VortexBox 2.5 and made the following edits to /etc/ripit/config.
In the CDDB Options section -
mb=0
CDDBHOST=gnudb.org
mirror=gnudb
transfer=http
proxy=proxy.gnudb.org:3128"
Where do I enter the parameters above? How do I get to /etc/ripit/config? Is it somewhere in the Vortexbox menu or is there a linux command editor I need to access?
Also I am running VortexBox 2.3. Can I make the above changes in it or do I need to update to 2.5?
I just spent well over an hour using MP3Tag as all my rips are now coming up as unknown.
Thanks in advance for your help.
Comment
-
Login to your VB with something like PUTTY
Enter "root" as username and your "password", then at the command prompt type:
nano /etc/ripit/config
search for the lines above and replace as defined, EXCEPT, do NOT add the quote character after 3128Last edited by vbbob; 07-19-2020, 03:44 PM.Comment
-
Installed Putty.
Not sure how to search for lines above.
Here is my putty session, will this result in the changes needed?
login as: root
[email protected]'s password:
Last login: Sun Jul 19 14:38:52 2020 from fe80::c0d5:3be4:d871:dde2%eth0
[root@vortexbox ~]# MB=0
[root@vortexbox ~]# mb=0
[root@vortexbox ~]# CDDBHOST=gnudb.org
[root@vortexbox ~]# mirror=gnub
[root@vortexbox ~]# transfer=http
[root@vortexbox ~]# proxy.gnudb.org:3128
-bash: proxy.gnudb.org:3128: command not found
[root@vortexbox ~]# proxy=proxy.gnudb.org:3128
[root@vortexbox ~]#
Thanks.
Comment
-
Sorry to be so dense. After I go into the edit mode with the nano command how do I get the file to display so I can scroll through it to change the parameters?
Here is how my last sessions looks: (Only the header is displayed)
(I can type the commands above but not within the program itself.)
login as: root
root@vortexbox's password:
Last login: Sun Jul 19 17:28:21 2020 from fe80::c0d5:3be4:d871:dde2%eth0
[root@vortexbox ~]# nano /etc/ripit/config
GNU nano 2.3.2 File: /etc/ripit/config Modified
#####
#
# RipIT 3.9.0 configuration file.
#
# For further information on ripit configuration / parameters
# and examples see the manpage or the README provided with ripit
# or type ripit --help .
#
# Changelog
#
# Thur May 26 2011 Ron Olsen <[email protected]>
# * Change default eject to 0 to avoid extra eject of CD tray.
# * Fix typo in comment on underscore setting.
# * Add comment for dirtemplate showing how to get "Artist/Album" structure.
# * Add comment explaining vatag=5 setting.
#
# Tues May 10 2011 Ron Olsen <[email protected]>
Comment
-
The information about gnudb.org was very helpful. Investigating further has enabled me to find the changes necessary to return the CDDB lookup functionality to my VortexBox by configuring gnudb.org as the CDDBHOST in the file /etc/ripit/config. I am running VortexBox 2.5 and made the following edits to /etc/ripit/config.
In the CDDB Options section -
mb=0
CDDBHOST=gnudb.org
mirror=gnudb
transfer=http
proxy=proxy.gnudb.org:3128
I am not 100% sure if the proxy entry is necessary, but once it started working did not go back to further diagnose if the proxy is needed.
I don't think I have any other significant customization or have made any edits to other supporting files on my VortexBox.
Maybe a rewrite of the aforementioned perl files will not be necessary at this time.
I am a long time user of the VortexBox software and this is a first post. I hope it is helpful.
I am pleased my VortexBox is back in business.
VortexBox SW Version: 2.4
in my original ripit config, mb was set to 1, CDDBHOST was pointing to musicbrainz.org, mirror to freedb and proxy was blank
I had to change it all into the above settings (including proxy) to get it to work again.
Thank You!
cheers
/bartLast edited by bart; 07-20-2020, 03:04 PM.Comment
-
Ok, I tried another CD and as Doris found, it isn't automatically grabbing artwork. I can only assume that the artwork appeared for the first one I tried because either (a) I pressed the Get CD Cover Art" button on the CD ripper when ripping and that may have prompted the download or, (b) Bliss fixed the artwork for me. Not sure why it isn't working though.Comment
-
Ok, I tried another CD and as Doris found, it isn't automatically grabbing artwork. I can only assume that the artwork appeared for the first one I tried because either (a) I pressed the Get CD Cover Art" button on the CD ripper when ripping and that may have prompted the download or, (b) Bliss fixed the artwork for me. Not sure why it isn't working though.Last edited by Doris1997; 08-26-2020, 07:34 AM.Comment
-
Very glad that those who have edited their /etc/ripit/config file are back in the business of ripping CDs. Thank you for the kudos and for passing the word in other General and Support threads on this site. Since my post I have ripped over 200 CDs each with complete CDDB data retrieved. However, all without album artwork. Not sure when the album artwork retrieval stopped as I have been using Bliss almost as long as the VortexBox. I also use Tag & Rename (paid) and mp3tag (free/donation) to complete my artwork, normalize things like spelling, abbreviations, comments, etc.
I have been investigating how the ripping process retrieves the artwork. Basically, searches on Amazon and Google Images are formulated and executed in an attempt to pull artwork. Best I can tell, by capturing the queries and executing them in a browser so I can see the output, the APIs and servers that are queried at Amazon and Google are no longer available. While I was hoping that my second post would be as good as my first (thanks Fifer) I do not have the skill to rewrite, even edit the script used for retrieval of artwork.
👍 3Comment
Comment