Skip to content

Commit

Permalink
Add plugin category and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvijge committed May 24, 2024
1 parent bac887d commit b35213e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<plugin name="MixCloud" version="{{ env['VERSION'] }}" minTarget="8.2" maxTarget="*" target="unix">
<title lang="EN">Mixcloud</title>
<desc lang="EN">Play music from Mixcloud</desc>
<category>musicservices</category>
<icon>https://raw.githubusercontent.com/danielvijge/lms_mixcloud/master/HTML/EN/plugins/MixCloud/html/images/icon.png</icon>
{%- if env['RELEASE_CHANNEL'] == 'release' %}
<url>https://github.com/danielvijge/lms_mixcloud/releases/download/{{ env['VERSION'] }}/lms_mixcloud-{{ env['VERSION'] }}-linux.zip</url>
{%- else %}
Expand All @@ -19,6 +21,8 @@
<plugin name="MixCloud" version="{{ env['VERSION'] }}" minTarget="8.2" maxTarget="*" target="mac">
<title lang="EN">Mixcloud</title>
<desc lang="EN">Play music from Mixcloud</desc>
<category>musicservices</category>
<icon>https://raw.githubusercontent.com/danielvijge/lms_mixcloud/master/HTML/EN/plugins/MixCloud/html/images/icon.png</icon>
<url>https://github.com/danielvijge/lms_mixcloud/releases/download/{{ env['VERSION'] }}/lms_mixcloud-{{ env['VERSION'] }}-windows.zip</url>
<link>https://github.com/danielvijge/lms_mixcloud</link>
<sha>{{ env['SHA_WINDOWS'] }}</sha>
Expand All @@ -27,6 +31,8 @@
<plugin name="MixCloud" version="{{ env['VERSION'] }}" minTarget="8.2" maxTarget="*" target="win">
<title lang="EN">Mixcloud</title>
<desc lang="EN">Play music from Mixcloud</desc>
<category>musicservices</category>
<icon>https://raw.githubusercontent.com/danielvijge/lms_mixcloud/master/HTML/EN/plugins/MixCloud/html/images/icon.png</icon>
<url>https://github.com/danielvijge/lms_mixcloud/releases/download/{{ env['VERSION'] }}/lms_mixcloud-{{ env['VERSION'] }}-macos.zip</url>
<link>https://github.com/danielvijge/lms_mixcloud</link>
<sha>{{ env['SHA_MACOS'] }}</sha>
Expand Down

0 comments on commit b35213e

Please sign in to comment.