Skip to content

Instantly share code, notes, and snippets.

@axtstar
axtstar / add_tag_nhk.sh
Created January 20, 2014 00:38
eyeD3を利用して、MP3にタグ情報を付与します。
#/bin/bash
#timetable is someyhing like crontab.
#dirpath is directory you want to add information.
#Display the usage with using wrolgly
if [ $# -le 1 ]; then
echo "usage : $0 [timetable] [dirpath]"
exit 1
fi