<div dir="ltr"><br><br><div class="gmail_quote">On Sun, Sep 14, 2008 at 5:24 PM, Nick Rout <span dir="ltr"><<a href="mailto:nick.rout@gmail.com">nick.rout@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Sun, Sep 14, 2008 at 7:07 PM, Bobby Gill <<a href="mailto:bobbygill@rogers.com">bobbygill@rogers.com</a>> wrote:<br>
> Is it possible to have a playlist in MythVideo? I use mplayer for all video<br>
> types and DVD.<br>
><br>
> Thanks<br>
> Bob<br>
<br>
</div></div>A dynamically configurable one I do not think so.<br>
<br>
Write a playlist file with a unique extension like .pls, put it in<br>
your myth video file tree. It is simply a list of the files you want<br>
to play, like:<br>
<br>
#cat /var/lib/mythtv/video/starwars_all.pls<br>
<br>
/var/lib/mythtv/video/starwarspart1.avi<br>
/var/lib/mythtv/video/starwarspart2.avi<br>
<br>
etc<br>
<br>
in mythtv setup add a custom filetype as pls and set the player to:<br>
<br>
mplayer [your usual options] -playlist %s<br>
<br>
rescan your videos with video manager.<br>
<br>
><br>
> _______________________________________________<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><br>
><br>
><br>
_______________________________________________<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><br>
</blockquote></div><br><br>Thanks a lot Nick, much appreciated! :)<br><br>Bob<br> </div>