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

epg offsets #84

Open
kiddac opened this issue Nov 18, 2023 · 1 comment
Open

epg offsets #84

kiddac opened this issue Nov 18, 2023 · 1 comment

Comments

@kiddac
Copy link

kiddac commented Nov 18, 2023

Can you add these openpli offsets commits to oe-alliance version of epg-importer.

OpenPLi/enigma2-plugin-extensions-epgimport@e5740d5

@Huevos
Copy link
Member

Huevos commented Nov 19, 2023

00a8391

I've imported it. Please confirm it works correctly for you.

Huevos referenced this issue Nov 19, 2023
This allows epgimport to correct start- and endtimes of events, as several xmltv sources use local time with +0000 instead of the correct timezone offset. To use this, define the offset like so:
````
<source type="gen_xmltv" nocheck="1" offset="-0200" channels="/etc/epgimport/some.xmltvfile.channels.xml">
 <description>Some XMLTV file</description>
 <url>http://epg.example.org/some,xlmtvfile.gz></url>
</source>
````
in this case because the times in the file are in GMT+2, but the offset is +0000, indicating GMT was used. The offset "-0200" corrects GMT+2 to GMT.
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