sderris no longer redirected to the hardcoded path in a${XDG_DATA_HOME}location- removed
searchandresetbuttons from the search screen, search is now instant - legacy colors inside of format strings in the config
$1-$8are now effective only inside of their own bracket group - fixed regexp for
https://genius.comlyric fetcher - configurable nerd font icons for the state flags
state_flags_consume_look,state_flags_crossfade_look,state_flags_db_update_look,state_flags_random_look,state_flags_repeat_look,state_flags_repeat_single_look,state_flags_single_look - configurable player state message
state_player_playing_look,state_player_paused_look,state_player_stopped_look,state_player_unknown_look --ignore-config-errorsflag is removed, config errors are ignored by default- eyecandy icons from nerd-font all over the place
- tag editor
- playlist editor
- easy to use search engine
- media library
- music visualizer
- ability to fetch artist info from last.fm
- new display mode
- alternative user interface
- ability to browse and add files from outside of MPD music directory …and a lot more minor functions.
- nerd font, to properly display new icons
- fftw, for frequency spectrum music visualization mode
- taglib, for tag editing
- No full support for handling encodings other than UTF-8.
The simplest way to compile this package is:
cdto the directory containing the package's source code.
For the next two commands, csh users will need to prefix them with
sh .
-
Run
autoreconf -fivto generate theconfigurescript. -
Run
./configureto configure the package for your system. This will take a while. While running, it prints some messages telling which features it is checking for. -
Run
maketo compile the package. -
Type
make installto install the programs and any data files and documentation. -
You can remove the program binaries and object files from the source code directory by typing
make clean.
Detailed intallation instructions can be found in the INSTALL file.
Optional features can be enable by specifying them during configure. For
example, to enable visualizer run ./configure --enable-visualizer.
Additional details can be found in the INSTALL file.