-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstall.xml
43 lines (34 loc) · 1.56 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
<?xml version="1.0"?>
<!-- Metadata file for LazySearch2 plugin -->
<!-- Copyright © Stuart Hickinbottom 2004-2021 -->
<!-- This file is part of LazySearch2. -->
<!-- LazySearch2 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. -->
<!-- LazySearch2 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 LazySearch2; if not, write to the Free Software -->
<!-- Foundation, Inc., 51 Franklin St, Fifth Floor, -->
<!-- Boston, MA 02110-1301 USA -->
<extension>
<id>a8cab4c9-904c-4f41-877f-276c29e6edea</id>
<name>PLUGIN_LAZYSEARCH2</name>
<module>Plugins::LazySearch2::Plugin</module>
<version>@@VERSION@@</version>
<description>PLUGIN_LAZYSEARCH2_DESC</description>
<creator>Stuart Hickinbottom</creator>
<email>[email protected]</email>
<defaultState>enabled</defaultState>
<homepageURL>http://www.hickinbottom.com/lazysearch</homepageURL>
<optionsURL>plugins/LazySearch2/settings/basic.html</optionsURL>
<type>2</type>
<targetApplication>
<id>Squeezebox Server</id>
<minVersion>7.6</minVersion>
<maxVersion>8.1+</maxVersion>
</targetApplication>
</extension>