From: <sa...@us...> - 2010-09-07 16:05:53
|
Revision: 3783 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=3783&view=rev Author: saamand Date: 2010-09-07 16:05:46 +0000 (Tue, 07 Sep 2010) Log Message: ----------- - removing lyricwiki Modified Paths: -------------- trunk/plugins/MyLyrics/LyricsEngine/LyricSearch.cs trunk/plugins/MyLyrics/LyricsEngine/Setup.cs trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/FindLyric.Designer.cs trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/FindLyric.cs trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/MusicDatabaseBrowse.cs trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/MyLyricsSetup.Designer.cs trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/MyLyricsSetup.cs trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/MyLyricsSetup.resx trunk/plugins/MyLyrics/My Lyrics/MyLyrics.cs Modified: trunk/plugins/MyLyrics/LyricsEngine/LyricSearch.cs =================================================================== (Binary files differ) Modified: trunk/plugins/MyLyrics/LyricsEngine/Setup.cs =================================================================== --- trunk/plugins/MyLyrics/LyricsEngine/Setup.cs 2010-09-04 15:37:49 UTC (rev 3782) +++ trunk/plugins/MyLyrics/LyricsEngine/Setup.cs 2010-09-07 16:05:46 UTC (rev 3783) @@ -5,10 +5,10 @@ { public static class Setup { - public static string[] BatchSearchSites = new string[8] + public static string[] BatchSearchSites = new string[7] { "LrcFinder", - "LyricWiki", + //"LyricWiki", "Lyrics007", "LyricsOnDemand", "HotLyrics", Modified: trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/FindLyric.Designer.cs =================================================================== --- trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/FindLyric.Designer.cs 2010-09-04 15:37:49 UTC (rev 3782) +++ trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/FindLyric.Designer.cs 2010-09-07 16:05:46 UTC (rev 3783) @@ -49,7 +49,6 @@ this.cbHotLyrics = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.cbLyricsOnDemand = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.cbLyrics007 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.cbLyricWiki = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.cbLyricsPluginSite = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.btClose = new System.Windows.Forms.Button(); this.btUpdate = new System.Windows.Forms.Button(); @@ -195,7 +194,6 @@ this.gbLyricSites.Controls.Add(this.cbHotLyrics); this.gbLyricSites.Controls.Add(this.cbLyricsOnDemand); this.gbLyricSites.Controls.Add(this.cbLyrics007); - this.gbLyricSites.Controls.Add(this.cbLyricWiki); this.gbLyricSites.Controls.Add(this.cbLyricsPluginSite); this.gbLyricSites.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.gbLyricSites.Location = new System.Drawing.Point(9, 115); @@ -224,7 +222,7 @@ this.cbLyrDB.Checked = true; this.cbLyrDB.CheckState = System.Windows.Forms.CheckState.Checked; this.cbLyrDB.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.cbLyrDB.Location = new System.Drawing.Point(338, 44); + this.cbLyrDB.Location = new System.Drawing.Point(237, 44); this.cbLyrDB.Name = "cbLyrDB"; this.cbLyrDB.Size = new System.Drawing.Size(53, 17); this.cbLyrDB.TabIndex = 18; @@ -237,7 +235,7 @@ this.cbActionext.Checked = true; this.cbActionext.CheckState = System.Windows.Forms.CheckState.Checked; this.cbActionext.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.cbActionext.Location = new System.Drawing.Point(131, 44); + this.cbActionext.Location = new System.Drawing.Point(17, 44); this.cbActionext.Name = "cbActionext"; this.cbActionext.Size = new System.Drawing.Size(68, 17); this.cbActionext.TabIndex = 17; @@ -250,7 +248,7 @@ this.cbHotLyrics.Checked = true; this.cbHotLyrics.CheckState = System.Windows.Forms.CheckState.Checked; this.cbHotLyrics.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.cbHotLyrics.Location = new System.Drawing.Point(237, 44); + this.cbHotLyrics.Location = new System.Drawing.Point(131, 44); this.cbHotLyrics.Name = "cbHotLyrics"; this.cbHotLyrics.Size = new System.Drawing.Size(71, 17); this.cbHotLyrics.TabIndex = 14; @@ -283,19 +281,6 @@ this.cbLyrics007.Text = "Lyrics 007"; this.cbLyrics007.UseVisualStyleBackColor = true; // - // cbLyricWiki - // - this.cbLyricWiki.AutoSize = true; - this.cbLyricWiki.Checked = true; - this.cbLyricWiki.CheckState = System.Windows.Forms.CheckState.Checked; - this.cbLyricWiki.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.cbLyricWiki.Location = new System.Drawing.Point(18, 44); - this.cbLyricWiki.Name = "cbLyricWiki"; - this.cbLyricWiki.Size = new System.Drawing.Size(67, 17); - this.cbLyricWiki.TabIndex = 11; - this.cbLyricWiki.Text = "LyricWiki"; - this.cbLyricWiki.UseVisualStyleBackColor = true; - // // cbLyricsPluginSite // this.cbLyricsPluginSite.AutoSize = true; @@ -334,7 +319,7 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(448, 575); + this.ClientSize = new System.Drawing.Size(448, 573); this.ControlBox = false; this.Controls.Add(this.btUpdate); this.Controls.Add(this.btClose); @@ -375,7 +360,6 @@ internal MediaPortal.UserInterface.Controls.MPCheckBox cbHotLyrics; internal MediaPortal.UserInterface.Controls.MPCheckBox cbLyricsOnDemand; internal MediaPortal.UserInterface.Controls.MPCheckBox cbLyrics007; - internal MediaPortal.UserInterface.Controls.MPCheckBox cbLyricWiki; internal MediaPortal.UserInterface.Controls.MPCheckBox cbLyricsPluginSite; private System.Windows.Forms.ListView lvSearchResults; private System.Windows.Forms.ColumnHeader cbSite; Modified: trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/FindLyric.cs =================================================================== --- trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/FindLyric.cs 2010-09-04 15:37:49 UTC (rev 3782) +++ trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/FindLyric.cs 2010-09-07 16:05:46 UTC (rev 3783) @@ -89,10 +89,6 @@ ((string) xmlreader.GetValueAsString("myLyrics", "useLrcFinder", "True")).ToString().Equals("True") ? true : false; - cbLyricWiki.Checked = - ((string) xmlreader.GetValueAsString("myLyrics", "useLyricWiki", "True")).ToString().Equals("True") - ? true - : false; cbActionext.Checked = ((string) xmlreader.GetValueAsString("myLyrics", "useActionext", "True")).ToString().Equals("True") ? true @@ -186,10 +182,6 @@ { sitesToSearch.Add("LrcFinder"); } - if (cbLyricWiki.Checked) - { - sitesToSearch.Add("LyricWiki"); - } if (cbActionext.Checked) { sitesToSearch.Add("Actionext"); Modified: trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/MusicDatabaseBrowse.cs =================================================================== --- trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/MusicDatabaseBrowse.cs 2010-09-04 15:37:49 UTC (rev 3782) +++ trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/MusicDatabaseBrowse.cs 2010-09-07 16:05:46 UTC (rev 3783) @@ -520,8 +520,6 @@ { if (((string) xmlreader.GetValueAsString("myLyrics", "useLrcFinder", "True")).ToString().Equals("True")) sitesToSearch.Add("LrcFinder"); - if (((string) xmlreader.GetValueAsString("myLyrics", "useLyricWiki", "True")).ToString().Equals("True")) - sitesToSearch.Add("LyricWiki"); if (((string) xmlreader.GetValueAsString("myLyrics", "useActionext", "True")).ToString().Equals("True")) sitesToSearch.Add("Actionext"); if (((string) xmlreader.GetValueAsString("myLyrics", "useLyrDB", "True")).ToString().Equals("True")) Modified: trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/MyLyricsSetup.Designer.cs =================================================================== --- trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/MyLyricsSetup.Designer.cs 2010-09-04 15:37:49 UTC (rev 3782) +++ trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/MyLyricsSetup.Designer.cs 2010-09-07 16:05:46 UTC (rev 3783) @@ -105,7 +105,6 @@ this.cbActionext = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.cbLyrics007 = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.cbLyricsOnDemand = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.cbLyricWiki = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.cbHotLyrics = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.cbLyricsPluginSite = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); @@ -177,7 +176,7 @@ this.tabPageMusicDatabaseBrowse.Location = new System.Drawing.Point(4, 22); this.tabPageMusicDatabaseBrowse.Name = "tabPageMusicDatabaseBrowse"; this.tabPageMusicDatabaseBrowse.Padding = new System.Windows.Forms.Padding(3); - this.tabPageMusicDatabaseBrowse.Size = new System.Drawing.Size(550, 513); + this.tabPageMusicDatabaseBrowse.Size = new System.Drawing.Size(550, 510); this.tabPageMusicDatabaseBrowse.TabIndex = 3; this.tabPageMusicDatabaseBrowse.Text = "Music database browse"; this.tabPageMusicDatabaseBrowse.UseVisualStyleBackColor = true; @@ -192,7 +191,7 @@ this.tabPageDatabase.Location = new System.Drawing.Point(4, 22); this.tabPageDatabase.Name = "tabPageDatabase"; this.tabPageDatabase.Padding = new System.Windows.Forms.Padding(3); - this.tabPageDatabase.Size = new System.Drawing.Size(550, 513); + this.tabPageDatabase.Size = new System.Drawing.Size(550, 510); this.tabPageDatabase.TabIndex = 2; this.tabPageDatabase.Text = "Music database batch search"; this.tabPageDatabase.UseVisualStyleBackColor = true; @@ -934,7 +933,6 @@ this.groupBox2.Controls.Add(this.cbActionext); this.groupBox2.Controls.Add(this.cbLyrics007); this.groupBox2.Controls.Add(this.cbLyricsOnDemand); - this.groupBox2.Controls.Add(this.cbLyricWiki); this.groupBox2.Controls.Add(this.cbHotLyrics); this.groupBox2.Controls.Add(this.cbLyricsPluginSite); this.groupBox2.Location = new System.Drawing.Point(229, 48); @@ -964,7 +962,7 @@ this.cbLyrDB.Checked = true; this.cbLyrDB.CheckState = System.Windows.Forms.CheckState.Checked; this.cbLyrDB.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.cbLyrDB.Location = new System.Drawing.Point(216, 40); + this.cbLyrDB.Location = new System.Drawing.Point(230, 17); this.cbLyrDB.Name = "cbLyrDB"; this.cbLyrDB.Size = new System.Drawing.Size(53, 17); this.cbLyrDB.TabIndex = 9; @@ -978,7 +976,7 @@ this.cbActionext.Checked = true; this.cbActionext.CheckState = System.Windows.Forms.CheckState.Checked; this.cbActionext.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.cbActionext.Location = new System.Drawing.Point(216, 17); + this.cbActionext.Location = new System.Drawing.Point(137, 61); this.cbActionext.Name = "cbActionext"; this.cbActionext.Size = new System.Drawing.Size(68, 17); this.cbActionext.TabIndex = 8; @@ -992,7 +990,7 @@ this.cbLyrics007.Checked = true; this.cbLyrics007.CheckState = System.Windows.Forms.CheckState.Checked; this.cbLyrics007.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.cbLyrics007.Location = new System.Drawing.Point(130, 17); + this.cbLyrics007.Location = new System.Drawing.Point(137, 17); this.cbLyrics007.Name = "cbLyrics007"; this.cbLyrics007.Size = new System.Drawing.Size(72, 17); this.cbLyrics007.TabIndex = 4; @@ -1014,27 +1012,13 @@ this.cbLyricsOnDemand.UseVisualStyleBackColor = true; this.cbLyricsOnDemand.Leave += new System.EventHandler(this.WriteMediaPortalXML); // - // cbLyricWiki - // - this.cbLyricWiki.AutoSize = true; - this.cbLyricWiki.Checked = true; - this.cbLyricWiki.CheckState = System.Windows.Forms.CheckState.Checked; - this.cbLyricWiki.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.cbLyricWiki.Location = new System.Drawing.Point(130, 40); - this.cbLyricWiki.Name = "cbLyricWiki"; - this.cbLyricWiki.Size = new System.Drawing.Size(67, 17); - this.cbLyricWiki.TabIndex = 2; - this.cbLyricWiki.Text = "LyricWiki"; - this.cbLyricWiki.UseVisualStyleBackColor = true; - this.cbLyricWiki.Leave += new System.EventHandler(this.WriteMediaPortalXML); - // // cbHotLyrics // this.cbHotLyrics.AutoSize = true; this.cbHotLyrics.Checked = true; this.cbHotLyrics.CheckState = System.Windows.Forms.CheckState.Checked; this.cbHotLyrics.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.cbHotLyrics.Location = new System.Drawing.Point(130, 61); + this.cbHotLyrics.Location = new System.Drawing.Point(137, 40); this.cbHotLyrics.Name = "cbHotLyrics"; this.cbHotLyrics.Size = new System.Drawing.Size(71, 17); this.cbHotLyrics.TabIndex = 7; @@ -1134,7 +1118,7 @@ this.tabPageReplace.Location = new System.Drawing.Point(4, 22); this.tabPageReplace.Name = "tabPageReplace"; this.tabPageReplace.Padding = new System.Windows.Forms.Padding(3); - this.tabPageReplace.Size = new System.Drawing.Size(550, 513); + this.tabPageReplace.Size = new System.Drawing.Size(550, 510); this.tabPageReplace.TabIndex = 5; this.tabPageReplace.Text = "Find & Replace"; this.tabPageReplace.UseVisualStyleBackColor = true; @@ -1187,7 +1171,7 @@ this.tabPageAbout.Location = new System.Drawing.Point(4, 22); this.tabPageAbout.Name = "tabPageAbout"; this.tabPageAbout.Padding = new System.Windows.Forms.Padding(3); - this.tabPageAbout.Size = new System.Drawing.Size(550, 513); + this.tabPageAbout.Size = new System.Drawing.Size(550, 510); this.tabPageAbout.TabIndex = 4; this.tabPageAbout.Text = "About"; this.tabPageAbout.UseVisualStyleBackColor = true; @@ -1309,7 +1293,6 @@ internal MediaPortal.UserInterface.Controls.MPCheckBox cbLyricsPluginSite; internal MediaPortal.UserInterface.Controls.MPCheckBox cbLyricsOnDemand; internal MediaPortal.UserInterface.Controls.MPCheckBox cbLyrics007; - internal MediaPortal.UserInterface.Controls.MPCheckBox cbLyricWiki; private System.Windows.Forms.RadioButton rdLyricsMode; private System.Windows.Forms.RadioButton rbUserSelectMode; private MediaPortal.UserInterface.Controls.MPLabel mpLabel2; Modified: trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/MyLyricsSetup.cs =================================================================== --- trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/MyLyricsSetup.cs 2010-09-04 15:37:49 UTC (rev 3782) +++ trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/MyLyricsSetup.cs 2010-09-07 16:05:46 UTC (rev 3783) @@ -219,7 +219,6 @@ rbUserSelectMode.Checked = true; cbLrcFinder.Checked = xmlreader.GetValue("myLyrics", "useLrcFinder").Equals("True"); - cbLyricWiki.Checked = xmlreader.GetValue("myLyrics", "useLyricWiki").Equals("True"); cbActionext.Checked = xmlreader.GetValue("myLyrics", "useActionext").Equals("True"); cbLyrDB.Checked = xmlreader.GetValue("myLyrics", "useLyrDB").Equals("True"); cbLyrics007.Checked = xmlreader.GetValue("myLyrics", "useLyrics007").Equals("True"); @@ -488,8 +487,6 @@ if (cbLrcFinder.Checked) sitesToSearch.Add("LrcFinder"); - if (cbLyricWiki.Checked) - sitesToSearch.Add("LyricWiki"); if (cbActionext.Checked) sitesToSearch.Add("Actionext"); if (cbLyrDB.Checked) @@ -1088,7 +1085,6 @@ cbLyricsPluginSite.Checked = true; cbLyrics007.Checked = false; cbLrcFinder.Checked = false; - cbLyricWiki.Checked = false; cbHotLyrics.Checked = false; cbActionext.Checked = false; cbLyrDB.Checked = false; @@ -1099,7 +1095,6 @@ cbLyricsPluginSite.Checked = true; cbLrcFinder.Checked = true; cbLyrics007.Checked = true; - cbLyricWiki.Checked = false; cbHotLyrics.Checked = false; cbActionext.Checked = false; cbLyrDB.Checked = false; @@ -1110,7 +1105,6 @@ cbLyricsPluginSite.Checked = true; cbLyrics007.Checked = true; cbLrcFinder.Checked = true; - cbLyricWiki.Checked = true; cbHotLyrics.Checked = true; cbActionext.Checked = false; cbLyrDB.Checked = false; @@ -1120,7 +1114,6 @@ cbLyricsOnDemand.Checked = true; cbLyrics007.Checked = true; cbLrcFinder.Checked = true; - cbLyricWiki.Checked = true; cbHotLyrics.Checked = true; cbLyrDB.Checked = true; cbActionext.Checked = true; @@ -1140,7 +1133,6 @@ cbLyricsOnDemand.Checked = true; cbLyrics007.Checked = true; cbLrcFinder.Checked = true; - cbLyricWiki.Checked = true; cbHotLyrics.Checked = true; cbLyricsPluginSite.Checked = true; @@ -1156,7 +1148,6 @@ cbLyricsOnDemand.Enabled = false; cbLyrics007.Enabled = false; cbLrcFinder.Enabled = false; - cbLyricWiki.Enabled = false; cbLyricsPluginSite.Enabled = false; cbHotLyrics.Enabled = false; cbActionext.Enabled = false; @@ -1175,7 +1166,6 @@ cbLyricsOnDemand.Enabled = true; cbLyrics007.Enabled = true; cbLrcFinder.Enabled = true; - cbLyricWiki.Enabled = true; cbLyricsPluginSite.Enabled = true; cbHotLyrics.Enabled = true; cbActionext.Enabled = true; @@ -1185,19 +1175,9 @@ { trackBar.Enabled = false; - cbLyricsOnDemand.Enabled = false; - cbLyrics007.Enabled = false; - cbLrcFinder.Enabled = false; - cbLyricWiki.Enabled = false; - cbHotLyrics.Enabled = false; - cbActionext.Enabled = false; - cbLyrDB.Enabled = false; - cbLyricsPluginSite.Enabled = false; - cbLyricsOnDemand.Checked = false; cbLyrics007.Checked = false; cbLrcFinder.Checked = true; - cbLyricWiki.Checked = false; cbHotLyrics.Checked = false; cbActionext.Checked = false; cbLyrDB.Checked = false; @@ -1235,7 +1215,6 @@ xmlwriter.SetValue("myLyrics", "defaultSitesModeValue", trackBar.Value); xmlwriter.SetValue("myLyrics", "limit", tbLimit.Text); xmlwriter.SetValue("myLyrics", "useLrcFinder", cbLrcFinder.Checked.ToString()); - xmlwriter.SetValue("myLyrics", "useLyricWiki", cbLyricWiki.Checked.ToString()); xmlwriter.SetValue("myLyrics", "useActionext", cbActionext.Checked.ToString()); xmlwriter.SetValue("myLyrics", "useLyrDB", cbLyrDB.Checked.ToString()); xmlwriter.SetValue("myLyrics", "useLyrics007", cbLyrics007.Checked.ToString()); Modified: trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/MyLyricsSetup.resx =================================================================== --- trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/MyLyricsSetup.resx 2010-09-04 15:37:49 UTC (rev 3782) +++ trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/MyLyricsSetup.resx 2010-09-07 16:05:46 UTC (rev 3783) @@ -123,6 +123,12 @@ <metadata name="Replace.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <value>True</value> </metadata> + <metadata name="Find.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <value>True</value> + </metadata> + <metadata name="Replace.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <value>True</value> + </metadata> <metadata name="bgWorkerSearch.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>6, 4</value> </metadata> Modified: trunk/plugins/MyLyrics/My Lyrics/MyLyrics.cs =================================================================== --- trunk/plugins/MyLyrics/My Lyrics/MyLyrics.cs 2010-09-04 15:37:49 UTC (rev 3782) +++ trunk/plugins/MyLyrics/My Lyrics/MyLyrics.cs 2010-09-07 16:05:46 UTC (rev 3783) @@ -101,8 +101,6 @@ _useLyricsOnDemand, _useLyricsPluginSite; - private bool _useLyricWiki; - private bool _ValidLrcLyric; // A valid LRC-lyric always overwrites a normal lyric in both Lyrics db and music tag (if allowed) @@ -678,9 +676,6 @@ _useLrcFinder = (xmlreader.GetValueAsString("myLyrics", "useLrcFinder", "True")).Equals("True") ? true : false; - _useLyricWiki = (xmlreader.GetValueAsString("myLyrics", "useLyricWiki", "True")).Equals("True") - ? true - : false; _useLyrics007 = (xmlreader.GetValueAsString("myLyrics", "useLyrics007", "True")).Equals("True") ? true : false; @@ -781,10 +776,7 @@ //{ // sitesToSearch.Add("LrcFinder"); //} - if (_useLyricWiki && Setup.IsMember("LyricWiki")) - { - sitesToSearch.Add("LyricWiki"); - } + if (_useActionext && Setup.IsMember("Actionext")) { sitesToSearch.Add("Actionext"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |