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?
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?
If the files are in a folder on your device then you would not need an EPG???
Let's say your directory is c:\temp\
do to windows dos prompt (windows , run , cmd)
cd c:\temp
dir /b *.mp4 > mylist.m3u
dir /b *.mkv >> mylist.m3u
repeat step 4 for more file types (video)
double click on mylist.3u to play in VLC video player or windows media player.
Your playlist would look similar to this - http://prntscr.com/nzc4i1