Direct mpd-now-playable to cache using Redis
This commit is contained in:
parent
8187bc8658
commit
47e354988f
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>EnvironmentVariables</key>
|
||||
<dict>
|
||||
<key>MPD_NOW_PLAYABLE_CACHE</key>
|
||||
<string>redis://localhost:6380/0?namespace=mpd-now-playable</string>
|
||||
</dict>
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
<key>Label</key>
|
||||
|
|
Loading…
Reference in a new issue