





I built the IPTV based sports streaming addon I've been wanting to see. Self hosted only. Let me know what you think!
Disclaimer: This addon was created entirely using Claude AI
https://github.com/Sportio-Live/sportio-live/tree/main
Hi! I created an addon that builds a catalog for each sports league you configure for. Each catalog displays all games airing for that day. Each game has custom matchup posters/backgrounds and displays the start time in your configured timezone. Its self hosted only and supports the following sports/leagues
| Sport | League |
|---|---|
| Baseball | MLB |
| Basketball | NBA, WNBA, NCAA Men's, NCAA Women's |
| Football | NFL, NCAA Football |
| Hockey | NHL |
| Soccer | Premier League, MLS, La Liga, FIFA World Cup |
| Combat | UFC |
I'm not a programmer or developer or anything like that. I made this entirely with Claude in a little over a week. The core functionality has been there from day 1. I have been running it on my VPS since the beginning and it has been working great for me. I have tested it with my Strong 8K using Xtreme login and custom EPG/playlist URLs from EPGenius. No problems with either.
Results for games are searched for in the categories you specify during setup. They are then ranked and sorted as follows with URL deduplication done at the end.
- "4K" appears somewhere, and both team names are confirmed (name and/or description)
- Both team names appear in the channel name and both also appear in the description
- Both team names appear somewhere across name + description combined, not necessarily in the same field
- Just one team's actual nickname (e.g. "Knicks," not "New York") appears in the channel name — a city/state-only match doesn't count
*This works well for Strong 8K. I assume it will for other providers too, but I did not test any others.
The UFC posters are a first iteration. The UFC backgrounds are fine but not what I wanted. I don't watch UFC so it doesn't bother me too much. I don't know how much more time I'll put into this so I figured I'd put it out there for anyone who might find it useful. Let me know if you have any questions.
Thanks for checking it out!