forked from nullobsi/cantata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cantata.metainfo.xml.cmake
102 lines (93 loc) · 3.51 KB
/
cantata.metainfo.xml.cmake
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>@PROJECT_REV_ID@</id>
<name>Cantata</name>
<summary>Listen to and manage your Music Player Daemon (MPD) library</summary>
<metadata_license>CC-BY-SA-4.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>
A graphical MPD client with support for tagging, ReplayGain tag creation,
queue management, and online features.
</p>
<ul>
<li>Manage your playlists with an advanced interface.</li>
<li>Flip through your music library with ease.</li>
<li>Read information on your favorite artists.</li>
<li>Automatically find lyrics to your songs.</li>
</ul>
</description>
<developer id="dog.unix.www.nullobsi">
<name>Citlali del Rey</name>
</developer>
<launchable type="desktop-id">@PROJECT_REV_ID@.desktop</launchable>
<branding>
<color type="primary" scheme_preference="light">#1c71d8</color>
<color type="primary" scheme_preference="dark">#99c1f1</color>
</branding>
<content_rating type="oars-1.1" />
<url type="homepage">https://cantata.unix.dog/</url>
<url type="vcs-browser">https://cantata.unix.dog/src</url>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/nullobsi/cantata/3198a3362c3d5d7425eea4f50043ba3198b75723/screenshots/mainwindow.png</image>
<caption>A playlist is open on the right, with some albums to add on the left.</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/nullobsi/cantata/3198a3362c3d5d7425eea4f50043ba3198b75723/screenshots/artist1.png</image>
<caption>The information pane is open displaying an artist's biography and the current song lyrics.</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/nullobsi/cantata/3198a3362c3d5d7425eea4f50043ba3198b75723/screenshots/artist2.png</image>
<caption>The information pane is open, showing related songs and albums.</caption>
</screenshot>
</screenshots>
<releases>
<release version="3.2.1" date="2024-08-06">
<description>
<p>Patch release.</p>
<ul>
<li>Fix now-playing notification being persistent.</li>
<li>Respect environment settings for showing icons in app menus.</li>
<li>Improve GUI responsiveness when changing tracks & now-playing notifications are enabled.</li>
<li>Notifications when running in Flatpak now update properly.</li>
<li>Fix in-app HTTP stream playback.</li>
</ul>
</description>
</release>
<release version="3.2.0" date="2024-05-30">
<description>
<p>Minor release.</p>
<ul>
<li>Fix menu options having incorrect keybindings.</li>
<li>Fix radio stream favorites button not working on search.</li>
<li>Enable menu icons on macOS.</li>
<li>Update icons to FontAwesome 6.</li>
<li>Improve palette change handling.</li>
</ul>
</description>
</release>
<release version="3.1.0" date="2024-05-25">
<description>
<p>Bugfix release.</p>
<ul>
<li>Fix crash when enabling notifications.</li>
<li>Fix Qt warnings.</li>
<li>Fix notifications on Flatpak.</li>
<li>Fix tray icon image not showing up.</li>
</ul>
</description>
</release>
<release version="3.0.2" date="2024-05-22">
<description>
<p>Initial release.</p>
<ul>
<li>Build with Qt6.</li>
<li>Overhaul build system.</li>
<li>Make some executable search behavior more consistent.</li>
</ul>
</description>
</release>
</releases>
<translation type="qt">cantata</translation>
</component>