#!/bin/bash # PURPOSE: Script to create links to MythTV recordings # # AUTHOR: feedback[AT]HaveTheKnowHow[DOT]com # # NOTE: Change "/media/ST3750640NS/TV Shows" to where you'd like your tv programmes stored # and change the string "%U/%T/%pY-%pm-%pd-%S" to fit in with your personal requirements echo "JOB RUN AT $(date)" perl /usr/share/doc/mythtv-backend/contrib/user_jobs/mythlink.pl --link "/media/ST3750640NS/TV Shows" --format %U/%T/%pY-%pm-%pd-%S --verbose