Create m3u from files directory

by VeepuEco

How do I make an m3u from files inside your folder that IPTV players can understand? Also... How do I create an EPG from those files with their filenames as the title?

nuser11

Your playlist would look similar to this - http://prntscr.com/nzc4i1

nuser11

If the files are in a folder on your device then you would not need an EPG???

tutomazaria

Let's say your directory is c:\temp\

  1. do to windows dos prompt (windows , run , cmd)

  2. cd c:\temp

  3. dir /b *.mp4 > mylist.m3u

  4. dir /b *.mkv >> mylist.m3u

  5. repeat step 4 for more file types (video)

  6. double click on mylist.3u to play in VLC video player or windows media player.