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

Missing EPG Guides list #1062

Closed
spotanjo3 opened this issue Sep 1, 2022 · 20 comments
Closed

Missing EPG Guides list #1062

spotanjo3 opened this issue Sep 1, 2022 · 20 comments

Comments

@spotanjo3
Copy link

spotanjo3 commented Sep 1, 2022

Source

None

Notes

@GlamoramaAttack
Copy link

GlamoramaAttack commented Oct 24, 2022

I can't help with FAIL ARMY but...
AMC PRESENTS is also listed as AMC ON DEMAND
#EXTINF:-1 tvg-id="amc.on.demand.us" tvg-name="AMC Presents" tvg-logo="" group-title="US",AMC Presents

The EPG is here: https://raw.githubusercontent.com/Apollo2000/TVGuide/master/utc.xml.gz

CRACKLE comes with two EXTINF, depends which one you see (I don't know whether it's US, Canadian, British or Australian):
#EXTINF:-1 tvg-id="5e20b730f2f8d5003d739db7-5fd2759bc8634d002d9ff9bc" tvg-name="Crackle" tvg-logo="" group-title="",Crackle (Plex)
#EXTINF:-1 tvg-id="5e20b730f2f8d5003d739db7-60089d8df682a3002c348297" tvg-name="5e20b730f2f8d5003d739db7-60089d8df682a3002c348297" tvg-logo="" group-title="",Crackle

The EPG for both is here included: https://raw.githubusercontent.com/matthuisman/i.mjh.nz/master/Plex/all.xml.gz

The PLEX-EPG by Matt Huisman works also for AFV FAMILY + CONTV ANIME:
#EXTINF:-1 tvg-id="5e20b730f2f8d5003d739db7-5ef11486d33ab9004048a1cd" tvg-name="AFV Family" tvg-logo="" group-title="",AFV Family
#EXTINF:-1 tvg-id="5e20b730f2f8d5003d739db7-5f5132d862fe160040f26b32" tvg-name="CONtv Anime" tvg-logo="" group-title="",CONtv Anime

DEFY + REWIND:
#EXTINF:-1 tvg-id="WPXNDT4.us" tvg-name="Defy (WPXN-TV4) New York NY" tvg-logo="" group-title="US",Defy
#EXTINF:-1 tvg-id="WPIXDT4.us" tvg-name="Rewind TV US (WPIX4) New York NY" tvg-logo="" group-title="US",Rewind

https://iptv-org.github.io/epg/guides/us/tvpassport.com.epg.xml

DOVE
#EXTINF:-1 tvg-id="USAJ4300010Y0" tvg-name="Dove Channel" tvg-logo="" group-title="US",Dove Channel

https://raw.githubusercontent.com/matthuisman/i.mjh.nz/master/SamsungTVPlus/all.xml.gz

@spotanjo3
Copy link
Author

Thank you. I will try it and report back later. For now, most epg are down. Are you aware of it ?

@spotanjo3
Copy link
Author

Done. Can't do anything right now because some are still down so I dont know if they works or not.

@GlamoramaAttack
Copy link

When I wrote my answer two days ago the EPGs were all working, I've tested it in Kodi.

But today I also miss something: the country AUSTRIA disappeared from the list at iptv-org/epg just on the day when they celebrate their national memorial day. :-(

@spotanjo3
Copy link
Author

Those works but Dove doesnt because maybe epg are still down ?

@GlamoramaAttack
Copy link

DOVE should too because the EPG is working and lists different programs for the DOVE channel. Check whether the EXTINF looks like this:

tvg-id="USAJ4300010Y0" tvg-name="Dove Channel"

@spotanjo3
Copy link
Author

Can you send those lists to me ? I can open and look into them to match for my lists. DOVE epg works by the way.

@spotanjo3
Copy link
Author

spotanjo3 commented Oct 30, 2022 via email

@GlamoramaAttack
Copy link

You just have to extract it like a .zip or .rar file. I use the free 7-zip to extract those and .gz files.

The utc file is currently not working for me though.

@spotanjo3
Copy link
Author

I know. That's why the utc file is currently not working for me as well.

@spotanjo3
Copy link
Author

spotanjo3 commented Oct 31, 2022

Can you help me out ? I am trying to find cable epg list. I can't find them. Do you know ? I am not talking about direct tv epg that you have because some dont work. Some require special number.us or code.us .

And what is ABC News Live code ? I tried ABCNEWSLIVE.us and it didnt work.

@GlamoramaAttack
Copy link

No. I don't know anything about cable epg lists.

@spotanjo3
Copy link
Author

Okay. what about ABC NEWS LIVE ?

@GlamoramaAttack
Copy link

GlamoramaAttack commented Nov 1, 2022

You know where to find the EPGs here? That's all I use. I assume ABCNews will be added into this file:
https://iptv-org.github.io/epg/guides/us.xml
There are also a lot of other channels missing that were available with tvtvus until that stopped (and for some German language channels too). I can't help with much more because I don't have a slightest idea about programming/developing/coding etc.

@spotanjo3
Copy link
Author

Yes I know where to find the EPGs links here but inside them are a lot of missing too. And I can't open this link "us.xml". Can you ?

@GlamoramaAttack
Copy link

GlamoramaAttack commented Nov 2, 2022

Yes but it takes a while until you see it (maybe 30 seconds). Save it to your computer and then open it with an editor.

And try this as an alternative: https://github.com/epgshare01/share01

Look for the country you want to chose an EPG for, for example the US:
https://github.com/epgshare01/share01/blob/master/epg_ripper_US1.txt

On that page you can also download it to find more specific info for a channel:
https://github.com/epgshare01/share01/blob/master/epg_ripper_US1.xml.gz

In that file you find ABC News but if you use .m3u as I do you need to manually change the info for EXTINF:

#EXTINF:-1 tvg-id="ABC.NEWS.us" tvg-name="ABC NEWS" tvg-logo="" group-title="US",ABC NEWS

If you want to use it in your .m3u file you need this path too:

#EXTM3U x-tvg-url="https://github.com/epgshare01/share01/raw/master/epg_ripper_US1.xml.gz"

(you see in the path it must be "raw" instead of "blob"!!!)

Of course you need to add a path to a logo (I use my own). I've tested epgshare01/share01 with ABC News and it works for me as of today Nov. 2 at 7h Middle European Time.

I don't know much about who is working on epgshare01/share01 but you should give it a try!

@spotanjo3
Copy link
Author

spotanjo3 commented Nov 2, 2022

Thanks. Why dont iptv org added new ones on their list if some of them are no longer working anymore ? because I am a little bit confused with links. And I use m3u8 only.

@GlamoramaAttack
Copy link

I've registered last week to answer you. The deleted lists are the reason this "Missing EPG Guides list" thread exists. If you show more effort to follow the hints and links this website offers you would be less confused. Also: trial and error! Sometimes different EPGs seem to be not working, but as long they are in the public lists you don't have to worry, it's just some malfunction - seemed to be the case with Apollo2000's guide yesterday. Now working perfect.

@PopeyeTheSai10r
Copy link
Collaborator

Seems like Dove Channel has been added to https://iptv-org.github.io/epg/guides/us.xml

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

No branches or pull requests

4 participants