mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Update comments to reflect config migration
This commit is contained in:
parent
ef8ef4c747
commit
d4004f10fa
1 changed files with 5 additions and 5 deletions
|
|
@ -14,11 +14,11 @@
|
|||
|
||||
"""Updates an MPD index whenever the library is changed.
|
||||
|
||||
Put something like the following in your .beetsconfig to configure:
|
||||
[mpdupdate]
|
||||
host = localhost
|
||||
port = 6600
|
||||
password = seekrit
|
||||
Put something like the following in your config.yaml to configure:
|
||||
mpdupdate:
|
||||
host: localhost
|
||||
port: 6600
|
||||
password: seekrit
|
||||
"""
|
||||
from __future__ import print_function
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue