mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
preparations for 0.9.0
This commit is contained in:
parent
6029c6849c
commit
6b5526a97d
@ -2,7 +2,7 @@ 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 music browser which aims to be easy to use. mpdevil dosen't store any client side database of your music library. Instead all tags and covers get presented to you in real time. So you'll never see any outdated information in your browser. mpdevil strongly relies on tags.
|
||||
|
||||
![ScreenShot](screenshots/mainwindow_0.8.5.png)
|
||||
![ScreenShot](screenshots/mainwindow_0.9.0.png)
|
||||
|
||||
Features
|
||||
--------
|
||||
@ -25,7 +25,7 @@ Package Installation
|
||||
See:
|
||||
https://github.com/SoongNoonien/mpdevil/releases/latest
|
||||
|
||||
Ubuntu, Debian, Mint:
|
||||
Ubuntu, Debian, Mint, Raspberry Pi OS:
|
||||
- Download the .deb file
|
||||
- Open a console
|
||||
- Navigate into download dir
|
||||
|
@ -40,7 +40,7 @@ import dbus
|
||||
import dbus.service
|
||||
from dbus.mainloop.glib import DBusGMainLoop
|
||||
|
||||
VERSION='0.8.5' # sync with setup.py
|
||||
VERSION='0.9.0' # sync with setup.py
|
||||
COVER_REGEX="^\.?(album|cover|folder|front).*\.(gif|jpeg|jpg|png)$"
|
||||
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1003 KiB |
BIN
screenshots/mainwindow_0.9.0.png
Normal file
BIN
screenshots/mainwindow_0.9.0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
2
setup.py
2
setup.py
@ -4,7 +4,7 @@ import DistUtilsExtra.auto
|
||||
|
||||
DistUtilsExtra.auto.setup(
|
||||
name='mpdevil',
|
||||
version='0.8.5', # sync with bin/mpdevil
|
||||
version='0.9.0', # sync with bin/mpdevil
|
||||
author="Martin Wagner",
|
||||
author_email="martin.wagner.dev@gmail.com",
|
||||
description=('A small MPD client written in python'),
|
||||
|
Loading…
Reference in New Issue
Block a user