rabilrbl / jiotv_go

Unlock the magic of JioTV across all your devices, without the need for the JioTV App. Crafted with love in Golang for a delightful blend of speed and efficiency! 🌟✨
https://jiotv_go.rabil.me/
Other
175 stars 55 forks source link

feat: EPG interval filter #254

Closed vishalkrv closed 5 months ago

vishalkrv commented 5 months ago

Feature description

Can we please add filter to epg file . eg localhost:5001/epg.xml.gz?interval=6h. Because the current epg file is big, my tv fails at parsing the EPG file. So some kind of filter will be helpful

Solution

No response

Additional context

No response

Acknowledgements

rabilrbl commented 5 months ago

That will be a lot of hard coding required because JioTV API gives 24hr in each call.

Also please post logs about epg failing on your TV

vishalkrv commented 5 months ago

I use a third party app (https://m3u-ip.tv/) on Samsung TV to play IPTV. It has some limit around 20,000 programs in EPTV, so with 24hr interval the program list goes beyond 37000 and the app stucks.

It will be good to have feature.

Thanks for this great product, prior to this I was using tobalan on Kodi.

rabilrbl commented 5 months ago

I want you to do one thing, Disable EPG completely with following command

jiotv_go epg del

If you set EPG config value, make sure that is false too.

Then use a third party EPG as mentioned here https://avkb.short.gy/jioepg.xml.gz

Doc guide: https://jiotv_go.rabil.me/usage/android_tv.html#third-party-epg-providers

Let me know the results here

rabilrbl commented 5 months ago

@vishalkrv I will close this on stale. Please report

rabilrbl commented 5 months ago

Closing this as stale. Re-open this issue, if required