102 lines
4.2 KiB
XML
102 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>
|
|
<summary> A lightweight cross-platform desktop client for Subsonic 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 music
|
|
servers (Navidrome, Gonic, Airsonic, etc).
|
|
</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>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>Browse by albums, artists, genres, playlists</li>
|
|
<li>Set filters in albums browsing view</li>
|
|
<li>Album and playlist views with tracklist and cover image</li>
|
|
<li>Artist view with biography, image, similar artists, and discography</li>
|
|
<li>Create, play, and update playlists</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>View and edit play queue (add and remove tracks; reorder support coming soon)</li>
|
|
<li>Shuffle and repeat playback modes (partial; shuffle album, playlist, artist radio, random songs)</li>
|
|
</ul>
|
|
</description>
|
|
|
|
<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="2023-05-24" version="0.3.0">
|
|
<description>
|
|
<p>
|
|
Version 0.3.0 release of Supersonic!
|
|
</p>
|
|
|
|
<p>
|
|
Added
|
|
</p>
|
|
|
|
<ul>
|
|
<li>Add multi-server support (add, delete, switch servers)</li>
|
|
<li>Add filter options to album grid views</li>
|
|
<li>Add ability to sort tracklist by individual columns</li>
|
|
<li>Add grid view for artists showing portrait image</li>
|
|
<li>Disable back/forward buttons when no navigation is possible</li>
|
|
<li>Allow adjusting volume slider with the scroll wheel</li>
|
|
<li>Add context menu to cover thumbnail in bottom panel to rate/favorite/add to playlist current track</li>
|
|
<li>Add shuffle option to tracklist context menu</li>
|
|
</ul>
|
|
|
|
<p>
|
|
Fixed
|
|
</p>
|
|
|
|
<ul>
|
|
<li>Fix crash in "Play artist radio" feature when server returns empty response</li>
|
|
<li>Fix race condition occasionally causing album search results to be incorrect</li>
|
|
<li>Fix inability to log in on KDE and other systems where a credential storage service is not available</li>
|
|
<li>Fix navigating back to Favorites page twice always resets view to Albums</li>
|
|
<li>Fixed a rare crash from a race condition with album searching</li>
|
|
<li>Fixed a resource leak of HTTP connections</li>
|
|
<li>Fixed Ctrl+A not selecting all tracks on Favorites page</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
|
|
</component>
|