mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
42 lines
1.8 KiB
XML
42 lines
1.8 KiB
XML
<?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>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>
|
|
<releases>
|
|
<release version="1.3.0" date="2021-07-24"/>
|
|
</releases>
|
|
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image type="source" width="1058" height="1089">https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.3.0/screenshots/mainwindow_1.3.0.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<url type="homepage">https://github.com/SoongNoonien/mpdevil</url>
|
|
<url type="bugtracker">https://github.com/SoongNoonien/mpdevil/issues</url>
|
|
<content_rating type="oars-1.1" />
|
|
<provides>
|
|
<binary>mpdevil</binary>
|
|
</provides>
|
|
<update_contact>martin.wagner.dev@gmail.com</update_contact>
|
|
</component>
|