Yes, I can absolutely add that to the project, but I looked at his code, and as far as I can tell, the only thing his code does is query his own links from https://i.mjh.nz and spit them back out of Docker unchanged. So really, it's adding a middleman to the process -- you could just use these https://i.mjh.nz directly and skip Docker altogether.
And here's the code to demonstrate:
def _playlist(self): self._proxy(f'https://i.mjh.nz/SamsungTVPlus/{REGION}.m3u8')
def _epg(self): self._proxy(f'https://i.mjh.nz/SamsungTVPlus/{REGION}.xml')
If anyone knows the code and can explain otherwise, please do. But IMHO the SamsungTV Docker is overkill, just use the direct links.
