357 lines
14 KiB
XML
357 lines
14 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<component type="desktop-application">
|
||
|
<id>dev.alextren.Spot</id>
|
||
|
<url type="homepage">https://github.com/xou816/spot</url>
|
||
|
<name>Spot</name>
|
||
|
<summary>Listen to music on Spotify</summary>
|
||
|
<launchable type="desktop-id">dev.alextren.Spot.desktop</launchable>
|
||
|
<metadata_license>CC0-1.0</metadata_license>
|
||
|
<project_license>MIT</project_license>
|
||
|
<content_rating type="oars-1.1" />
|
||
|
<requires>
|
||
|
<display_length compare="ge">360</display_length>
|
||
|
</requires>
|
||
|
<recommends>
|
||
|
<control>keyboard</control>
|
||
|
<control>pointing</control>
|
||
|
<control>touch</control>
|
||
|
</recommends>
|
||
|
<!-- see https://puri.sm/posts/specify-form-factors-in-your-librem-5-apps/ -->
|
||
|
<custom>
|
||
|
<value key="Purism::form_factor">workstation</value>
|
||
|
<value key="Purism::form_factor">mobile</value>
|
||
|
</custom>
|
||
|
<description>
|
||
|
<p>
|
||
|
Listen to music on Spotify.
|
||
|
<b>Requires a premium account.</b>
|
||
|
</p>
|
||
|
<p>Current features:</p>
|
||
|
<ul>
|
||
|
<li>playback control (play/pause, prev/next, seeking)</li>
|
||
|
<li>play queue with shuffle option</li>
|
||
|
<li>selection mode: easily browse and select mutliple tracks to queue them</li>
|
||
|
<li>browse your saved albums and playlists</li>
|
||
|
<li>search albums and artists</li>
|
||
|
<li>view an artist's releases</li>
|
||
|
<li>view users' playlists</li>
|
||
|
<li>credentials management with Secret Service</li>
|
||
|
<li>MPRIS integration</li>
|
||
|
</ul>
|
||
|
</description>
|
||
|
<screenshots>
|
||
|
<screenshot>
|
||
|
<image>https://raw.githubusercontent.com/xou816/spot/master/data/appstream/1.png</image>
|
||
|
</screenshot>
|
||
|
<screenshot>
|
||
|
<image>https://raw.githubusercontent.com/xou816/spot/master/data/appstream/2.png</image>
|
||
|
</screenshot>
|
||
|
<screenshot>
|
||
|
<image>https://raw.githubusercontent.com/xou816/spot/master/data/appstream/3.png</image>
|
||
|
</screenshot>
|
||
|
</screenshots>
|
||
|
<release version="0.4.0" date="2023-02-24">
|
||
|
<description>
|
||
|
<p>
|
||
|
It's been a while, hasn't it? I'm back, but please allow everyone some time to work through the issues and pull requests :)
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>added an option for gapless playback (thanks @supremesnickers!)</li>
|
||
|
<li>fixed theme management (thanks @ctsk!)</li>
|
||
|
<li>fixed the behaviour of the "previous" button for consistency with other media players (thanks @SomewhereOutInSpace!)</li>
|
||
|
<li>the user will now be prompted to unlock the keyring if needed (thanks @rainDiX!)</li>
|
||
|
<li>added playlist creation and edition</li>
|
||
|
<li>more bug fixes</li>
|
||
|
</ul>
|
||
|
<p>
|
||
|
Thanks to all the contributors who are somehow still around :) If you feel like you've been unjustly forgotten from the AUTHORS or TRANSLATORS file, feel free to open a PR.
|
||
|
</p>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.3.3" date="2022-03-29">
|
||
|
<description>
|
||
|
<p>
|
||
|
What's new:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>login dialog now uses a password entry (thanks @Toorero!)</li>
|
||
|
<li>fix a startup crash with some locales</li>
|
||
|
</ul>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.3.2" date="2022-03-27">
|
||
|
<description>
|
||
|
<p>
|
||
|
New features:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>save tracks to library</li>
|
||
|
<li>basic Spotify URI handling (thanks @bbb651!)</li>
|
||
|
<li>settings dialog (thanks @sei0o!)</li>
|
||
|
<li>brand new icon (thanks @bertob!)</li>
|
||
|
<li>bug fixes</li>
|
||
|
</ul>
|
||
|
<p>
|
||
|
Thank you to everyone involved in this release!
|
||
|
</p>
|
||
|
</description>
|
||
|
</release>
|
||
|
<releases>
|
||
|
<release version="0.3.1" date="2022-01-23">
|
||
|
<description>
|
||
|
<p>Bugfix release:</p>
|
||
|
<ul>
|
||
|
<li>fix a startup crash with some locales (thanks @jakubiszon26!)</li>
|
||
|
<li>fix a crash when attempting to view some users' profile (thanks @juxuanu!)</li>
|
||
|
</ul>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.3.0" date="2022-01-13">
|
||
|
<description>
|
||
|
<p>
|
||
|
There has been no release for a while, but this one packs quite a few features:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>redesigned several parts of the application: headers, selection tools, library, album view... (thanks @jannuary!)</li>
|
||
|
<li>many, many, many more subtle design changes and tweaks still owed to @jannuary</li>
|
||
|
<li>playlists are now accessible from the sidebar (thanks @abegert!)</li>
|
||
|
<li>the album art is visible for individual songs, and the release year is visible for albums (thanks @abegert and @sei0o!)</li>
|
||
|
<li>volume control over MPRIS (thanks @Diegovsky!)</li>
|
||
|
<li>as always, updated translations for yet more languages; thanks to the many people involved on POEditor!</li>
|
||
|
</ul>
|
||
|
<p>
|
||
|
Thank you so much to everyone involved for this release, including those I could not mention. If you're willing to contribute, do not hesitate to seek advice from those trusted contributors, and be sure to direct your UX questions towards @jannuary (as long as they're fine with it!).
|
||
|
</p>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.2.2" date="2021-11-10">
|
||
|
<description>
|
||
|
<p>Quick fix for a startup crash, sorry for the inconvenience. Thanks @xRMG412! </p>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.2.1" date="2021-10-17">
|
||
|
<description>
|
||
|
<p>
|
||
|
What's new:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>browse saved tracks from Spot</li>
|
||
|
<li>a status page is now displayed when no albums or playlists have been added (thanks @Diegovsky!)</li>
|
||
|
<li>change the access point port from GSettings; this should help users running Spot behind a firewall (thanks @sei0o!)</li>
|
||
|
<li>display a warning in the login dialog if Caps Lock is enabled (thanks @przebor!)</li>
|
||
|
<li>added Purism form-factor metadata; this should improve the discoverability of Spot (thanks @1peter10!), and generally improved the appstream metadata to match the updated guidelines</li>
|
||
|
<li>various bugfixes (clear credentials on auth failure, load all tracks for long albums...)</li>
|
||
|
</ul>
|
||
|
<p>Thank you to the many contributors to this release, as well as to all those contributing translations on POEditor!</p>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.2.0" date="2021-08-24">
|
||
|
<description>
|
||
|
<p>
|
||
|
What's new:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>ported app to GTK4 and libadwaita</li>
|
||
|
<li>MPRIS: handle shuffling and loop status</li>
|
||
|
<li>improved album size on small screens</li>
|
||
|
</ul>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1.16" date="2021-08-17">
|
||
|
<description>
|
||
|
<p>
|
||
|
What's new:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>added a new album info modal with full release details (thanks TotalDarkness-NRF!)</li>
|
||
|
<li>improved player controls: added the ability to repeat a single track or the whole queue (thanks TotalDarkness-NRF!)</li>
|
||
|
<li>improved login credentials management: (re)use auth token when possible instead of always using email and password (thanks nn1ks!)</li>
|
||
|
<li>MPRIS fixes: raising the player is now properly implemented (thanks eladyn!)</li>
|
||
|
<li>...actually fix an issue with playlists not being modifiable when login in with email</li>
|
||
|
</ul>
|
||
|
<p>
|
||
|
Special thanks to TotalDarkness-NRF for contributing several major features for this version.
|
||
|
</p>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1.15" date="2021-06-30">
|
||
|
<description>
|
||
|
<p>
|
||
|
What's new:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>ability to remove tracks from writable playlists</li>
|
||
|
<li>improved login error handling</li>
|
||
|
<li>fixed an issue with playlists not being modifiable when login in with email</li>
|
||
|
<li>MPRIS: the desktop entry for Spot is now properly referenced (thanks nicolasfella!)</li>
|
||
|
<li>quality: various clippy fixes (thanks nn1ks!)</li>
|
||
|
<li>new translations: Turkish, Indonesian and Brazilian Portuguese (thanks YusufOzmen01, cho2 and lucraraujo, as well as ondras12345 for the reviews!)</li>
|
||
|
<li></li>
|
||
|
</ul>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1.14" date="2021-05-09">
|
||
|
<description>
|
||
|
<p>
|
||
|
What's new:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>long playlists are now handled (somewhat) properly, although this has some drawbacks (shuffling isn't so random...)</li>
|
||
|
<li>the MPRIS implementation now supports seeking, and should report the proper album art and album name; thanks Douile!</li>
|
||
|
<li>selection tools now allow adding to a playlist (not yet removing, though)</li>
|
||
|
<li>Russian translation</li>
|
||
|
</ul>
|
||
|
<p>
|
||
|
Thanks to all contributors, translators and bug reporters!
|
||
|
</p>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1.13" date="2021-04-12">
|
||
|
<description>
|
||
|
<p>
|
||
|
What's new:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>new selection tools: move tracks up and down in queue, quickly select multiple tracks from current view...</li>
|
||
|
<li>touch and hold a song list (or right click) to enter selection mode</li>
|
||
|
<li>Portuguese translation</li>
|
||
|
<li>fixed session restoration requiring manually repeating last action after a long period of inactivity</li>
|
||
|
<li>fixed parsing for playlists with local tracks</li>
|
||
|
</ul>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1.12" date="2021-03-24">
|
||
|
<description>
|
||
|
<p>
|
||
|
What's new:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>browse users' playlists by clicking on their name in playlists you follow (thanks a bunch, Douile!)</li>
|
||
|
<li>Catalan, Czech, Polish and Spanish translations; thanks to all the translators involved!</li>
|
||
|
<li>bug fixes</li>
|
||
|
</ul>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1.11" date="2021-03-17">
|
||
|
<description>
|
||
|
<p>
|
||
|
This release fixes the broken "Search" icon, and adds French, German and Dutch translations. Thanks to all translators for their contribution!
|
||
|
</p>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1.10" date="2021-03-13">
|
||
|
<description>
|
||
|
<p>
|
||
|
New features:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>redesigned seekbar, login dialog and search (type from any screen to start a search)</li>
|
||
|
<li>song durations in playlist widgets (thanks realJavabot!)</li>
|
||
|
<li>play queue management (queue/dequeue/clear queue)</li>
|
||
|
<li>selection mode: enter selection mode to easily queue multiple tracks</li>
|
||
|
<li>keyboards shortcuts</li>
|
||
|
<li>various playback options through GSettings (no GUI yet)</li>
|
||
|
</ul>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1.9" date="2021-03-02">
|
||
|
<description>
|
||
|
<p>
|
||
|
New feature: contextual menus for songs are now available everywhere, allowing you to easily navigate to related artists or share tracks. Thanks Douile!
|
||
|
</p>
|
||
|
<p>
|
||
|
This release also includes numerous fixes, including a few crashes, performance issues, and most importantly playlists being truncated.
|
||
|
</p>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1.8" date="2021-02-20">
|
||
|
<description>
|
||
|
<p>
|
||
|
New feature: the main window can now be closed without stopping playback. Use Quit or Ctrl+Q to exit the app.
|
||
|
</p>
|
||
|
<p>
|
||
|
This release fixes numerous issues, including: main window being too large and too tall for phones, startup crash for playlist without images, "About" dialog not closing in qtile, keyboard navigation being broken in the login dialog. Special thanks to Douile for contributing fixes for many of these isssues!
|
||
|
</p>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1.7" date="2021-02-15">
|
||
|
<description>
|
||
|
<p>
|
||
|
Hotfix for a crash in search results
|
||
|
</p>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1.6" date="2021-02-15">
|
||
|
<description>
|
||
|
<p>
|
||
|
New features:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>search results now include artists</li>
|
||
|
<li>albums can be saved and unsaved from the library</li>
|
||
|
</ul>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1.5" date="2021-02-11">
|
||
|
<description>
|
||
|
<p>
|
||
|
New features:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>browse saved playlists</li>
|
||
|
<li>quick access to "Now playing"</li>
|
||
|
<li>artists top tracks</li>
|
||
|
<li>API token renewal</li>
|
||
|
</ul>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1.4" date="2021-02-04">
|
||
|
<description>
|
||
|
<p>
|
||
|
New features:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>adaptive UI with libhandy</li>
|
||
|
</ul>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1.3" date="2021-01-31">
|
||
|
<description>
|
||
|
<p>
|
||
|
New features:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>minimal MPRIS integration</li>
|
||
|
<li>"About" dialog</li>
|
||
|
</ul>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1.2" date="2021-01-25">
|
||
|
<description>
|
||
|
<p>
|
||
|
New features:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>improved playlist widget, added menu to jump from "Now playing" to related albums</li>
|
||
|
<li>added in-app notifications for some errors</li>
|
||
|
</ul>
|
||
|
<p>Fixes:</p>
|
||
|
<ul>
|
||
|
<li>fixed an issue where songs would be skipped in a playlist when autoplaying</li>
|
||
|
<li>fixed character encoding in search queries</li>
|
||
|
</ul>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1.1" date="2021-01-17">
|
||
|
<description>
|
||
|
<p>Notables changes: symbolic icons everyhere (thanks gabmus!), shuffle play, logout</p>
|
||
|
</description>
|
||
|
</release>
|
||
|
<release version="0.1" date="2021-01-11">
|
||
|
<description>
|
||
|
<p>Initial release</p>
|
||
|
</description>
|
||
|
</release>
|
||
|
</releases>
|
||
|
</component>
|