Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Dynamic m3u8 playlist
#1
Hi,

I'd like to automate the following and feed it to IPTV simple client:

(echo \#EXTM3U;curl server/stations.json|jq -r '...')>playlist.m3u8

So anytime when the simple client wants to load the playlist I'd like to feed it the above file. Is that already possible or what would be the best way to achieve this?
Reply
#2
(7 hours ago)Chatty Wrote: what would be the best way to achieve this?

write an addon to do it - https://kodi.wiki/view/Add-on_development
Reply
#3
Could you elaborate a little what kind of AddOn that would be? Are you thinking of a tiny web server AddOn or are there other ways of providing that info to IPTV simple client?
Reply

Logout Mark Read Team Forum Stats Members Help
Dynamic m3u8 playlist0