浏览代码

Plugin update

philippe44 5 年之前
父节点
当前提交
1f6138a823
共有 4 个文件被更改,包括 28 次插入2 次删除
  1. 二进制
      plugin/SqueezeESP32/SqueezeESP32.zip
  2. 3 1
      plugin/SqueezeESP32/install.xml
  3. 8 1
      plugin/SqueezeESP32/strings.txt
  4. 17 0
      plugin/repo.xml

二进制
plugin/SqueezeESP32/SqueezeESP32.zip


+ 3 - 1
plugin/SqueezeESP32/install.xml

@@ -7,7 +7,9 @@
     <maxVersion>*.*</maxVersion>
     <id>SlimServer</id>
   </targetApplication>
+  <name>PLUGIN_SQUEEZEESP32</name>
+  <description>PLUGIN_SQUEEZEESP32_DESC</description>
   <module>Plugins::SqueezeESP32::Plugin</module>
-    <version>0.1</version>
+    <version>0.2</version>
   <creator>Philippe</creator>
 </extensions>

+ 8 - 1
plugin/SqueezeESP32/strings.txt

@@ -1,2 +1,9 @@
 WELCOME_TO_SQUEEZEESP32
-	EN	Welcome to SqueezeESP32
+	EN	Welcome to SqueezeESP32
+	
+PLUGIN_SQUEEZEESP32
+	SqueezeESP32
+	
+PLUGIN_SQUEEZEESP32_DESC
+	Adds a new player id (100) to enable display with SqueezeESP32
+	

+ 17 - 0
plugin/repo.xml

@@ -0,0 +1,17 @@
+<?xml version='1.0' standalone='yes'?>
+<extensions>
+  <plugins>
+    <plugin version="0.2" name="SqueezeESP32" minTarget="7.9" maxTarget="7.*">
+      <link>https://github.com/sle118/squeezelite-esp32</link>
+      <creator>Philippe</creator>
+      <sha>066d97b8ca3fa53cbfaa7caf06f47fdc066344fe</sha>
+      <email>philippe_44@outlook.com</email>
+      <desc lang="EN">SqueezeESP32 additional player id (100)</desc>
+      <url>http://downloads.sourceforge.net/project/lms-youtube/dev/YouTube-0.91.1.zip</url>
+      <title lang="EN">SqueezeESP32</title>
+    </plugin>
+  </plugins>
+  <details>
+    <title lang="EN">SqueezeESP32 related plugins</title>
+  </details>
+</extensions>