forked from michaelherger/MusicArtistInfo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.xml
22 lines (22 loc) · 824 Bytes
/
install.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version='1.0' standalone='yes'?>
<extension>
<name>PLUGIN_MUSICARTISTINFO</name>
<creator>Michael Herger</creator>
<defaultState>enabled</defaultState>
<description>PLUGIN_MUSICARTISTINFO_DESC</description>
<category>information</category>
<email>[email protected]</email>
<homepageURL>http://www.herger.net/MusicArtistInfo</homepageURL>
<optionsURL>plugins/MusicArtistInfo/settings.html</optionsURL>
<icon>https://www.herger.net/slim-plugins/icons/mai.svg</icon>
<id>65f0c9e0-042f-11e3-8ffd-0800200c9a66</id>
<module>Plugins::MusicArtistInfo::Plugin</module>
<importmodule>Plugins::MusicArtistInfo::Importer</importmodule>
<targetApplication>
<id>SqueezeCenter</id>
<maxVersion>*</maxVersion>
<minVersion>7.6</minVersion>
</targetApplication>
<type>2</type>
<version>1.12.2</version>
</extension>