MythTV User Job arguments
The complete list of dynamic arguments you can specify for User Jobs within the MythTV backend is as follows:
| ARGUMENT | MEANING |
| %CHANID% | Channel ID |
| %STARTTIME% | Start Time of the Recording |
| %DIR% | Path to the recording directory |
| %FILE% | The file name |
| %TITLE% | The title of the recording |
| %SUBTITLE% | The subtitle of the recording |
| %DESCRIPTION% | description text (from EPG) |
| %HOSTNAME% | the name of the computer running mythtv |
| %CATEGORY% | the recording category |
| %RECGROUP% | the recording group |
| %PLAYGROUP% | the playback group |
| %STARTTIME% | In the format yyyyMMddhhmmss |
| %ENDTIME% | In the format yyyyMMddhhmmss |
| %STARTTIMEISO% | In the ISO date format YYYY-MM-DD hh:mm:ss |
| %ENDTIMEISO% | In the ISO date format YYYY-MM-DD hh:mm:ss |
| %PROGSTART% | recording start time (from EPG) in the format yyyyMMddhhmmss |
| %PROGEND% | recording end time (from EPG) in the format yyyyMMddhhmmss |
| %PROGSTARTISO% | recording start time (from EPG) in the ISO date format YYYY-MM-DD hh:mm:ss |
| %PROGENDISO% | recording end time (from EPG) in the ISO date format YYYY-MM-DD hh:mm:ss |
| %VERBOSELEVEL% | |
| %JOBID% | The id of this job in the mythconverg jobqueue table |