Compare commits
No commits in common. "12fc157b2e473e9496e8b5121afa6e892f79cb6b" and "8187bc8658ff82e9de1b46d4042efce8d727e628" have entirely different histories.
12fc157b2e
...
8187bc8658
4 changed files with 6 additions and 38 deletions
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
<key>Label</key>
|
||||
<string>me.00dani.listenbrainz-mpd</string>
|
||||
<key>Program</key>
|
||||
<string>/Users/dani/.local/share/cargo/bin/listenbrainz-mpd</string>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
|
@ -6,8 +6,12 @@
|
|||
<true/>
|
||||
<key>Label</key>
|
||||
<string>me.00dani.mpd-discord-rpc</string>
|
||||
<key>Program</key>
|
||||
<string>/Users/dani/.local/share/cargo/bin/mpd-discord-rpc</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>zsh</string>
|
||||
<string>-lc</string>
|
||||
<string>exec mpd-discord-rpc</string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
|
|
@ -2,11 +2,6 @@
|
|||
<!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>
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
<key>Label</key>
|
||||
<string>me.00dani.mpdpopm</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/Users/dani/bin/mppopmd</string>
|
||||
<string>-F</string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Reference in a new issue