Initial commit — AllMusicGuide scraper and music metadata tagger
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="MusicMetaTagger.Client.AllMusicGuide.Properties" GeneratedClassName="SongScraper">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="SongTitleXpath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">//*[@class='song-title']</Value>
|
||||
</Setting>
|
||||
<Setting Name="SongUrlIdRegex" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">[a-zA-Z]{2}[0-9]+(?=$)</Value>
|
||||
</Setting>
|
||||
<Setting Name="ArtistUrlXpath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">//*[@class='song-artist']/a/@href</Value>
|
||||
</Setting>
|
||||
<Setting Name="ArtistUrIdRegex" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">[a-zA-Z]{2}[0-9]+(?=$)</Value>
|
||||
</Setting>
|
||||
<Setting Name="SongUrlIdXpath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">//link[@rel='canonical']/@href</Value>
|
||||
</Setting>
|
||||
<Setting Name="ArtistXpath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">//*[@class='song-artist']/a</Value>
|
||||
</Setting>
|
||||
<Setting Name="SongUrl" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.allmusic.com/song/{0}</Value>
|
||||
</Setting>
|
||||
<Setting Name="AlbumXpath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">//*[@id='appearances']//tbody/tr</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user