JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix get_playlist flow/parsing
[libre-fm-client-daemon.git] / README.markdown
1 Setup
2 =====
3
4 1.      You'll need to save your auth credentials to ~/.libre.fm-cmus.auth:
5
6                 unset HISTFILE
7                 coffee -e "require('./auth.coffee').save_auth 'USERNAME','PASSWORD'"
8
9         (Substituting your libre.fm username and password of course.) The first
10         line disables history saving (in bash, and perhaps other shells) so your
11         password won't get into ~/.bash_history.