208 lines
9.1 KiB
C#
208 lines
9.1 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.269
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace MusicMetaTagger.Client.AllMusicGuide.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
|
|
internal sealed partial class AlbumScraper : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static AlbumScraper defaultInstance = ((AlbumScraper)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new AlbumScraper())));
|
|
|
|
public static AlbumScraper Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("//*[@class=\'album-title\']/text()")]
|
|
public string TitleXpath {
|
|
get {
|
|
return ((string)(this["TitleXpath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("http://www.allmusic.com/album/{0}")]
|
|
public string AlbumUrl {
|
|
get {
|
|
return ((string)(this["AlbumUrl"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("//*[@id=\'tracks\']//tbody/tr[td[@class=\'tracknum\']]")]
|
|
public string TrackXpath {
|
|
get {
|
|
return ((string)(this["TrackXpath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("//*[@class=\'image-container\']/img/@src")]
|
|
public string CoverUrlXpath {
|
|
get {
|
|
return ((string)(this["CoverUrlXpath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("//*[@class=\'editorial-rating\']//span[@itemprop=\'rating\']")]
|
|
public string RatingXpath {
|
|
get {
|
|
return ((string)(this["RatingXpath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("//*[@class=\'release-date\']")]
|
|
public string ReleaseDateXpath {
|
|
get {
|
|
return ((string)(this["ReleaseDateXpath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("//*[@class=\'album-artist\']/a")]
|
|
public string ArtistXpath {
|
|
get {
|
|
return ((string)(this["ArtistXpath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("//*[@class=\'album-artist\']/a/@href")]
|
|
public string ArtistUrlXpath {
|
|
get {
|
|
return ((string)(this["ArtistUrlXpath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("//*[contains(@class,\'themes\')]//a")]
|
|
public string ThemesXpath {
|
|
get {
|
|
return ((string)(this["ThemesXpath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("//*[contains(@class,\'moods\')]//a")]
|
|
public string MoodsXpath {
|
|
get {
|
|
return ((string)(this["MoodsXpath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("//*[@class=\'review-body\']/div")]
|
|
public string ReviewXpath {
|
|
get {
|
|
return ((string)(this["ReviewXpath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("//*[@id=\'review\']//*[@class=\'author\']")]
|
|
public string ReviewerXpath {
|
|
get {
|
|
return ((string)(this["ReviewerXpath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("(?<=by\\s*).*")]
|
|
public string ReviewerRegex {
|
|
get {
|
|
return ((string)(this["ReviewerRegex"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("//*[@class=\'id-details\']//*[contains(.,\'Rovi Music ID\')]/following-sibling::*[1]/" +
|
|
"span")]
|
|
public string AlbumIdXpath {
|
|
get {
|
|
return ((string)(this["AlbumIdXpath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("//*[contains(@class,\'styles\')]//a[contains(.,\'Soundtrack\')]")]
|
|
public string SoundtrackXpath {
|
|
get {
|
|
return ((string)(this["SoundtrackXpath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("\\d{4}")]
|
|
public string ReleaseYearRegex {
|
|
get {
|
|
return ((string)(this["ReleaseYearRegex"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("//*[contains(@class,\'styles\')]//a")]
|
|
public string StylesXpath {
|
|
get {
|
|
return ((string)(this["StylesXpath"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("[a-zA-Z]{2}[0-9]+(?=$)")]
|
|
public string ArtistUrlIdRegex {
|
|
get {
|
|
return ((string)(this["ArtistUrlIdRegex"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute(".*(?=\\?.*)")]
|
|
public string CoverUrlRegex {
|
|
get {
|
|
return ((string)(this["CoverUrlRegex"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("//*[contains(@class,\'album-pick\')]")]
|
|
public string PickXpath {
|
|
get {
|
|
return ((string)(this["PickXpath"]));
|
|
}
|
|
}
|
|
}
|
|
}
|