blob: b5903a7e8cb7e1fcc35d46ddab4e9c3c9d7fb924 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addoninfo>
<id>fm.last.scraper.common</id>
<type>scraper-library</type>
<title>LastFM</title>
<library>lastfm.xml</library>
<version>1.0.0</version>
<platforms>
<platform>all</platform>
</platforms>
<minversion>
<xbmc>20000</xbmc>
</minversion>
<summary>LastFM Scraper Library</summary>
<description>Download Music information</description>
<author>TEAMXBMC</author>
<supportedcontent>
<content>albums</content>
<content>artists</content>
</supportedcontent>
</addoninfo>
|