mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
preparations for 1.7.0
This commit is contained in:
parent
33024c34eb
commit
e328a48af0
@ -2,7 +2,7 @@ README for mpdevil
|
|||||||
==================
|
==================
|
||||||
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.
|
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.
|
||||||
|
|
||||||
![ScreenShot](screenshots/mainwindow_1.6.0.png)
|
![ScreenShot](screenshots/mainwindow_1.7.0.png)
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<object class="GtkAboutDialog" id="about_dialog">
|
<object class="GtkAboutDialog" id="about_dialog">
|
||||||
<property name="modal">True</property>
|
<property name="modal">True</property>
|
||||||
<property name="program_name">mpdevil</property>
|
<property name="program_name">mpdevil</property>
|
||||||
<property name="version">1.6.0</property>
|
<property name="version">1.7.0</property>
|
||||||
<property name="comments" translatable="yes">A simple music browser for MPD</property>
|
<property name="comments" translatable="yes">A simple music browser for MPD</property>
|
||||||
<property name="authors">Martin Wagner</property>
|
<property name="authors">Martin Wagner</property>
|
||||||
<property name="translator_credits">Martin de Reuver
|
<property name="translator_credits">Martin de Reuver
|
||||||
|
@ -19,12 +19,12 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.6.0" date="2022-02-24"/>
|
<release version="1.7.0" date="2022-04-07"/>
|
||||||
</releases>
|
</releases>
|
||||||
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
|
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<image type="source" width="1121" height="790">https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.6.0/screenshots/mainwindow_1.6.0.png</image>
|
<image type="source" width="1121" height="790">https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.7.0/screenshots/mainwindow_1.7.0.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<url type="homepage">https://github.com/SoongNoonien/mpdevil</url>
|
<url type="homepage">https://github.com/SoongNoonien/mpdevil</url>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
project('mpdevil', version: '1.6.0')
|
project('mpdevil', version: '1.7.0')
|
||||||
|
|
||||||
i18n = import('i18n')
|
i18n = import('i18n')
|
||||||
gnome = import('gnome')
|
gnome = import('gnome')
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 944 KiB |
BIN
screenshots/mainwindow_1.7.0.png
Normal file
BIN
screenshots/mainwindow_1.7.0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 979 KiB |
Loading…
Reference in New Issue
Block a user