mirror of
https://github.com/NohamR/AM-Exporter.git
synced 2026-05-25 12:17:14 +00:00
readme upadate
This commit is contained in:
23
user/music-exp.plist.example
Normal file
23
user/music-exp.plist.example
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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>PYTHON_PATH</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>WORKING_DIRECTORY</string>
|
||||
</dict>
|
||||
</plist>
|
||||
3
user/requirements.txt
Normal file
3
user/requirements.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
colorthief==0.2.1
|
||||
python-dotenv==1.0.1
|
||||
Requests==2.31.0
|
||||
Reference in New Issue
Block a user