Chris G I have made a python script that generates a m3u playlist. Rather than run this on cron, I thought it would be nice if TVH could just run it as and when it's needed. Is this possible?
Chris G As an example: script://mylist.py mylist.py: def generate_playlist(): ... do stuff ... return (playlist) print(generate_playlist())
handaryn1976 I use a script in the URL with pipe:///bin/sh/ Check this out orgs/iptv-orgdiscussions/444 Regards Ryan