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

rich_tv_input_xmltv_feed.xml start stop times #14

Open
gb160 opened this issue Dec 15, 2023 · 0 comments
Open

rich_tv_input_xmltv_feed.xml start stop times #14

gb160 opened this issue Dec 15, 2023 · 0 comments

Comments

@gb160
Copy link

gb160 commented Dec 15, 2023

Hi I have this app all working great but I cannot get my head around the start stop times in the rich_tv_input_xmltv_feed.xml
well I understand how it works, ive been using xmltv for years on other systems and its pretty simple. The problem I have here is the programs end up being entered into the guide with some weird offset that I can't work out.

<programme
    start="20231214224000 +0000"
    stop="20231214234000 +0000"
    channel="2076"
    video-src="http://***"
    video-type="HTTP_PROGRESSIVE"
    thumbnail-uri="https://***">
    <icon src="https://***"/>
    <title>Questions</title>
    <desc>On the panel are Angela Constance MSP, Meghan Gallacher MSP, Anas Sarwar MSP, Kate Andrews and Stephen   Noon. [S] [HD]</desc>
    <long-desc></long-desc>
    <episode-title></episode-title>
    <rating system="com.android.tv">
        <value>com.android.tv/US_TV/US_TV_14/US_TV_D/US_TV_L</value>
    </rating>
</programme>

This is an example of one of my programs in my rich_tv_input_xmltv_feed.xml , however it just doesn't appear in the guide when it should...if the offset was always the same I'm sure I could work around that, but sometimes the offsets are a few hours, other times it will be the completely wrong day.
Hopefully it's just me being stupid and missing something obvious.

I followed this from the included xmltv.dtd:

All dates and times in this DTD follow the same format, loosely based
on ISO 8601.  They can be 'YYYYMMDDhhmmss' or some initial
substring, for example if you only know the year and month you can
have 'YYYYMM'.  You can also append a timezone to the end; if no
explicit timezone is given, UTC is assumed.  Examples:
'200007281733 BST', '200209', '19880523083000 +0300'.  (BST == +0100.)

Any ideas are welcome.

@gb160 gb160 changed the title xlm start stop times rich_tv_input_xmltv_feed.xml start stop times Dec 15, 2023
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

1 participant