MythTV User Jobs

List of available variables for MythTV user jobs

Available variables

%DIR% - the directory component of the recording's filename
%FILE% - the filename component of the recording's filename
%TITLE% - the title of the recording (e.g., name of the series)
%SUBTITLE% - the subtitle of the recording (e.g., name of the episode)
%DESCRIPTION% - description text for the recording (from guide data)
%HOSTNAME% - the backend making the recording
%CATEGORY% - the category of the recording (from guide data)
%RECGROUP% - the recording group
%CHANID% - the MythTV channel ID making the recording
%STARTTIME% - the recording start time (YYYYMMDDhhmmss)
%ENDTIME% - the recording end time (YYYYMMDDhhmmss)
%STARTTIMEISO% - the recording start time in ISO 8601 format (YYYY-MM-DDTHH:MM:SS)
%ENDTIMEISO% - the recording end time in ISO 8601 format
%PROGSTART% - the recording's start time (from guide data; YYYYMMDDhhmmss)
%PROGEND% - the recording's end time (from guide data)
%PROGSTARTISO%, %PROGENDISO% - the recording's start and end time in ISO 8601 format.