X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli.rb/blobdiff_plain/7b40d722ef984b45528010ef27a271349e798c09..ff4ccc1139a8730a7613c8289ec3df29680865e1:/README.md diff --git a/README.md b/README.md index d9a752a..a056746 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# Lyricli # +# Lyricli.rb (Deprecated) + +The repository is intended only as an archive for the former ruby version of lyricli + ## The command line client for lyrics ## This is a quick introduction for Lyricli. Right now it's in really early @@ -8,10 +11,7 @@ see how to get it working. ### Installing ### -1. Clone this Repo -2. `gem build lyricli.gemspec` -3. `gem install lyricli-0.0.1.gem` -4. Voila! +`gem install lyricli` ### Usage ### @@ -41,6 +41,14 @@ commands: * `lrc -v` or `lrc --version` show the installed version of lyricli. * `lrc -h` or `lrc --help` display some help +#### It always gives me rdio even if using iTunes #### + +Due to the way the rdio API works, we can't tell if you're actively +listen and it always returns the last song. Currently the best way to +have the sources correctly is to enable **rdio first** and then +**itunes**. If you enabled itunes first, you can just disable and +re-enable and it should fix it. + ### Roadmap ### There is not much defined right now as a roadmap, but this needs to be @@ -64,6 +72,3 @@ proper OS and stop if they're not in their home turf. If you decide to use or hack away at Lyricly, please don't forget to post any issues you find. - -### License ### -Licensed under 3-clause-BSD.