summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-08-31 02:05:51 +0200
committerRasmus Steinke <rasi@xssn.at>2015-08-31 02:05:51 +0200
commitdb094a51650d10c2c8c0e78725668cd9197780c0 (patch)
treecffbd57d568b0818246f1eb3cd1a504f72e0396a /README.md
parent288cbcefd192be3c8a56b00cad1b761b718b071c (diff)
downloadperl-app-clerk-db094a51650d10c2c8c0e78725668cd9197780c0.tar.gz
perl-app-clerk-db094a51650d10c2c8c0e78725668cd9197780c0.tar.xz
fix README for tabbed branch
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.md b/README.md
index 013471b..6df5cd0 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
* Play random album
* Play x random tracks
-* Browse Library (Artist > Album > Tracks, Genre, Date, Latest Additions)
+* Add/Insert/Replace Albums/Songs
* Manage current Queue
* Show Albums/Tracks by currently playing Artist and add those to Queue.
* Enable or disable scrobbling (with support for remote mpdscribble/mpdas)
@@ -20,7 +20,6 @@
* Load rated albums/tracks
* Play Similar Songs (based on lastfm)
* Control mpd options (modes, replaygain, crossfade)
-* Lookup artist/album/lyrics in webbrowser
Written completely functional, nearly every option is accessible
from command line.
@@ -40,7 +39,6 @@ For this to work, you need a recent rofi build from git.
# Optional Dependencies
-* surfraw (for lookup)
* lastfm-mpd-cli for loving tracks (https://github.com/morendi/lastfm-mpd-cli)
(Not needed when using mpdas instead of mpdscribble)
* mpd-sima (for Similar Artists playback)
@@ -64,8 +62,3 @@ All your files need these tags in order for clerk to work as intended:
* album
* tracknumber
* title
-
-Some software (beets, I look at you!) loves to add duplicate tags.
-For example beets adds track and tracknumber tags, no matter what file format
-is handled. MPD will return tracknumber twice for such files.
-I tried to work around most cases, but still. keep your tags clean!