Added screenshots to readme and flatpak and version bump

This commit is contained in:
Christoph Stahl 2024-11-21 15:58:53 +01:00
parent 94e0d9c0b7
commit d4af3c0afd
4 changed files with 25 additions and 9 deletions

View file

@ -25,9 +25,9 @@ The playback client uses [mpv](https://mpv.io/) for playback and can therefore p
Join our [matrix room](https://matrix.to/#/#syng:matrix.org) or follow us on [mastodon](https://floss.social/@syng) for update notifications and support.
# Screenshots
<img src="https://raw.githubusercontent.com/christofsteel/syng/3a537760d31f3ac81426d2cbbc06a63b47d3e485/resources/screenshots/syng.png" alt="Main Window" height=200/>
<img src="https://raw.githubusercontent.com/christofsteel/syng/3a537760d31f3ac81426d2cbbc06a63b47d3e485/resources/screenshots/syng_advanced.png" alt="Main Window (Advanced)" height=200/>
<img src="https://raw.githubusercontent.com/christofsteel/syng/3a537760d31f3ac81426d2cbbc06a63b47d3e485/resources/screenshots/syng-web.png" alt="Web Interface" height=200/>
<img src="https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng.png" alt="Main Window" height=250/> <img src="https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng_advanced.png" alt="Main Window (Advanced)" height=250/><img src="https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng_web2.png" alt="Web Interface" height=250/>
<img src="https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng_mobile_search.png" alt="Web Interface on Mobile" height=250/> <img src="https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng_player_next_up.png" alt="Player (next up)" height=250/> <img src="https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng_player_song.png" alt="Player playing a song" height=250/>
# Client

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "syng"
version = "2.0.7"
version = "2.1.0"
description = "Easily host karaoke events"
authors = ["Christoph Stahl <christoph.stahl@tu-dortmund.de>"]
license = "AGPL-3.0-or-later"

View file

@ -17,24 +17,39 @@
<url type="bugtracker">https://github.com/christofsteel/syng/issues</url>
<url type="vcs-browser">https://github.com/christofsteel/syng</url>
<img src="https://raw.githubusercontent.com/christofsteel/syng/
94e0d9c0b77579ed256bf74412a20da314dd7166
/resources/screenshots/syng.png" alt="Main Window" height=250/> <img src="https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng_advanced.png" alt="Main Window (Advanced)" height=250/><img src="https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng_web2.png" alt="Web Interface" height=250/>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/christofsteel/syng/3a537760d31f3ac81426d2cbbc06a63b47d3e485/resources/screenshots/syng.png</image>
<image>https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng.png</image>
<caption>Syng configuration window</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/christofsteel/syng/3a537760d31f3ac81426d2cbbc06a63b47d3e485/resources/screenshots/syng_advanced.png</image>
<image>https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/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>
<image>https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng_player_next_up.png</image>
<caption>Next up screen</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng_player_song.png</image>
<caption>Player playing a song</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng_mobile_search.png</image>
<caption>Web Interface on Mobile</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng_web2.png</image>
<caption>Syng web interface</caption>
</screenshot>
</screenshots>
<releases>
<release version="2.1.0" date="2024-11-19">
<release version="2.1.0" date="2024-11-21">
<description>
<p>
<em>Changes</em>:
@ -42,6 +57,7 @@
<ul>
<li>Only opens a single video window.</li>
<li>Added branding and qr code to video window</li>
<li>Better buffering options</li>
</ul>
</description>
</release>

View file

@ -21,7 +21,7 @@ try:
if not TYPE_CHECKING:
from ctypes import windll
appid = "rocks.syng.Syng.2.1"
appid = "rocks.syng.Syng.2.1.0"
windll.shell32.SetCurrentProcessExplicitAppUserModelID(appid)
except ImportError:
pass