<br><br><div class="gmail_quote">On Fri, Jan 4, 2013 at 3:08 AM, Larry Roberts <span dir="ltr">&lt;<a href="mailto:mythtv@american-hero.com" target="_blank">mythtv@american-hero.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
  
  <div><div><div class="h5">
    <div>On 1/3/2013 8:58 AM, Jeremy Jones
      wrote:<br>
    </div>
    </div></div><blockquote type="cite"><div><div class="h5">On Thu, Jan 3, 2013 at 7:50 AM, Larry Roberts <span dir="ltr">&lt;<a href="mailto:mythtv@american-hero.com" target="_blank">mythtv@american-hero.com</a>&gt;</span>
      wrote:<br>
      <div class="gmail_quote">
        <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
          On 1/3/2013 3:15 AM, Michael T. Dean wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
            On 01/03/2013 02:06 AM, Bob Long wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
              Larry Roberts wrote,<br>
              <br>
              <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                My end goal is to get a couple of daily recordings
                converted to a roku<br>
                compatible format with friendly names for my wife to
                watch on the roku<br>
                in our bedroom.<br>
              </blockquote>
              <br>
              [snip]<br>
              <br>
              Are you aware of <a href="http://www.mythtv.org/wiki/Mythlink.pl" target="_blank">http://www.mythtv.org/wiki/Mythlink.pl</a>
              ?<br>
              <br>
            </blockquote>
            <br>
            [snip]<br>
            <br>
          </blockquote>
          Definitely aware of mythlink as I use it to to interface with
          airvideo. It was a great find at the time and something my
          kids use every night. to stream videos to the iPAD.<br>
          <br>
          Maybe its just my understanding of how the user job operates
          and stores information but how do I tell mythlink to create
          links to those newly converted .m4v files?  I didn&#39;t see a way
          to specify the directory the files were in.  I believe it gets
          that info directly from the DB and from what I can tell only
          did the original file.  I run mythlink every 30 minutes to
          update recording information and I cant find a link to the
          newly created .m4v file.<br>
          <br>
        </blockquote>
        <div>I think we all missed the &quot;convert&quot; part of your original
          post.  What are you doing to create the .m4v files?  Since
          these are not referenced by mythlink I assume they also do not
          show up in Myth Frontend under Watch Recordings.  Is that
          correct?</div>
        <div><br>
        </div>
        <div>Jeremy</div>
        <div> </div>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><div class="im"><pre>_______________________________________________
mythtv-users mailing list
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a>
</pre>
    </div></blockquote>
    I have a user job that references my transcode script.  I&#39;m passing
    the 2 variables to the script (channel id and start time) which can
    then autobuild the file name since it also knows the directory my
    recordings are all stored in.<br>
    my transcoding is working great and I end up with the transcoded
    file in my /tmp/ directory with the typical mythtv name
    1006_blahblahblah.m4v.  What I want and am trying to do is to
    move/rename the .m4v file and create a &quot;family friendly&quot; name in my
    directory store.<br>
    <br>
    my very ugly rename/move command that is part of the transcode
    script is below:<div class="im"><br>
    <br>
    mysql -uroot -ppasswordremoved mythconverg -B --exec &quot;select
    basename,title,subtitle from recorded;&quot; | grep
    ${CHANID}_${STARTTIME}  | sed &#39;s/.mpg//&#39;| sed &#39;s/\t/ /g&#39; | while
    read b NAME ;do mv {$TMPDIR}/${CHANID}_${STARTTIME}.m4v <i><span>/</span>roku<span>/</span></i>&quot;$NAME&quot;.m4v;done
    <br>
    <br></div>
    I woke up this morning to find my file transcoded but still sitting
    in the /tmp directory so something isn&#39;t working with my command
    above, althought I can run it manually and it works just fine
    (assuming I set the variables of course)  .<br>
    <br>
    Roku doesn&#39;t natively support uPNP.  Still looking at finding a
    solution for that as it may be easier to just point to mythtv as its
    already a uPNP server.  </div></blockquote><div> <br>It apparently does support HLS though, why not try the new services api? <br></div></div><br>