1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>io.github.Pithos</id>
<launchable type="desktop-id">io.github.Pithos.desktop</launchable>
<translation type="gettext">pithos</translation>
<name>Pithos</name>
<developer_name>Pithos</developer_name>
<summary>Pandora radio client</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<description>
<p>An easy to use native Pandora Radio client that is more lightweight than the pandora.com web client and integrates with the desktop.</p>
<p>It supports most functionality of pandora.com such as rating songs, creating/managing stations, quickmix, etc. On top of that it has many features such as last.fm scrobbling</p>
</description>
<url type="homepage">https://pithos.github.io</url>
<url type="bugtracker">https://github.com/pithos/pithos/issues</url>
<url type="translate">https://github.com/pithos/pithos/wiki/Contributing</url>
<url type="donation">https://goo.gl/StrKkg</url>
<url type="help">https://github.com/pithos/pithos/wiki</url>
<branding>
<color type="primary" scheme_preference="light">#e6d4ff</color>
<color type="primary" scheme_preference="dark">#644b93</color>
</branding>
<screenshots>
<screenshot type="default">
<image>https://i.imgur.com/RzMCls4.png</image>
<caption>Main Window showing a playlist</caption>
</screenshot>
<screenshot>
<image>https://i.imgur.com/5tcEhkp.png</image>
<caption>Dialog showing available plugins</caption>
</screenshot>
<screenshot>
<image>https://i.imgur.com/NyQ0uZB.png</image>
<caption>Dark variant of the main window</caption>
</screenshot>
</screenshots>
<releases>
<release date="2024-03-03" version="1.6.2">
<description>
<p>This is a small release with a few fixes</p>
<ul>
<li>Fix issue where playback would stop after a few songs</li>
<li>Fix album art caches never being deleted</li>
</ul>
</description>
</release>
<release date="2023-05-19" version="1.6.1">
<description>
<p>This is a small bugfix release</p>
<ul>
<li>Fix Python 3.11 support</li>
<li>Fix incorrectly labeling very short songs as ads</li>
</ul>
</description>
</release>
<release date="2022-09-27" version="1.6.0">
<description>
<p>This is a fairly small release with some UI tweaks and bug fixes</p>
<ul>
<li>Use a headerbar for main window</li>
<li>Add Ctrl+r shortcut to open stations popover</li>
<li>Remove access to host keyring when in flatpak</li>
<li>notification_icon: Remove dependency on libappindicator. StatusNotifier is directly supported but XEmbed trays are no longer supported</li>
</ul>
</description>
</release>
<release date="2020-10-26" version="1.5.1">
<description>
<p>This is yet another minor bug fix release.</p>
<ul>
<li>Add Quit to the app menu</li>
<li>Remove the limit of 95 stations</li>
<li>Handle Enter keypress in stations search</li>
<li>Fix app menu keybindings failing to work</li>
<li>Fix syntax error on Python 3.8</li>
<li>Fix an exception on newer versions of pygobject</li>
<li>Fix album art downloads in Flatpak</li>
<li>MPRIS: Fix media keys failing to bind on KDE</li>
</ul>
</description>
</release>
<release date="2019-10-06" version="1.5.0">
<description>
<p>This is a relatively small release fixing appmenu integration on modern versions of GNOME as well as using more sandbox (Flatpak) friendly APIs. Note that this move may introduce behavior changes on some platforms.</p>
<ul>
<li>Remove appmenu and move into a menu button in the toolbar</li>
<li>Fix preference dialog accidentally getting destroyed</li>
<li>Notify: Migrate to GNotification</li>
<li>MPRIS: Rename name to match app-id (org.mpris.MediaPlayer2.io.github.Pithos)</li>
<li>Screensaver Pause: Remove platform specific screensaver support and use GTK's built-in detection</li>
</ul>
</description>
</release>
<release date="2017-11-26" version="1.4.1">
<description>
<p>This is a minor release fixing up some bugs:</p>
<ul>
<li>Change default quality to high (mp3)</li>
<li>Mark application as DBusActivatable</li>
<li>MPRIS: Fix potential unhandled exception</li>
<li>Mediakeys: Handle keyboards with a dedicated pause key</li>
<li>Mediakeys: Fix support on GNOME-Shell 3.26+ and MATE</li>
<li>Notify: Improve behavior on various notification servers</li>
</ul>
</description>
</release>
<release date="2017-09-08" version="1.4.0">
<description>
<p>This is a major release with some useful new plugin additions:</p>
<ul>
<li>Add new plugin that inhibits screensaver/suspend during playback</li>
<li>Add new plugin adding a 10-band equalizer</li>
<li>Add new plugin that automatically normalizes volume between tracks</li>
<li>Add help entry (F1) that opens the wiki</li>
<li>Replace build system with Meson</li>
<li>Automatically detect if the user has Pandora One</li>
<li>Improve saving and restoring window position</li>
<li>Improve plugin loading performance and error reporting</li>
<li>Notification Icon: Improve detecting if a tray is available</li>
<li>Notification Icon: Add option to use symbolic icon</li>
</ul>
</description>
</release>
<release date="2017-04-21" version="1.3.1">
<description>
<p>This is a minor release with some bug fixes and minor additions:</p>
<ul>
<li>Fix exception on Python 3.6+</li>
<li>Add ability to create stations based upon current song/artist</li>
<li>Show useful error on renaming Thumbprint Radio</li>
<li>Show useful error on creating already existing station</li>
<li>Minor buffering improvements</li>
<li>Lastfm: Improve preferences and offer to deauthorize account</li>
<li>Mpris: Add extension for ratings and remove legacy interface</li>
<li>Mediakeys: Fix on future versions of GNOME 3.24.2+</li>
<li>Mediakeys: Avoid using keybinder on Wayland (old keybinder would crash)</li>
</ul>
</description>
</release>
<release date="2017-04-06" version="1.3.0">
<description>
<p>This is a new major release with numerous improvements:</p>
<ul>
<li>Add support for MPRIS TrackList and PlayList interface</li>
<li>Add dynamic rating and cover icons based upon theme colors</li>
<li>Add plugin for logging to systemd journal</li>
<li>Add symbolic application icon</li>
<li>Add man page for pithos</li>
<li>Improve handling playlist expiration</li>
<li>Improve search in stations list</li>
<li>Improve accessibility of UI</li>
<li>Improve buffering behavior</li>
<li>Improve libsecret support</li>
<li>Remove dependency on libnotify</li>
<li>Fix disabling keybindings plugin when using keybinder</li>
<li>Fix notification icon trying to load on Wayland</li>
<li>Fix failure to reconnect on login expiration</li>
<li>Fix some plugins not being enabled by default</li>
<li>Fix handling error on MPRIS plugin failure</li>
<li>Fix migrating configs from < 0.3.18</li>
</ul>
</description>
</release>
<release date="2016-07-31" version="1.2.1">
<description>
<p>This is a minor bug fix release just cleaning up a few issues:</p>
<ul>
<li>Show a useful error dialog if no secret service found</li>
<li>Improvements to handling login credential changes</li>
<li>Fix icon name for main window</li>
<li>In plugin notification_icon: Fix visible toggle with AppIndicator going out of sync</li>
<li>In plugin mpris: Fix GetCurrentSong() in legacy interface</li>
</ul>
</description>
</release>
</releases>
<kudos>
<kudo>AppMenu</kudo>
<kudo>HiDpiIcon</kudo>
<kudo>ModernToolkit</kudo>
<kudo>Notifications</kudo>
<kudo>UserDocs</kudo>
</kudos>
<content_rating type="oars-1.1"/>
<update_contact>tingping_at_fedoraproject.org</update_contact>
</component>
|