forked from grobbie/SqueezeCloud
-
Notifications
You must be signed in to change notification settings - Fork 12
/
public.template.xml
21 lines (21 loc) · 1 KB
/
public.template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<extensions>
<details>
<title lang="EN">SoundCloud Plugin</title>
</details>
<plugins>
<plugin name="SqueezeCloud" version="{{ env['VERSION'] }}" minTarget="7.5" maxTarget="*">
<title lang="EN">SoundCloud</title>
<category>musicservices</category>
<icon>https://raw.githubusercontent.com/danielvijge/SqueezeCloud/master/HTML/EN/plugins/SqueezeCloud/html/images/icon.png</icon>
<desc lang="EN">Play music from SoundCloud</desc>
{%- if env['RELEASE_CHANNEL'] == 'release' %}
<url>https://github.com/danielvijge/SqueezeCloud/releases/download/{{ env['VERSION'] }}/SqueezeCloud-{{ env['VERSION'] }}.zip</url>
{%- else %}
<url>https://danielvijge.github.io/SqueezeCloud/{{ env['FOLDER'] }}/SqueezeCloud-{{ env['VERSION'] }}.zip</url>
{%- endif %}
<link>https://github.com/danielvijge/SqueezeCloud</link>
<sha>{{ env['SHA'] }}</sha>
<creator>Robert Siebert, Daniel Vijge, Robert Gibbon, David Blackman, KwarkLabs</creator>
</plugin>
</plugins>
</extensions>