-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinstall.xml
46 lines (36 loc) · 1.62 KB
/
install.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0"?>
<!-- Metadata file for AutoRescan plugin -->
<!-- Copyright © Stuart Hickinbottom 2007-2014 -->
<!-- This file is part of AutoRescan -->
<!-- AutoRescan is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!-- AutoRescan is distributed in the hope that it will be useful, -->
<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
<!-- GNU General Public License for more details. -->
<!-- You should have received a copy of the GNU General Public License -->
<!-- along with AutoRescan if not, write to the Free Software -->
<!-- Foundation, Inc., 51 Franklin St, Fifth Floor, -->
<!-- Boston, MA 02110-1301 USA -->
<extension>
<id>ef4fd3fe-0597-423e-99fe-262c3262ea80</id>
<name>PLUGIN_AUTORESCAN</name>
<module>Plugins::AutoRescan::Plugin</module>
<version>@@VERSION@@</version>
<description>PLUGIN_AUTORESCAN_DESC</description>
<creator>Stuart Hickinbottom</creator>
<email>[email protected]</email>
<defaultState>enabled</defaultState>
<homepageURL>http://www.hickinbottom.com/autorescan</homepageURL>
<optionsURL>plugins/AutoRescan/settings/basic.html</optionsURL>
<type>2</type>
<targetApplication>
<id>Squeezebox Server</id>
<minVersion>7.7</minVersion>
<maxVersion>7.9+</maxVersion>
</targetApplication>
<targetPlatform>Linux</targetPlatform>
<targetPlatform>Windows</targetPlatform>
</extension>