104 lines
4.2 KiB
XML
104 lines
4.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2023 anarcat <anarcat@debian.org> -->
|
|
<component type="desktop-application">
|
|
<id>io.github.dweymouth.supersonic</id>
|
|
<metadata_license>FSFAP</metadata_license>
|
|
<project_license>GPL-3.0+</project_license>
|
|
<name>Supersonic</name>
|
|
<developer_name>Drew Weymouth</developer_name>
|
|
<summary> A lightweight cross-platform desktop client for Subsonic and Jellyfin music servers</summary>
|
|
<content_rating type="oars-1.0">
|
|
<content_attribute id="social-audio">intense</content_attribute>
|
|
</content_rating>
|
|
|
|
<description>
|
|
<p>
|
|
A lightweight cross-platform desktop client for Subsonic and Jellyfin music
|
|
servers.
|
|
</p>
|
|
|
|
<p>
|
|
Features:
|
|
</p>
|
|
<ul>
|
|
<li>Fast, lightweight, native UI, with infinite scrolling</li>
|
|
<li>Light and Dark themes, with optional auto theme switching</li>
|
|
<li>High-quality gapless audio playback powered by MPV, with optional audio exclusive mode</li>
|
|
<li>ReplayGain support (depends on files being tagged on server)</li>
|
|
<li>MPRIS and Mac OS media center integration</li>
|
|
<li>Scrobble plays to server, with configurable criteria</li>
|
|
<li>Multi-server support</li>
|
|
<li>Primary and alternate server hostnames, e.g. for internal and external URLs</li>
|
|
<li>Set filters in albums browsing view</li>
|
|
<li>Sort tracklist views by column and configure visible tracklist columns</li>
|
|
<li>Set/unset favorite and browse by favorite albums, artists, and songs</li>
|
|
<li>Shuffle and repeat playback modes (partial; shuffle album, playlist, artist radio, random songs)</li>
|
|
</ul>
|
|
</description>
|
|
|
|
<categories>
|
|
<category>Audio</category>
|
|
</categories>
|
|
|
|
<launchable type="desktop-id">io.github.dweymouth.supersonic.desktop</launchable>
|
|
|
|
<url type="homepage">https://github.com/dweymouth/supersonic</url>
|
|
<url type="bugtracker">https://github.com/dweymouth/supersonic/issues</url>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<caption>The options dialog</caption>
|
|
<image>https://raw.githubusercontent.com/dweymouth/supersonic/main/res/screenshots/AlbumsView.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://raw.github.com/dweymouth/supersonic/main/res/screenshots/AlbumView.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://raw.github.com/dweymouth/supersonic/main/res/screenshots/ArtistView.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://raw.github.com/dweymouth/supersonic/main/res/screenshots/FavoriteSongsView.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
|
|
<releases>
|
|
<release date="2024-07-28" version="0.13.0">
|
|
<description>
|
|
<p>
|
|
Version 0.13.0 of Supersonic
|
|
</p>
|
|
|
|
<p>
|
|
Added
|
|
</p>
|
|
<ul>
|
|
<li>Add support for translations, and add Chinese and Italian translations</li>
|
|
<li>Add a peak/RMS meter visualization</li>
|
|
<li>Add track info dialog and context menu item</li>
|
|
<li>Add support for Composer (new tracklist column, and row in Track Info dialog)</li>
|
|
<li>Use artist sortName for sorting artist grid by name, if present</li>
|
|
<li>Add button to sort artist discography by name or year (asc or desc)</li>
|
|
<li>Prevent Windows from sleeping while music playing</li>
|
|
<li>Add a new button below the volume control to show a pop-up play queue</li>
|
|
<li>Add a config file option to disable SSL/TLS validation (useful for self-signed certificates)</li>
|
|
</ul>
|
|
|
|
<p>
|
|
Fixed
|
|
</p>
|
|
<ul>
|
|
<li>Japanese and possibly other scripts not truncating properly in grid views</li>
|
|
<li>Crash if navigating away from Artist page before cover image loaded</li>
|
|
<li>Regression in not detecting dark/light mode for Linux</li>
|
|
<li>Artist page not loading artist image for servers that don't support artist largeImageURL</li>
|
|
<li>Memory leak when querying certain MPV properties</li>
|
|
<li>Fixed handling of multiple instances of the same track in the play queue</li>
|
|
<li>Improve metadata in Linux .desktop file</li>
|
|
<li>Window occasionally misrendered into smaller space on opening for Linux over xwayland (more reliable fix than last release)</li>
|
|
</ul>
|
|
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
|
|
</component>
|