Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # Config file for mpdscribble
  2.  
  3. # audioscrobbler username
  4. username = tgcephalopoid
  5. # md5hash of audioscrobbler password
  6. # $ echo -n PASSWORD | md5sum | cut -f 1 -d " "
  7. password = fddce2ef22800c3de15cf1829c75afde
  8.  
  9. # Connection settings for mpd
  10. host = localhost
  11. port = 6600
  12.  
  13. # Options
  14. verbose = 2
  15. #sleep = 30
  16. log = /home/cephalopoid/.mpdscribble/mpdscribble.log
  17. cache = /var/cache/mpdscribble/mpdscribble.cache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement