mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
607309fcf6
Found via `codespell -S po`
36 lines
1.6 KiB
XML
36 lines
1.6 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 double-click</li>
|
|
<li>Fetch lyrics</li>
|
|
<li>MPRIS interface</li>
|
|
<li>Basic queue manipulation (move and delete single tracks)</li>
|
|
</ul>
|
|
</description>
|
|
<releases>
|
|
<release version="1.9.0" date="2022-10-23"/>
|
|
</releases>
|
|
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image type="source" width="1121" height="790">https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.9.0/screenshots/mainwindow_1.9.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>
|