mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 10:04:24 +00:00
Switch from freedb.org to gnudb.org
gnudb.org has continued to provide the Freedb.org database after Freedb.org was shutdown.
This commit is contained in:
2
CUERipper/Properties/Settings.Designer.cs
generated
2
CUERipper/Properties/Settings.Designer.cs
generated
@@ -25,7 +25,7 @@ namespace CUERipper.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("freedb.org")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("gnudb.gnudb.org")]
|
||||
public string MAIN_FREEDB_SITEADDRESS {
|
||||
get {
|
||||
return ((string)(this["MAIN_FREEDB_SITEADDRESS"]));
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="MAIN_FREEDB_SITEADDRESS" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">freedb.org</Value>
|
||||
<Value Profile="(Default)">gnudb.gnudb.org</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
@@ -8,7 +8,7 @@
|
||||
<userSettings>
|
||||
<CUERipper.Properties.Settings>
|
||||
<setting name="MAIN_FREEDB_SITEADDRESS" serializeAs="String">
|
||||
<value>freedb.org</value>
|
||||
<value>gnudb.gnudb.org</value>
|
||||
</setting>
|
||||
</CUERipper.Properties.Settings>
|
||||
</userSettings>
|
||||
|
||||
@@ -914,7 +914,7 @@ namespace CUETools.Processor
|
||||
m_freedb.Hostname = _config.advanced.FreedbDomain;
|
||||
m_freedb.ClientName = "CUETools";
|
||||
m_freedb.Version = CUEToolsVersion;
|
||||
m_freedb.SetDefaultSiteAddress("freedb.org");
|
||||
m_freedb.SetDefaultSiteAddress("gnudb.gnudb.org");
|
||||
|
||||
QueryResult queryResult;
|
||||
QueryResultCollection coll;
|
||||
|
||||
@@ -30,7 +30,7 @@ namespace Freedb
|
||||
/// </summary>
|
||||
public class FreedbHelper
|
||||
{
|
||||
public const string MAIN_FREEDB_ADDRESS = "freedb.freedb.org";
|
||||
public const string MAIN_FREEDB_ADDRESS = "gnudb.gnudb.org";
|
||||
public const string DEFAULT_ADDITIONAL_URL_INFO = "/~cddb/cddb.cgi";
|
||||
public const string SUBMIT_ADDITIONAL_URL_INFO = "/~cddb/submit.cgi";
|
||||
private Site m_mainSite = new Site(MAIN_FREEDB_ADDRESS,"http",DEFAULT_ADDITIONAL_URL_INFO);
|
||||
|
||||
Reference in New Issue
Block a user