diff options
author | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-22 12:16:31 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-22 12:16:31 +0200 |
commit | a3a3898e37944e64a58d412022931496318e6209 (patch) | |
tree | 1591d52be044c60be5d8a49a278f0451ef2366ab /src/pianobar.1 | |
parent | 7758eeaaafb49bb8c2ced598f3a9480978ba8265 (diff) | |
download | pianobar-windows-a3a3898e37944e64a58d412022931496318e6209.tar.gz pianobar-windows-a3a3898e37944e64a58d412022931496318e6209.tar.bz2 pianobar-windows-a3a3898e37944e64a58d412022931496318e6209.zip |
client: last.fm scrobbling implemented
Very very ugly... We should spawn another thread. But for now it's working.
(Though the played times are wrong for me, could be a wardrobe issue...)
Diffstat (limited to 'src/pianobar.1')
-rw-r--r-- | src/pianobar.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pianobar.1 b/src/pianobar.1 index 0478af3..c17a3c3 100644 --- a/src/pianobar.1 +++ b/src/pianobar.1 @@ -87,6 +87,15 @@ needs an IP address specified in .B control_proxy .TP +.B lastfm_user = your_username +If you want to send your played song to last.fm set this to your last.fm +username. + +.TP +.B lastfm_password = plain_password +A password is needed too if you want to scrobble your played song. + +.TP .B password = plaintext_password Your pandora.com password. Plain-text. |