mirror of
https://github.com/NohamR/AM-Exporter.git
synced 2026-05-26 04:07:12 +00:00
changes
This commit is contained in:
24
user/music-exp.plist
Normal file
24
user/music-exp.plist
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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>am.noh.music-exp</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<!-- <string>/usr/bin/python3</string> -->
|
||||
<string>/Users/noham/miniconda3/envs/310/bin/python</string>
|
||||
<string>export.py</string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>StandardOutPath</key>
|
||||
<string>logfile.log</string>
|
||||
<key>StandardErrorPath</key>
|
||||
<string>error_logfile.log</string>
|
||||
<key>WorkingDirectory</key>
|
||||
<string>/Users/noham/Documents/GitHub/AppleMusicApi/user</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user