Search found 50 matches

by EddieP
Tue Apr 11, 2023 8:31 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1194697

Re: XMLTV guide data

If your first HDHomeRun has a device auth of 12345678901234567890 and your second HDHomeRun has a device auth of ABCDEFGHIJABCDEFGHIJ send DeviceAuth=12345678901234567890ABCDEFGHIJABCDEFGHIJ ie join the strings together into one long string. Thanks, that worked great. This is so much easier than ma...
by EddieP
Thu Mar 16, 2023 3:37 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1194697

Re: XMLTV guide data

Which specific software requires the movie/series category to be first? It goes against what xmltv.org's grabbers do, so you should probably file a bug report with the devleopers of your software. Mythtv is the big one that requires the presence of a series or movie category, and is the reason why ...
by EddieP
Wed Mar 15, 2023 2:00 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1194697

Re: XMLTV guide data

I see the guide data provides 7 days of XMLTV is this by design ... ?
by EddieP
Tue Mar 14, 2023 6:56 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1194697

Re: XMLTV guide data

Thanks Verified .... <programme start="20230322170000 +0000" stop="20230322173000 +0000" channel="US127676.hdhomerun.com"> <title>America's Court With Judge Ross</title> <sub-title>Baby's Gotta Eat Too; Cloudy With a Chance of Lawsuits</sub-title> <desc lang="en&qu...
by EddieP
Mon Mar 13, 2023 9:04 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1194697

Re: XMLTV guide data

I noticed Series Category shows 2x uppercase and lower case. <programme start="20230320020000 +0000" stop="20230320030000 +0000" channel="US58812.hdhomerun.com"> <title>Uncharted Adventure</title> <sub-title>Turkey</sub-title> <desc lang="en">While exploring T...
by EddieP
Sun Mar 12, 2023 8:05 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1194697

Re: XMLTV guide data

Here is a script that parses the id and puts it to a file... I am sure there is a simpler way, but this is how I do it. CD /d "%~dp0" curl http://192.168.50.203/discover.json > devauth.json python3.11 devauth.py SET /P DEVICEID=<devauth.txt curl --compressed https://api.hdhomerun.com/api/x...
by EddieP
Wed Mar 09, 2022 8:45 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1194697

Re: XMLTV guide data

I am getting this error .... curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.haxx.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this ...
by EddieP
Tue Nov 23, 2021 8:18 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1194697

Re: XMLTV guide data

Added. Note that it is only generated for SxxExx style episodes. Nick I noticed you added this .... Thanks <programme start="20211201210000 +0000" stop="20211201220000 +0000" channel="US20378.hdhomerun.com"> <title>Days of our Lives</title> <desc lang="en">Se...
by EddieP
Mon Nov 22, 2021 11:20 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1194697

Re: XMLTV guide data

@rpcameron

Nice find ...
by EddieP
Mon Nov 22, 2021 11:14 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1194697

Re: XMLTV guide data

My understanding is that is what they are apparently using for <episode-num system="xmltv_ns">17.13.</episode-num> <episode-num system="xmltv_ns">s.e.p/t</episode-num> Where s is the season number minus 1. Where e is the episode number minus 1. Where p is the part number minus 1...
by EddieP
Mon Nov 22, 2021 9:38 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1194697

Re: XMLTV guide data

The XMLTV generator has been updated to output <previously-shown/> if the airing isn't live and isn't new. Please let me know if that helps with Plex. Nick Nick the New Stuff worked great but I had to run your XML through my script to get the correct season/epsisode in plex ... Below you will find ...
by EddieP
Sun Nov 21, 2021 11:26 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1194697

Re: XMLTV guide data

The XMLTV generator has been updated to output <previously-shown/> if the airing isn't live and isn't new. Please let me know if that helps with Plex. Nick Worked like a charm many thanks Nick,,,, no new tag see below and the new shows have the new tag. <programme start="20211121183000 +0000&q...
by EddieP
Sun Nov 21, 2021 10:51 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1194697

Re: XMLTV guide data

nickk wrote: Sun Nov 21, 2021 10:47 am The XMLTV generator has been updated to output <previously-shown/> if the airing isn't live and isn't new.

Please let me know if that helps with Plex.

Nick
Thanks Nick will test and Implement if good. Will post back...
by EddieP
Sun Nov 21, 2021 10:28 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1194697

Re: XMLTV guide data

Didn't mean to tweak you here; I was just trying to point out that the XMLTV specification is rather weak in nature and SD adheres to it just fine. One might argue that it would be better for the data consumer to assume that a lack of a <new> tag in the data can be meant to assume <previously-shown...
by EddieP
Fri Nov 19, 2021 11:34 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1194697

Re: XMLTV guide data

Personally, I also see nothing wrong with the SD XMLTV data here given the provided sample. The XMLTV specification is not extremely strict and providers have a lot of wiggle room as to how they implement/deliver the data. To my eyes, I agree that this a problem that Plex and/or Emby need to deal w...