Skip to content

Commit

Permalink
Move from freedb.org to gnudb.gnudb.org
Browse files Browse the repository at this point in the history
The freedb.org database of compact track listings has shut down. Any
program functionality that tries to fetch from or submit data to
freedb.org is broken now.

An alternative service is available at gnudb.gnudb.org, see
https://www.gnudb.org/

Fixes https://redmine.audacious-media-player.org/issues/994
  • Loading branch information
bket committed Jun 30, 2020
1 parent 1719265 commit 33edaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdaudio/cdaudio-ng.cc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const char * const CDAudio::defaults[] = {
"use_cdtext", "TRUE",
"use_cddb", "TRUE",
"cddbhttp", "FALSE",
"cddbserver", "freedb.org",
"cddbserver", "gnudb.gnudb.org",
"cddbport", "8880",
nullptr};

Expand Down

0 comments on commit 33edaf1

Please sign in to comment.