forked from CDrummond/cantata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.github.cdrummond.cantata.metainfo.xml
49 lines (49 loc) · 2.16 KB
/
com.github.cdrummond.cantata.metainfo.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.github.cdrummond.cantata</id>
<metadata_license>0BSD</metadata_license>
<project_license>GPL-2.0-or-later</project_license>
<name>cantata</name>
<summary>Music Player Daemon (MPD) graphical client</summary>
<description>
<p>
Cantata is a graphical client for the Music Player Daemon (MPD).
</p>
<p>
Features:
</p>
<ul>
<li>Multiple MPD collections.</li>
<li>Highly customisable layout.</li>
<li>Songs grouped by album in play queue.</li>
<li>Context view to show artist, album, and song information of current track.</li>
<li>Simple tag editor.</li>
<li>* File organizer - use tags to organize files and folders.</li>
<li>* Ability to calculate ReplyGain tags.</li>
<li>* Dynamic playlists.</li>
<li>* Online services; Jamendo, Magnatune, SoundCloud, and Podcasts.</li>
<li>* Radio stream support - with the ability to search for streams via TuneIn and ShoutCast.</li>
<li>* USB-Mass-Storage and MTP device support.</li>
<li>* Audio CD ripping and playback.</li>
<li>* Playback of non-MPD songs, via simple in-built HTTP server.</li>
<li>* MPRISv2 DBUS interface.</li>
<li>* Support for KDE global shortcuts (KDE builds), GNOME media keys, and generic media keys (via Qxt support).</li>
<li>* Ubuntu/ambiance theme integration.</li>
</ul>
</description>
<launchable type="desktop-id">cantata.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://github.com/CDrummond/cantata/raw/master/screenshots/mainwindow.png</image>
<caption>Sample view</caption>
</screenshot>
</screenshots>
<update_contact>[email protected]</update_contact>
<url type="homepage">https://github.com/CDrummond/cantata</url>
<url type="bugtracker">https://github.com/CDrummond/cantata/issues</url>
<url type="donation">https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=2X2CTDUH27V9L&source=url</url>
<content_rating type="oars-1.1"></content_rating>
<provides>
<binary>cantata</binary>
</provides>
</component>