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
<?xml version="1.0" encoding="UTF-8"?>
<!-- nee 2023 <nee-git@patchouli.garden> -->
<component type="desktop-application">
<id>@app-id@</id>
<metadata_license>CC0</metadata_license>
<!-- Insert your license of choice here -->
<project_license>GPL3+</project_license>
<name>pmpdc</name>
<summary>phone mpd client</summary>
<description>
<p>A Linux Phone App for remote controling mpd (The music player deamon).</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://hidamari.blue/pmpdc/album_list.png</image>
<caption>Filter view with a clickable text list of album names.</caption>
</screenshot>
<screenshot type="default">
<image>https://hidamari.blue/pmpdc/queue.png</image>
<caption>Playlist Queue view with the player controls at the bottom. Player controls include play position, currently played title/play-position/duration. Volume controls, endless/random mode. Skip/prev/pause/play buttons. </caption>
</screenshot>
</screenshots>
<url type="homepage">https://hidamari.blue/pmpdc</url>
<url type="contact">https://matrix.to/#/#pmpdc:tchncs.de</url>
<content_rating type="oars-1.0" />
<releases>
<release version="0.2.0" date="2023-07-24" />
</releases>
<kudos>
<!--
GNOME Software kudos:
https://gitlab.gnome.org/GNOME/gnome-software/-/blob/main/doc/kudos.md
-->
<kudo>ModernToolkit</kudo>
<kudo>HiDpiIcon</kudo>
</kudos>
<developer_name>nee</developer_name>
<update_contact>nee-git@patchouli.garden</update_contact>
<translation type="gettext">@gettext-package@</translation>
<launchable type="desktop-id">@app-id@.desktop</launchable>
<custom>
<value key="Purism::form_factor">workstation</value>
<value key="Purism::form_factor">mobile</value>
</custom>
</component>