-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from dogsleg/master
Provide extended example configuration
- Loading branch information
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,31 @@ | ||
username = fhen | ||
# Set your Last.fm/Libre.fm username | ||
|
||
username = login | ||
|
||
# Set your Last.fm/Libre.fm password | ||
|
||
password = password | ||
|
||
# Set the hostname used by MPD | ||
|
||
host = localhost | ||
|
||
# Set the password used by MPD | ||
|
||
mpdpassword = MPD_password | ||
|
||
# Set the port used by MPD | ||
|
||
port = 6600 | ||
|
||
# Changes the user mpdas runs as | ||
|
||
runas = mpd | ||
|
||
# Print out debug information | ||
|
||
debug = 1 | ||
|
||
# Will scrobble to Libre.fm if set to "librefm". Otherwise Last.fm is used (default) | ||
|
||
service = librefm |