~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to addons/fm.last.scraper.common/lastfm.xml

  • Committer: jmarshallnz
  • Date: 2010-04-27 23:05:22 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:29568
changed: paint the (system) addons bikeshed (moves - id's to come)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<scraperfunctions>
2
 
        <GetLastFMDiscography dest="5">
3
 
                <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
4
 
                        <RegExp input="$$1" output="&lt;album&gt;&lt;title&gt;\1&lt;/title&gt;&lt;/album&gt;" dest="2+">
5
 
                                <expression repeat="yes">&lt;album[^&gt;]*&gt;[^&lt;]*&lt;name&gt;([^&lt;]*?)&lt;/name&gt;</expression>
6
 
                        </RegExp>
7
 
                        <expression noclean="1"/>
8
 
                </RegExp>
9
 
        </GetLastFMDiscography>
10
 
        <GetLastFMArtistThumbs dest="5">
11
 
                <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
12
 
                        <RegExp input="$$1" output="&lt;thumb&gt;\1&lt;/thumb&gt;" dest="2">
13
 
                                <expression noclean="1" repeat="yes">&lt;size name=&quot;original&quot;[^&gt;]*&gt;([^&lt;]*)&lt;/size&gt;</expression>
14
 
                        </RegExp>
15
 
                        <expression noclean="1"></expression>
16
 
                </RegExp>
17
 
        </GetLastFMArtistThumbs>
18
 
        <GetLastFMAlbumThumbs dest="5">
19
 
                <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
20
 
                        <RegExp input="$$1" output="&lt;thumb&gt;\1&lt;/thumb&gt;" dest="2">
21
 
                                <expression noclean="1">&lt;image size=&quot;extralarge&quot;&gt;([^&lt;]*)&lt;/image&gt;</expression>
22
 
                        </RegExp>
23
 
                        <RegExp input="$$1" output="&lt;thumb&gt;\1&lt;/thumb&gt;" dest="2+">
24
 
                                <expression noclean="1">&lt;image size=&quot;large&quot;&gt;([^&lt;]*)&lt;/image&gt;</expression>
25
 
                        </RegExp>
26
 
                        <expression noclean="1"></expression>
27
 
                </RegExp>
28
 
        </GetLastFMAlbumThumbs> 
29
 
</scraperfunctions>
 
 
b'\\ No newline at end of file'