Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not an issue more of a question #30

Open
urworstknight518 opened this issue Nov 15, 2024 · 3 comments
Open

not an issue more of a question #30

urworstknight518 opened this issue Nov 15, 2024 · 3 comments

Comments

@urworstknight518
Copy link

hello, i use a vpn so it's kind of hard to grab the list, i do get it sometimes, is there a way i can grab the xml and epg from my pc and serve it myself to my other devices so i don't keep getting locked out?

@dtankdempse
Copy link
Owner

The issue is that you’ll still be behind the VPN when trying to access a local address. So, if the application tries to load something from a local IP like 10.0.0.3, it will treat that IP as part of the VPN’s network. Have you tried using the GZ version? It’s a much smaller file size, so it might help..

XML Format: https://bit.ly/tta-epg
Compressed: https://bit.ly/tta-epg-gz

Avoid using the 301 redirect by using these:

XML Format:
https://raw.githubusercontent.com/dtankdempse/thetvapp-m3u/refs/heads/main/guide/epg.xml

Compressed:
https://raw.githubusercontent.com/dtankdempse/thetvapp-m3u/refs/heads/main/guide/epg.xml.gz

I hope that helps.

@urworstknight518
Copy link
Author

thank you for the excellent reply, i went with a server on my pc split tunnel vpn and clients on the firesticks. wonderful work thanks again!

@urworstknight518
Copy link
Author

urworstknight518 commented Nov 15, 2024

just in case anybody else would like to follow along i made a powershell script to download the files, then win task scheduled the script to run every 8 hours then shared said files on my network to my kodi devices..delete if not allowed please. this way only 1 device has to download the information from this server then share with the other devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants