Using iptv simple client i can play media from iptv provider but i need to separate them:
movies / tv shows / live tv channel
The m3u list url as follow:
http://iptvserver:port/get5454.php?username=user&password=pass&type=m3u_plus&output=ts
The contents inside this url as follow:
#EXTINF:-1 tvg-id"" tvg-name="name" group-title="group"
http://iotvserver:port/user/pass/movie/1234.mp4
Another one:
http://iotvserver:port/user/pass/series/1234.mp4
And the tv channel url are:
http://iotvserver:port/user/pass/1234.mp4
I can put them all in recordings
But still cant figure out how to separate them in three types
Thanks for any help