syng/resources/flatpak/rocks.syng.Syng.metainfo.xml

164 lines
4.8 KiB
XML
Raw Normal View History

2024-09-23 09:10:21 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>rocks.syng.Syng</id>
2024-09-23 17:13:48 +02:00
2024-09-23 09:10:21 +02:00
<name>Syng</name>
2024-10-06 04:00:23 +02:00
<summary>Easily host karaoke events</summary>
2024-09-23 17:13:48 +02:00
<developer id="rocks.syng">
<name>Christoph Stahl</name>
</developer>
2024-09-23 09:10:21 +02:00
<metadata_license>CC-BY-SA-4.0</metadata_license>
<project_license>AGPL-3.0-or-later</project_license>
2024-09-23 17:13:48 +02:00
<content_rating type="oars-1.1" />
<url type="homepage">https://syng.rocks</url>
<url type="bugtracker">https://github.com/christofsteel/syng/issues</url>
<url type="vcs-browser">https://github.com/christofsteel/syng</url>
<screenshots>
<screenshot type="default">
2024-10-06 21:13:36 +02:00
<image>https://raw.githubusercontent.com/christofsteel/syng/3a537760d31f3ac81426d2cbbc06a63b47d3e485/resources/screenshots/syng.png</image>
2024-09-23 17:13:48 +02:00
<caption>Syng configuration window</caption>
</screenshot>
<screenshot>
2024-10-06 21:13:36 +02:00
<image>https://raw.githubusercontent.com/christofsteel/syng/3a537760d31f3ac81426d2cbbc06a63b47d3e485/resources/screenshots/syng_advanced.png</image>
<caption>Syng configuration window (Advanced settings)</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/christofsteel/syng/3a537760d31f3ac81426d2cbbc06a63b47d3e485/resources/screenshots/syng-web.png</image>
2024-09-23 17:13:48 +02:00
<caption>Syng web interface</caption>
</screenshot>
</screenshots>
<releases>
2024-11-18 13:48:01 +01:00
<release version="2.0.7" date="2024-11-18">
<description>
<p>
<em>Bug Fixes</em>:
</p>
<ul>
<li>Fixed local YT search.</li>
<li>Fixeds metadata fetch for directly added YT videos.</li>
</ul>
</description>
</release>
2024-11-18 12:16:37 +01:00
<release version="2.0.6" date="2024-11-18">
<description>
<p>
<em>Changes</em>:
</p>
<ul>
<li>Update to latest version of yt-dlp. Search issues should be resolved.</li>
</ul>
</description>
</release>
<release version="2.0.5" date="2024-11-16">
<description>
<p>
<em>Changes</em>:
</p>
<ul>
<li>Downgraded yt-dlp due to search issues</li>
</ul>
</description>
</release>
2024-11-15 22:41:19 +01:00
<release version="2.0.4" date="2024-11-15">
<description>
<p>
<em>Bug fixes</em>:
</p>
<ul>
<li>Fixed a bug, that could lead to a deadlock in the player</li>
</ul>
</description>
</release>
2024-10-11 09:21:04 +02:00
<release version="2.0.3" date="2024-10-10">
<description>
<p>
<em>Bug fixes</em>:
</p>
<ul>
<li>More informative errors, if GUI could not start</li>
<li>Fixed <code>Cannot open file ''</code> error</li>
</ul>
</description>
</release>
2024-10-06 17:21:37 +02:00
<release version="2.0.2" date="2024-10-06">
<description>
2024-10-06 19:03:57 +02:00
<p>
2024-10-06 17:21:37 +02:00
<em>Changes</em>:
</p>
<ul>
2024-10-06 21:13:36 +02:00
<li>Simplified user interface</li>
2024-10-06 17:21:37 +02:00
<li>Added config option to add parameters to mpv</li>
<li>Index files are now updated in the background after starting</li>
</ul>
</description>
</release>
2024-09-30 15:50:49 +02:00
<release version="2.0.1" date="2024-09-30">
<description>
<p>
<em>Fixes</em>:
</p>
2024-09-30 17:58:10 +02:00
<ul>
<li>Fixes s3 storage not working</li>
</ul>
2024-09-30 15:50:49 +02:00
<p>
<em>Changes</em>:
</p>
2024-09-30 17:58:10 +02:00
<ul>
<li>Notifications are forwarded to the user interface</li>
</ul>
2024-09-30 15:50:49 +02:00
</description>
</release>
2024-09-23 17:13:48 +02:00
<release version="2.0.0" date="2024-09-22">
<description>
<p>
Initial release of version 2.
</p>
</description>
</release>
</releases>
2024-09-23 09:10:21 +02:00
<description>
<p>
2024-10-06 21:13:36 +02:00
Syng is an easy-to-use karaoke software. Just start the client and let your users connect via their web browser.
2024-10-06 04:00:23 +02:00
You can set up your own <em>Syng server</em> or simply use a publicly available one.
2024-09-23 09:10:21 +02:00
</p>
<p>
2024-10-06 21:13:36 +02:00
Songs can be searched and played from <em>YouTube</em>, an <em>S3</em> storage or <em>your local machine</em>.
2024-09-23 09:10:21 +02:00
</p>
<p>
2024-10-06 04:00:23 +02:00
You can play a variety of file formats, such as <code>mp3+cdg</code>, <code>webm</code>, <code>mp4</code>, ...
2024-09-23 09:10:21 +02:00
</p>
2024-09-23 17:13:48 +02:00
</description>
<categories>
<category>X-Karaoke</category>
<category>Video</category>
<category>Audio</category>
<category>AudioVideo</category>
<category>Network</category>
</categories>
<keywords>
<keyword>karaoke</keyword>
<keyword>music</keyword>
<keyword>video</keyword>
<keyword>audio</keyword>
<keyword>network</keyword>
<keyword>mpv</keyword>
<keyword>youtube</keyword>
</keywords>
<branding>
<color type="primary" scheme_preference="dark">#008000</color>
<color type="primary" scheme_preference="light">#67bf37</color>
</branding>
<launchable type="desktop-id">rocks.syng.Syng.desktop</launchable>
</component>