aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-12-04 22:21:46 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-12-04 22:21:46 +1300
commit68526c26575afc5ae457fe45ca40bfb081dd170a (patch)
tree719bf17741b2ffdecc42224336104b17a0edf69b
parentFirst commit (diff)
downloadmpdlrc-68526c26575afc5ae457fe45ca40bfb081dd170a.tar.gz
mpdlrc-68526c26575afc5ae457fe45ca40bfb081dd170a.zip
Mention dependencies
-rw-r--r--README.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 2780efb..2e7fdc4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,7 +4,8 @@ mpdlrc
Print timed lyrics from an LRC file for MPD's currently playing song
line-by-line to `stdout`: <https://en.wikipedia.org/wiki/LRC_%28file_format%29>
-Expects to find lyrics named `Artist - Title.lrc` in `~/.lyrics`.
+Needs `Net::MPD` and a few core Perl packages. Expects to find lyrics named
+`Artist - Title.lrc` in `~/.lyrics`.
This code is not great. It will be improved. It needs to be more configurable
from environment variables or options, for one thing.