Created
October 25, 2012 17:10
-
-
Save fukubaya/3954082 to your computer and use it in GitHub Desktop.
Sample script of recording radiko program
This file contains hidden or 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
#!/bin/sh | |
ID="LFR" | |
OFILE="99ann" | |
TIME="125" | |
date=`date -v-1d +%Y年%m月%d日` | |
TITLE="${date} ナインティナインのオールナイトニッポン" | |
ARTIST="ニッポン放送" | |
ALBUM="ナインティナインのオールナイトニッポン" | |
GENRE="ラジオ" | |
~/bin/radiko.ksh ${ID} ${OFILE} ${TIME} -t "${TITLE}" -a "${ARTIST}" -A "${ALBUM}" -g "${GENRE}" | |
open ~/bin/sync_ipod.app/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sync_ipod.app はiPodの同期を行うためのAutomator.
詳しくは http://fukubaya.blogspot.jp/2012/01/radikoitunesipod.html