2020-12-27 13:42:32 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 Martin Wagner <martin.wagner.dev@gmail.com> -->
<component type= "desktop-application" >
<id > org.mpdevil.mpdevil</id>
<metadata_license > CC0-1.0</metadata_license>
<project_license > GPL-3.0</project_license>
<name > mpdevil</name>
<summary > A simple music browser for MPD</summary>
<description >
2020-12-27 22:10:18 +03:00
<p > Mpdevil is a simple music browser for the Music Player Daemon (MPD) which is focused on playing local music without the need of managing playlists. Instead of maintaining a client side database of your music library mpdevil loads all tags and covers on demand. So you'll never see any outdated information in the browser. Mpdevil strongly relies on tags.</p>
2020-12-27 13:42:32 +03:00
<ul >
2022-10-22 12:38:56 +03:00
<li > Display large covers</li>
2022-11-29 13:19:10 +03:00
<li > Play songs without double-click</li>
2022-10-22 12:38:56 +03:00
<li > Fetch lyrics</li>
2020-12-27 13:42:32 +03:00
<li > MPRIS interface</li>
2022-10-22 12:38:56 +03:00
<li > Basic queue manipulation (move and delete single tracks)</li>
2020-12-27 13:42:32 +03:00
</ul>
</description>
2020-12-28 00:51:16 +03:00
<releases >
2022-12-30 00:35:39 +03:00
<release version= "1.10.0" date= "2022-12-29" />
2020-12-28 00:51:16 +03:00
</releases>
2020-12-27 13:42:32 +03:00
<launchable type= "desktop-id" > org.mpdevil.mpdevil.desktop</launchable>
<screenshots >
<screenshot type= "default" >
2022-10-23 12:20:54 +03:00
<image type= "source" width= "1121" height= "790" > https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.9.0/screenshots/mainwindow_1.9.0.png</image>
2020-12-27 13:42:32 +03:00
</screenshot>
</screenshots>
<url type= "homepage" > https://github.com/SoongNoonien/mpdevil</url>
<url type= "bugtracker" > https://github.com/SoongNoonien/mpdevil/issues</url>
2020-12-28 00:51:16 +03:00
<content_rating type= "oars-1.1" />
2020-12-27 13:42:32 +03:00
<provides >
<binary > mpdevil</binary>
</provides>
<update_contact > martin.wagner.dev@gmail.com</update_contact>
</component>