[mythtv-users] link to a specific recording

Ronald Frazier ron at ronfrazier.net
Wed Feb 20 11:59:19 UTC 2008


It works fine for me:

   <button>
      <type>TV_WATCH_RECORDINGS</type>
      <text>Test</text>
      <action>EXEC /usr/local/scripts/watch.sh</action>
   </button>


In the scrtipt, you have a single line:

echo play program 1029 2008-02-12T22:58:00 | telnet localhost 6546


And make sure the script is executable by mythtv:

chmod 755 /usr/local/scripts/watch.sh


-- 
Ron


More information about the mythtv-users mailing list