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
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
<!-- Copyright 2014 Jonathan Matthew <jonathan@d14n.org> -->
<component type="desktop-application">
<id>org.gnome.Rhythmbox3.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+ and GFDL-1.3</project_license>
<name>Rhythmbox</name>
<summary>Play and organize all your music</summary>
<!-- developer_name tag deprecated with Appstream 1.0 -->
<developer_name>The Rhythmbox developers</developer_name>
<developer id="org.gnome">
<name>The Rhythmbox developers</name>
</developer>
<description>
<p>
Rhythmbox is a music management application, designed to work well under the GNOME
desktop. In addition to music stored on your computer, it supports network shares,
podcasts, radio streams, portable music devices (including phones), and internet music
services such as Last.fm and Magnatune.
</p>
<p>
Rhythmbox is Free software, based on GTK+ and GStreamer, and is extensible via plugins
written in Python or C.
</p>
</description>
<url type="homepage">https://gnome.pages.gitlab.gnome.org/rhythmbox/</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/rhythmbox/issues</url>
<url type="donation">https://www.gnome.org/donate/</url>
<url type="help">https://help.gnome.org/users/rhythmbox/stable/</url>
<url type="vcs-browser">https://gitlab.gnome.org/GNOME/rhythmbox</url>
<url type="translate">https://l10n.gnome.org/module/rhythmbox/</url>
<screenshots>
<screenshot type="default">
<image>https://gitlab.gnome.org/GNOME/rhythmbox/-/raw/master/data/screenshots/rhythmbox-main-window.png?inline=false</image>
<caption>Main Window</caption>
</screenshot>
</screenshots>
<update_contact>jmatthew@gnome.org</update_contact>
<project_group>GNOME</project_group>
<launchable type="desktop-id">org.gnome.Rhythmbox3.desktop</launchable>
<translation type="gettext">rhythmbox</translation>
<provides>
<id>rhythmbox.desktop</id>
</provides>
<releases>
<release version="3.4.9" date="2025-10-12">
<description>
<p>
This version replaces the crossfading player backend and fixes Python plugin
compatibility with new libpeas/pygobject versions.
</p>
</description>
</release>
<release version="3.4.8" date="2024-11-03">
<description>
<p>
This new version fixes some bugs and improves handling of Android devices.
</p>
</description>
</release>
<release version="3.4.7" date="2023-04-16">
<description>
<p>
This new version fixes some bugs and switches to libsoup 3.
</p>
</description>
</release>
<release version="3.4.6" date="2022-06-22">
<description>
<p>
This new version fixes some bugs and repairs support for translations,
which was broken in the previous release.
</p>
</description>
</release>
<release version="3.4.5" date="2022-05-02">
<description>
<p>
This new version fixes a number of bugs, especially related to podcast
updates and downloads, and transfers to Android and MTP devices.
</p>
</description>
</release>
<release version="3.4.4" date="2020-01-05">
<description>
<p>
This new version fixes a number of bugs, adds support for fetching
cover art from coverartarchive.org and submitting listening data to
listenbrainz.org.
</p>
</description>
</release>
<release version="3.4.3" date="2018-12-31">
<description>
<p>
This new version fixes a number of bugs. The Android plugin now
works better with Samsung and Android 9 devices, and the status bar
was replaced with a floating bar.
</p>
</description>
</release>
</releases>
<content_rating type="oars-1.1" />
</component>
|