NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 59 60 61 62 63 … 102 Next »
"New" episodes XMLTV

 
  • 0 Vote(s) - 0 Average
"New" episodes XMLTV
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#21
2020-09-03, 04:41 PM
(2020-09-03, 02:13 PM)DavidD Wrote: Thanks for the information. Here is the new google drive link. It should be viewable to anybody with this link.

https://drive.google.com/file/d/1cije6Rb...sp=sharing

Dave.
It looks like it's working fine for me. All the shows with <previously-shown /> are not being marked as "new" in the guide


Attached Files Thumbnail(s)
   
DavidD
Offline

Junior Member

Canada
Posts: 24
Threads: 5
Joined: Jun 2020
#22
2020-09-03, 05:44 PM
That is odd. I wonder how come it does not work for me. Maybe it is a Linux thing - who knows?
DavidD
Offline

Junior Member

Canada
Posts: 24
Threads: 5
Joined: Jun 2020
#23
2020-09-03, 05:47 PM
(2020-09-03, 02:24 PM)mvallevand Wrote: Sub recently added support for the Silicon Dust PVR EPG data having multiple display names for auto merge.  Perhaps that broke the new flag.  Otherwise it should work.

I am always looking to see other Ottawa list for US channels.  I don't get any but my neighbor can get PBS with a higher antenna.

Martin

I cannot get any US channels either. I might have some extra channels in my EPG data. Currently, I am running the EPG data from the HD Homerun unit via a python program to get the file that I posted. I did not know there was added support for Silicon Dust PVR EPG data - has that been documented yet? I would love to try it out.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,130
Threads: 957
Joined: May 2006
#24
2020-09-03, 05:58 PM (This post was last modified: 2020-09-03, 06:07 PM by mvallevand.)
Living in the same area I tried that xml file, definitely with the release build it fails and with the new NShared it works for me on Docker which should be close.

Sub note that it is really, really bad auto-mapping the HDHR list to the Silcon Dust guide (with the ugly TMS name) 0 match out of 14 by name and only 1 by identifier It would be nice to use the major/minor in mapping.

@DavidD you can get it directly from SD via a script in UpdateEPG. Here is the python part that gets it as a string for testing you can use shutil to save it to a file.

Code:
import requests
import json
import gzip

disco = requests.get('http://yourip/discover.json')
resp = json.loads(disco.text)
gzlineup = requests.get('http://api.hdhomerun.com/api/xmltv?DeviceAuth=' + resp['DeviceAuth'])
try:
    lineup = gzip.decompress(gzlineup.content)
except:
    print (gzlineup.text)

Martin
DavidD
Offline

Junior Member

Canada
Posts: 24
Threads: 5
Joined: Jun 2020
#25
2020-09-03, 09:09 PM
O.K., the new dll is working now. I think the reason was that I did not think about re-updating the tv guide after replacing the .dll. Sorry, I did not think about that one. I cannot say for sure that this was what happened as I do not know when the program in the dll is called. I just logged on today to NextPVR and everything seemed O.K. I did not do anything myself. I think it was the automatic update of the TV guide that happens daily that might have solved the problem that I was having. Thank you very much for all of your help.

On another note, does the NextPVR- silicon dust addition that you sent me Martin- does it do some reformatting for NextPVR of the tvxml that is extracted. I had to for example: generate the previously-shown tag, eliminate the category series to get the coloured EPG working for me and translate the season episode information into the right format so that NextPVR would accept it.

Thanks.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,130
Threads: 957
Joined: May 2006
#26
2020-09-03, 10:32 PM
I don't know I don't have a PVR subscription. Their file should be to spec but I'd have to see it. The change for 5.0.8 was to allow matching on multiple display-names which seems to still be broken with major.minor matching for ATSC.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#27
2020-09-04, 03:14 AM
(2020-09-03, 10:32 PM)mvallevand Wrote: The change for 5.0.8 was to allow matching on multiple display-names which seems to still be broken with major.minor matching for ATSC.
Can you let me know if this version helps?


Attached Files
.zip   NShared.zip (Size: 308.12 KB / Downloads: 15)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,130
Threads: 957
Joined: May 2006
#28
2020-09-04, 03:25 AM
Perfect. Using the user' file everything mapped with default scan and also with both auto map options.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#29
2020-09-04, 03:47 AM
Great! Thanks for checking it out.
DavidD
Offline

Junior Member

Canada
Posts: 24
Threads: 5
Joined: Jun 2020
#30
2020-09-04, 02:40 PM
Just like to say again, thanks for all of your help guys. In my case, I do not use the auto map function. But if I have to set up NextPVR again, maybe I will give it a try.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem XMLTV epg download Mastericarus333 3 1,466 2024-01-04, 12:47 PM
Last Post: Mastericarus333
  XMLTV puck64 2 1,402 2023-11-15, 09:13 AM
Last Post: puck64
  New episodes are not being detected by scheduler. CoyoteDen 5 861 2023-11-02, 12:38 AM
Last Post: mvallevand
  XMLTV EPG update not working LaChab 3 1,083 2023-10-24, 07:15 PM
Last Post: mvallevand
  Recording missing episodes in series, best practice? Mr Whippy 3 873 2023-10-23, 01:02 PM
Last Post: mvallevand
  webbgrab++ xmltv times ramjam 4 866 2023-08-11, 06:56 PM
Last Post: mvallevand
  Server URL for M3U and XMLTV Meldgaard 2 1,405 2023-08-05, 06:34 AM
Last Post: sub
  'Expose M3U/XMLTV to other apps' update three6zerocool 8 1,700 2023-02-03, 10:52 AM
Last Post: three6zerocool
  XMLTV file not uploading to the EPG properly tilton 13 2,426 2022-07-10, 08:03 PM
Last Post: sub
  Can't Get Channel Setup to Map to XMLTV SamM 6 1,978 2022-04-22, 06:23 AM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode