You&#39;ll have a challenge here because natively Lua has no directory commands. I have never tried reading in the results of a system call into a Lua table, but it might be possible. I&#39;d ask on #Lua or check Lua docs to see if such a thing is even possible. Once you have the files in a table then you could do the next/prev/first/last/repeat thing. <br>
<br>-MC<br><br><div class="gmail_quote">On Tue, Jul 3, 2012 at 8:58 AM, Thomas Hoellriegel <span dir="ltr">&lt;<a href="mailto:admin@blindi.net" target="_blank">admin@blindi.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi guys,<br>
I have many potcast mp3 files in a directory:<br>
/home/postcast<br>
the files beginning with:<br>
postcast_year_mon_day_hour_<u></u>minutes_.mp3<br>
I like to create a  playlist in lua:<br>
1. read all files, and make a messagecount.<br>
2. generate a menu to use from phone:<br>
<br>
press 1 for the next postcast.<br>
2, To repeate the postcast<br>
3. to go to the prev potcast<br>
4 for the fist potcast<br>
5 for the last potcast<br>
6 to hear the date an time for these.<br>
<br>
I like to sort, firt in first out.<br>
<br>
I don.t find a command in lua:<br>
to read the filelist,<br>
to generate a filecount.<br>
and to generate a navigation keys:<br>
forward, backward, repeate and say the time and date of the current file.<br>
<br>
Can your help please?<br>
<br>
nice thanks to all.<br>
<br>
<br>
<br>
<br>
---------------<br>
Du kannst mich jederzeit kostenlos per Festnetz erreichen unter:<br>
<a href="http://www.blindi.net/callback" target="_blank">http://www.blindi.net/callback</a><br>
homepage: <a href="http://www.blindi.net" target="_blank">http://www.blindi.net</a><br>
blinde-misc mailingliste für blinde. anmeldung unter:<br>
<a href="http://www.blindi.net/mailman/listinfo/blinde-misc" target="_blank">http://www.blindi.net/mailman/<u></u>listinfo/blinde-misc</a><br>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
Join Us At ClueCon - Aug 7-9, 2012<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>