BillOatman 596 Posted October 27, 2025 Posted October 27, 2025 I created anĀ open-source application that creates an M3U file for use with Emby Live TV from Xtream API exposed by your IPTV provider. I have used it for a while, but just recently made it generally available to anyone who might like to use it. Release 1
jaytdot 5 Posted January 8 Posted January 8 I have extended this work from @BillOatmanso that it also has a web interface that Emby can directly call on a schedule - so you can run it with a docker container and it will using the Emby schedule fetch the new M3U generated from the Xtream API. It's been converted to Go as it was easier for me for portability to have a single static binary (which is how it's built) in the docker container and it has a health check and a way to see the config from the web interface. I hope it's also useful. https://github.com/j2deen/M3UFromXtreamGo-2.0.0.0 Thanks, Jay 2
stplatt 8 Posted January 15 Posted January 15 On 1/7/2026 at 9:47 PM, jaytdot said: I have extended this work from @BillOatmanso that it also has a web interface that Emby can directly call on a schedule - so you can run it with a docker container and it will using the Emby schedule fetch the new M3U generated from the Xtream API. It's been converted to Go as it was easier for me for portability to have a single static binary (which is how it's built) in the docker container and it has a health check and a way to see the config from the web interface. I hope it's also useful. https://github.com/j2deen/M3UFromXtreamGo-2.0.0.0 Thanks, Jay Hey I'd love to try this out, but I want to install with docker compose and not sure what to use for the repo.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now