<br><br><div class="gmail_quote">On Sun, Feb 24, 2008 at 8:20 AM, Jean-Yves Avenard &lt;<a href="mailto:jyavenard@gmail.com">jyavenard@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi<br>
<div class="Ih2E3d"><br>
On Sun, Feb 24, 2008 at 11:58 PM, Matt MacDonald<br>
&lt;<a href="mailto:macdonald.matthew@gmail.com">macdonald.matthew@gmail.com</a>&gt; wrote:<br>
&gt; &nbsp;I have to disagree with this statement. &nbsp;My wife, who is somewhat<br>
&gt; &nbsp;technical figured the UI out without any trouble and when my<br>
&gt; &nbsp;grandmother (who&#39;s VCR is still flashing 12:00) came by to visit, she<br>
&gt; &nbsp;picked up the remote and just started to use it.<br>
<br>
</div>to just change channels and watch, sure.<br>
<br>
try to rewind, skip back etc... then the hassle starts.<br>
<br>
Also no easy way to access the current program information.<br>
<br>
on my cable box, i press the i button and it shows the name of the<br>
program, press i again and you have a nice summary.<br>
<br>
all that information is there in mythtv, you just can&#39;t easily and<br>
intuitively have access to it<br>
<div><div></div><div class="Wj3C7c">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a></div></div></blockquote><div><br>I have a streamzap remote and setup myth to use the internal lirc plugin.&nbsp; All the buttons are used and the only thing missing is a button for I or information.&nbsp; The volume button I use mplayer as player for mythvideo using a script to track a &quot;saved position&quot; .&nbsp; For the most parts, all buttons are the same for myth and mplayer.&nbsp; I mapped the number buttons&nbsp; for selecting percentage seeks in mplayer.&nbsp;&nbsp;&nbsp; I have mapped the power button to a call to irexec which calls hibernate .&nbsp; So logically, aside from the buttons I mentioned above, the buttons on the remote perform the same function in both mythtv and mplayer.&nbsp; I use the colored buttons at the bottom of my remote to call up jump points to Watch TV, Watch Recordings, MythVideo, Mythmusic.&nbsp; I could share my config with you if you wish.&nbsp; It shouldn&#39;t be that hard to modify it for other remotes. <br>
<br>It is possible to script the scanning of new videos in mythvideo.&nbsp; I believe, all you need is to ls the files in your mythvideo directory to come up with a list of videos, compare that with all the videos in videocategory and then perform a mysql insert command of videos that are not in the videocatogory.&nbsp; Run this via a cron job.&nbsp; I have something like this, but more complicated as I use it to download video podcasts into specific directories and insert them into the database under specific videocategories.&nbsp; Its probably too complicated for your needs, but you can examine it as a starting point if you wish. No guarantee that it will work for you, in fact it could completely ruin things.&nbsp; Beware.&nbsp; <br>
<br>As far as mapping a button to display program information of currently playing video in mythvideo, perhaps you can build a script to do that and map it to a button.&nbsp; The script should parse ps to see which title or filename is being played by mplayer , then extract the relevant information from the database using command line mysql, and then output it with xosd on the screen.&nbsp; <br>
<br>Chris<br><br><br> <br><br>Chris<br><br></div></div><br>