diff --git a/README.md b/README.md index 3b089d6..67d2403 100644 --- a/README.md +++ b/README.md @@ -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 -Main Window -Main Window (Advanced) -Web Interface +Main Window Main Window (Advanced)Web Interface + +Web Interface on Mobile Player (next up) Player playing a song # Client diff --git a/pyproject.toml b/pyproject.toml index 8a1631c..40e1f9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "syng" -version = "2.0.7" +version = "2.1.0" description = "Easily host karaoke events" authors = ["Christoph Stahl "] license = "AGPL-3.0-or-later" diff --git a/resources/flatpak/rocks.syng.Syng.metainfo.xml b/resources/flatpak/rocks.syng.Syng.metainfo.xml index 99b2f46..212bb08 100644 --- a/resources/flatpak/rocks.syng.Syng.metainfo.xml +++ b/resources/flatpak/rocks.syng.Syng.metainfo.xml @@ -17,24 +17,39 @@ https://github.com/christofsteel/syng/issues https://github.com/christofsteel/syng + Main Window Main Window (Advanced)Web Interface - https://raw.githubusercontent.com/christofsteel/syng/3a537760d31f3ac81426d2cbbc06a63b47d3e485/resources/screenshots/syng.png + https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng.png Syng configuration window - https://raw.githubusercontent.com/christofsteel/syng/3a537760d31f3ac81426d2cbbc06a63b47d3e485/resources/screenshots/syng_advanced.png + https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng_advanced.png Syng configuration window (Advanced settings) - https://raw.githubusercontent.com/christofsteel/syng/3a537760d31f3ac81426d2cbbc06a63b47d3e485/resources/screenshots/syng-web.png + https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng_player_next_up.png + Next up screen + + + https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng_player_song.png + Player playing a song + + + https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng_mobile_search.png + Web Interface on Mobile + + + https://raw.githubusercontent.com/christofsteel/syng/94e0d9c0b77579ed256bf74412a20da314dd7166/resources/screenshots/syng_web2.png Syng web interface - +

Changes: @@ -42,6 +57,7 @@

  • Only opens a single video window.
  • Added branding and qr code to video window
  • +
  • Better buffering options
diff --git a/syng/gui.py b/syng/gui.py index 33b222c..a05d007 100644 --- a/syng/gui.py +++ b/syng/gui.py @@ -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