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 >
<li > display large covers</li>
<li > play songs without doubleclick</li>
<li > fetch lyrics</li>
<li > MPRIS interface</li>
<li > notifications on title change</li>
<li > basic queue manipulation (move and delete single tracks)</li>
<li > search songs</li>
<li > filter by genre</li>
<li > media keys support</li>
<li > many shortcuts</li>
<li > manage multiple mpd servers</li>
</ul>
</description>
2020-12-28 00:51:16 +03:00
<releases >
2021-11-13 16:13:02 +03:00
<release version= "1.4.1" date= "2021-11-13" />
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" >
2021-10-24 19:22:18 +03:00
<image type= "source" width= "1082" height= "1049" > https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.4.0/screenshots/mainwindow_1.4.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>