mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
preparations for 0.8.5
This commit is contained in:
parent
54e612afd4
commit
928b52658c
@ -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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
@ -29,13 +29,14 @@ Ubuntu, Debian, Mint:
|
|||||||
- Download the .deb file
|
- Download the .deb file
|
||||||
- Open a console
|
- Open a console
|
||||||
- Navigate into download dir
|
- Navigate into download dir
|
||||||
- Run: `sudo apt install ./mpdevil_VERSION-1_amd64.deb`
|
- Run: `sudo apt install ./mpdevil_VERSION_amd64.deb`
|
||||||
|
|
||||||
Arch, Manjaro:
|
Arch, Manjaro (see: https://aur.archlinux.org/packages/mpdevil/):
|
||||||
- Download the PKGBUILD
|
- Download the PKGBUILD from the AUR
|
||||||
- Open a console
|
- Open a console
|
||||||
- Navigate into download dir
|
- Navigate into download dir
|
||||||
- Run: `makepkg -sirc`
|
- Run: `makepkg -sirc`
|
||||||
|
- Alternatively install it with an AUR helper
|
||||||
|
|
||||||
Gentoo (see: https://wiki.gentoo.org/wiki/Custom_repository):
|
Gentoo (see: https://wiki.gentoo.org/wiki/Custom_repository):
|
||||||
- Download the .ebuild
|
- Download the .ebuild
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
dnl -*- Mode: autoconf -*-
|
dnl -*- Mode: autoconf -*-
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ([2.68])
|
AC_PREREQ([2.68])
|
||||||
AC_INIT([mpdevil], [0.8.4])
|
AC_INIT([mpdevil], [0.8.5])
|
||||||
AC_CONFIG_SRCDIR([bin/mpdevil.py])
|
AC_CONFIG_SRCDIR([bin/mpdevil.py])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1003 KiB |
BIN
screenshots/mainwindow_0.8.5.png
Normal file
BIN
screenshots/mainwindow_0.8.5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1003 KiB |
Loading…
Reference in New Issue
Block a user