mpdevil/data/org.mpdevil.mpdevil.appdata...

38 lines
1.7 KiB
XML
Raw Normal View History

<?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>
<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>
<ul>
<li>display large covers</li>
<li>play songs without doubleclick</li>
<li>fetch lyrics</li>
<li>MPRIS interface</li>
<li>manage multiple mpd servers</li>
2022-02-24 15:15:32 +03:00
<li>basic queue manipulation (move and delete single tracks)</li>
<li>save and load playlists</li>
</ul>
</description>
2020-12-28 00:51:16 +03:00
<releases>
2022-09-25 20:09:41 +03:00
<release version="1.8.1" date="2022-09-25"/>
2020-12-28 00:51:16 +03:00
</releases>
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
<screenshots>
<screenshot type="default">
2022-09-11 12:50:37 +03:00
<image type="source" width="1121" height="790">https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.8.0/screenshots/mainwindow_1.8.0.png</image>
</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" />
<provides>
<binary>mpdevil</binary>
</provides>
<update_contact>martin.wagner.dev@gmail.com</update_contact>
</component>