-
Notifications
You must be signed in to change notification settings - Fork 0
/
public.template.xml
20 lines (20 loc) · 993 Bytes
/
public.template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<extensions>
<details>
<title lang="EN">SomaFM plugin repository</title>
</details>
<plugins>
<plugin name="SomaFM" version="{{ env['VERSION'] }}" minTarget="7.9" maxTarget="*">
<title lang="EN">SomaFM</title>
<desc lang="EN">Play radio channels from SomaFM</desc>
<category>radio</category>
<icon>https://raw.githubusercontent.com/danielvijge/lms-somafm/main/HTML/EN/plugins/SomaFM/SomaFM_svg.png</icon>
{%- if env['RELEASE_CHANNEL'] == 'release' %}
<url>https://github.com/danielvijge/lms-somafm/releases/download/{{ env['VERSION'] }}/somafm-{{ env['VERSION'] }}.zip</url>
{%- else %}
<url>https://danielvijge.github.io/lms-somafm/{{ env['FOLDER'] }}/somafm-{{ env['VERSION'] }}.zip</url>
{%- endif %}
<link>https://github.com/danielvijge/lms-somafm</link>
<sha>{{ env['SHA'] }}</sha>
<creator>Daniel Vijge</creator></plugin>
</plugins>
</extensions>