Skip to content

Commit

Permalink
fix: use gnudb for CDDB since freedb is down
Browse files Browse the repository at this point in the history
  • Loading branch information
zamnuts committed Aug 19, 2021
1 parent b784fb4 commit e1d359f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ripperX.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@

//-v 2.8.0

CDDBConfig::AutoLookup = 0
CDDBConfig::AutoLookup = 1
CDDBConfig::ConvertSpaces = 0
CDDBConfig::CreateID3 = 1
CDDBConfig::CreatePlaylist = 0
CDDBConfig::DirFormatString = %a/%v
CDDBConfig::FormatString = %# - %s
CDDBConfig::MakeDirectories = 1
CDDBConfig::Port = 80
CDDBConfig::ProxyPort = 8080
CDDBConfig::ProxyPort = 0
CDDBConfig::ProxyServer =
CDDBConfig::Server = freedb.freedb.org/~cddb/cddb.cgi
CDDBConfig::Server = gnudb.gnudb.org/~cddb/cddb.cgi
CDDBConfig::UseHttp = 1
CdPlayer::Play_command = cdplay %
CdPlayer::Stop_command = cdstop
Expand Down

0 comments on commit e1d359f

Please sign in to comment.