Last active
December 10, 2015 23:58
-
-
Save woowee/4512921 to your computer and use it in GitHub Desktop.
recording of the radiko.
an example of the xml format plist.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>Label</key> | |
<string>koo.radiko.tbs1.baka</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/Users/koo/radiko/radiko.sh</string> | |
<string>TBS</string> | |
<string>122</string> | |
</array> | |
<key>StartCalendarInterval</key> | |
<dict> | |
<key>Minute</key> | |
<integer>57</integer> | |
<key>Hour</key> | |
<integer>0</integer> | |
<key>Weekday</key> | |
<integer>2</integer> | |
</dict> | |
</dict> | |
</plist> |
一応,微調整しましたが...
radiko.sh 側で id3 tag の処理を切り離したため,同様の引数をトル.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ascii 形式の plist 'woowee/temp.plist' を plutil を使って xml 形式にコンバートした plist.;