-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathinstall.xml
More file actions
21 lines (21 loc) · 758 Bytes
/
install.xml
File metadata and controls
21 lines (21 loc) · 758 Bytes
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' standalone='yes'?>
<extension>
<name>PLUGIN_MUSICARTISTINFO</name>
<creator>Michael Herger</creator>
<defaultState>enabled</defaultState>
<description>PLUGIN_MUSICARTISTINFO_DESC</description>
<category>information</category>
<email>slim@herger.net</email>
<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>8.0</minVersion>
</targetApplication>
<type>2</type>
<version>1.28.0</version>
</extension>