mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
preparations for 0.9.8
This commit is contained in:
parent
656767e249
commit
780469e2c9
@ -1,6 +1,6 @@
|
|||||||
README for mpdevil
|
README for mpdevil
|
||||||
==================
|
==================
|
||||||
Mpdevil is focused on playing your local music directly instead of managing playlists or playing network streams. So it neither supports saving playlists nor restoring them. Therefore mpdevil is mainly a simple music browser which aims to be easy to use. 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 your browser. Mpdevil strongly relies on tags.
|
Mpdevil is a simple music browser for the Music Player Demon (MPD) which is focused on playing local music without the need to manage 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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ if os.path.isfile("/.flatpak-info"): # test for flatpak environment
|
|||||||
gettext.bindtextdomain("mpdevil", "/app/share/locale")
|
gettext.bindtextdomain("mpdevil", "/app/share/locale")
|
||||||
_=gettext.gettext
|
_=gettext.gettext
|
||||||
|
|
||||||
VERSION="0.9.7-dev" # sync with setup.py
|
VERSION="0.9.8" # sync with setup.py
|
||||||
COVER_REGEX=r"^\.?(album|cover|folder|front).*\.(gif|jpeg|jpg|png)$"
|
COVER_REGEX=r"^\.?(album|cover|folder|front).*\.(gif|jpeg|jpg|png)$"
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<name>mpdevil</name>
|
<name>mpdevil</name>
|
||||||
<summary>A simple music browser for MPD</summary>
|
<summary>A simple music browser for MPD</summary>
|
||||||
<description>
|
<description>
|
||||||
<p>Mpdevil is focused on playing your local music directly instead of managing playlists or playing network streams. So it neither supports saving playlists nor restoring them. Therefore mpdevil is mainly a simple music browser which aims to be easy to use. 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 your browser. Mpdevil strongly relies on tags.</p>
|
<p>Mpdevil is a simple music browser for the Music Player Demon (MPD) which is focused on playing local music without the need to manage 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>
|
<ul>
|
||||||
<li>display large covers</li>
|
<li>display large covers</li>
|
||||||
<li>play songs without doubleclick</li>
|
<li>play songs without doubleclick</li>
|
||||||
|
2
setup.py
2
setup.py
@ -4,7 +4,7 @@ import DistUtilsExtra.auto
|
|||||||
|
|
||||||
DistUtilsExtra.auto.setup(
|
DistUtilsExtra.auto.setup(
|
||||||
name='mpdevil',
|
name='mpdevil',
|
||||||
version='0.9.7', # sync with bin/mpdevil
|
version='0.9.8', # sync with bin/mpdevil
|
||||||
author="Martin Wagner",
|
author="Martin Wagner",
|
||||||
author_email="martin.wagner.dev@gmail.com",
|
author_email="martin.wagner.dev@gmail.com",
|
||||||
description=('A simple music browser for MPD'),
|
description=('A simple music browser for MPD'),
|
||||||
|
Loading…
Reference in New Issue
Block a user