sebdelsol / sfvip-all

Sfvip All wraps Sfvip Player with a local proxy that inserts an All category so you can easily search your entire catalog. It updates Mpv and Sfvip Player so you can enjoy their latest features. It supports an external EPG. It creates a cache for Mac account all categories to access those faster.
MIT License
61 stars 5 forks source link

epg doesn't match any channel of a m3u playlist #12

Closed Shasoosh closed 9 months ago

Shasoosh commented 9 months ago

Hey,

Thanks for the app. I've downloaded the latest version and added an external epg (a gz url contains an xml) My iptv is a .m3u8 url.

EPG seems to load (getting a green Ready) but I don't see a EPG button on the UI. Also clicking E on the keyboard doesn't do anything.

What am I missing?

sebdelsol commented 9 months ago

Could you please share your epg url and your logs

Shasoosh commented 9 months ago

Thanks for the reply.

Here are all my logs in one paste: https://pastebin.com/HX0TYSvi

My EPG: https://play-berry.net/xmltv.xml.gz

sebdelsol commented 9 months ago

Thanks, the epg is correctly loaded indeed. So there's an issue with matching the m3u channels with the epg channels. To check why I would need the content of the .m3u8 response (I'm interested in tvg-id and tvg-name attributes).

Shasoosh commented 9 months ago

By content of the .m3u8 response you mean the content of the m3u8? I've updated https://pastebin.com/HX0TYSvi with a list of all the tvg-id found inside the m3u8. There were no tvg-name there, though. I can share the actual url in private if it will be quicker to debug.

sebdelsol commented 9 months ago

It would be great to have the full content of some random channels found in the m3u

sebdelsol commented 9 months ago

BTW Have you tried to watch a channel (eg. channel24 which seems to be both in the m3u and the epg), and checked that you actually have the epg current schedule showing ? (the e key should toggle the full day schedule for the watched channel).

Shasoosh commented 9 months ago

e doesn't do anything on channel24. Looks like sharing the link is against their terms of service but you can register at raspberrytv dot net for a 72 free trial and select the Israel package. (no cc required)

sebdelsol commented 9 months ago

Sure I understand, I'll dot that.

sebdelsol commented 9 months ago

It should be fixed in v1.4.12.27

Shasoosh commented 9 months ago

Thanks. I’ve downloaded the new version. ‘e’ works but I can’t click on shows from the epg for the catchup feature (is that suppose to work? I have a 7 days back archive that I usually use on my Android device)

also I still can’t see the epg button on the right upper corner.

sebdelsol commented 9 months ago

I can’t click on shows from the epg for the catchup feature (is that suppose to work? I have a 7 days back archive that I usually use on my Android device)

I might add it in a future version

also I still can’t see the epg button on the right upper corner.

Not sure what you mean.

Shasoosh commented 9 months ago

I’ve e seen images with an epg button on the top right corner. I was under the impression that it opens a complete epg (not just for a specific channel)

image

sebdelsol commented 9 months ago

oh I was not aware of this button... Anyway Sfvip All is a launcher/wrapper of Sfvip Player which is not open source. So I had to tinker a lot to make those new features work: I already have some hooks in Sfvip Player, but a button detection would prolly be a PITA to maintain...

Shasoosh commented 9 months ago

Yea I understand. I would love to see a full epg at some point with the ability to watch content a week back.

Thanks for the help!