-
Notifications
You must be signed in to change notification settings - Fork 52
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
EPG update broken when Channel changes transponder or is renamed #179
Comments
Do you have a debug log? Then I can ask you for the output of a few api calls to see what’s different. <n/a> should be ignored in your channels list. This should only be cosmetic in the log however. Is there an impact in kodi? |
i know, this sounds strange, but enabeling debug, will cause the epg refresh to work
Let me look deeper in this. Maybe the epg refresh is disrupted during playback of recordings. |
Sorry, i can't reproduce the problem since activated debug. |
In your original log:
The <n/a> would usually be a channel name that doesn't have any EPG data. I've never seen it with n/a before. Very strange |
This is a channel that may moved to another transponder. |
That makes sense. So the channel was blank in the bouquet for a time.
If it happens again try to capture one of the api calls from your STB and I can account for it in the addon.
R.
… On 3 Feb 2019, at 00:24, sidey79 ***@***.***> wrote:
This is a channel that may moved to another transponder.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This could be dealt with in the addon by checking the channels and groups to see if there are any new ones periodically. It might make sense to cover it in #154, once we have async connection it would be easy to check once a day for any channel/group changes and disconnect/reconnect to reload. |
Initially the addon will notify saying you should restart if a change is detected. This will be in for 3.18.0 (along with async connection). In a following release the addon will move to async EPG where the reload will happen automatically one the user has stopped watching the current programme. |
First version of this fix will just notify once per day if channels have changed if enabled (3.19.0). The following release will automatically reload channels once per day. Time can be set to occur after standard ABM (Auto Bouquet Maker) run on E2 device. |
I've updated to 3.16.2.2 today and wanted to check if #158 is fixed. But now, i can't get epg data:
My enigma2 receiver is running on OWIF 1.3.5.
The text was updated successfully, but these errors were encountered: