Workaround for freedb in EAC needed

I'm not sure that this info will be helpful for EAC users but there is a mirror of the freedb.org - gnudb.org. In the Peppy Player I used freedb.org to get CD artists, album names and track names. Since 05.31.2020 freedb is not working anymore. To fix that in the player I replaced the freedb API endpoint:
self.freedb_server_url = 'http://freedb.freedb.org/~cddb/cddb.cgi'
by gnudb endpoint:
self.gnudb_server_url = 'http://gnudb.gnudb.org:80/~cddb/cddb.cgi'
After this change everything works the same way as with freedb. Let's hope that gnudb will stay online for a long time 🙂
 
Last edited:
I'm not sure that this info will be helpful for EAC users but there is a mirror of the freedb.org - gnudb.org. In the Peppy Player I used freedb.org to get CD artists, album names and track names. Since 05.31.2020 freedb is not working anymore. To fix that in the player I replaced the freedb API endpoint:
self.freedb_server_url = 'http://freedb.freedb.org/~cddb/cddb.cgi'
by gnudb endpoint:
self.gnudb_server_url = 'http://gnudb.gnudb.org:80/~cddb/cddb.cgi'
After this change everything works the same way as with freedb. Let's hope that gnudb will stay online for a long time 🙂
Tried this but get server error.