Compare commits
4 commits
8187bc8658
...
12fc157b2e
Author | SHA1 | Date | |
---|---|---|---|
12fc157b2e | |||
a30b6a8f64 | |||
6809bcc5da | |||
47e354988f |
4 changed files with 38 additions and 6 deletions
14
Library/LaunchAgents/me.00dani.listenbrainz-mpd.plist
Normal file
14
Library/LaunchAgents/me.00dani.listenbrainz-mpd.plist
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?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,12 +6,8 @@
|
|||
<true/>
|
||||
<key>Label</key>
|
||||
<string>me.00dani.mpd-discord-rpc</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>zsh</string>
|
||||
<string>-lc</string>
|
||||
<string>exec mpd-discord-rpc</string>
|
||||
</array>
|
||||
<key>Program</key>
|
||||
<string>/Users/dani/.local/share/cargo/bin/mpd-discord-rpc</string>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
|
|
@ -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>
|
||||
|
|
17
Library/LaunchAgents/me.00dani.mpdpopm.plist
Normal file
17
Library/LaunchAgents/me.00dani.mpdpopm.plist
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?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