<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 1/3/2013 8:59 AM, Richard Morton
      wrote:<br>
    </div>
    <blockquote
cite="mid:CADrLqe-SxrCVNn4YaJYq4BgygO-qR6ijs9Bna9RpGEfjE26R9A@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi Larry,
        <div><br>
        </div>
        <div>ok, so I suggest you use a system event to create the new
          mythlink symlinks rather than rerunning mythlink every 30
          minutes. You can configure mythlink to create just the new
          file/recording symlink rather than checking every file. Then
          set mythlink to run a full re-run once a night instead.</div>
        <div><br>
        </div>
        <div>How are you finding the recordings you want to convert to
          m4v's? I would use a user-job probably so I presume you are
          also. You can then use the %DIR%/%FILE% to locate the correct
          file and provide it to FFMPEG or whatever you are using
          (MythExport?) and %STARTTIME%-%TITLE%-%SUBTITLE% as the output
          filename.</div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><a moz-do-not-send="true"
            href="http://www.mythtv.org/wiki/User_Jobs" target="_blank">http://www.mythtv.org/wiki/User_Jobs</a><br>
        </div>
        <div>HTH</div>
        <div><br>
          R</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://www.mythtv.org/mailman/listinfo/mythtv-users">http://www.mythtv.org/mailman/listinfo/mythtv-users</a>
</pre>
    </blockquote>
    Perhaps its the non programmer in me but given my title/subtitle
    will be variable lengths how do I take the %TITLE% and %SUBTITLE%
    variables and get them in my script.<br>
    <br>
    I have been referencing the 2 variables as:<br>
    <br>
    CHANID=$1<br>
    STARTTIME=$2<br>
    <br>
    and when I tried to do $3 as my title it only gets "days" versus
    "days of our lives"&nbsp; Perhaps I can specify a different delimiter in
    my file???&nbsp; Again this is when I'm officially over my skis...<br>
    <br>
  </body>
</html>