
Originally Posted by
k7_madman
I would like my recordings to have human readable names. I have read that the mythlink.pl script can do this. But I am not sure how to implement it. I would like it to run after every recording, and I want the format to be [title]-[subtitle]. Do I just add this mythweb interface under UserJob1? Do I need the full script path? Any help will be greatly appreciated.
I have set the script to executable.
/usr/share/doc/mythtv-backend/contrib/user_jobs$ sudo chmod a+x mythlink.pl
mythlink.pl --link /var/lib/mythtv/recordings --format '%T-%S'
Bookmarks