Skip to content

Instantly share code, notes, and snippets.

@fukubaya
Created October 25, 2012 17:10
Show Gist options
  • Save fukubaya/3954082 to your computer and use it in GitHub Desktop.
Save fukubaya/3954082 to your computer and use it in GitHub Desktop.
Sample script of recording radiko program
#!/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/
@fukubaya
Copy link
Author

sync_ipod.app はiPodの同期を行うためのAutomator.
詳しくは http://fukubaya.blogspot.jp/2012/01/radikoitunesipod.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment