2015-09-13, 12:18 AM
If you can supply a sample of your xmltv file, I'll see if I can get it working.
2015-09-13, 12:18 AM
If you can supply a sample of your xmltv file, I'll see if I can get it working.
2015-09-13, 01:10 AM
Sub,
Back at post #26 I attached a file, FAST.rar. This is a snippet including the problem recording. If you need more let me know. Thanx!
2015-09-13, 02:11 AM
I don't know if sub needs more, but I'd be curious to see your whole XMLTV.XML file (just .zip it, the forum allows bigger .zips than anything else). MC2XML used to include the "dd_progid" episode-num system which is what nextpvr uses for unique_id (and it actually matches schedules direct in that regard). The ms_progid was previously just a slightly different from of the same id; for example looking at an old file I have here the dd_progid is "EP01505788.0761" and the msprog_id is "1.EP015057880761". The msprog_id in your file is different, just "1.309901829", which may be usable but doesn't distinguish between SHow, EPisode, MoVie, SPorts which may be a problem.
Is this file coming from the donator version of MC2XML, or is the free version now fixed?
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
2015-09-13, 03:02 AM
jrockow Wrote:Sub,I don't want a snippet. I'd need a whole xmltv file, so I can load it into my development system.
2015-09-13, 10:22 AM
Here is the DropBox link to the complete file....
https://www.dropbox.com/s/w0z8w595jgd44q...l.rar?dl=0
2015-09-13, 03:57 PM
looks like that msprog_id ought to work fine as a unique_id, though there's no distinction between different types of shows (EP/SH/MV/SP) like with schedules direct. Some of the EPisodic type shows also have "<episode-num system="onscreen">9</episode-num>", but not all of them (for example some episodes of fast n' loud have this, others don't).
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
2015-09-13, 06:01 PM
This one should get it going. Remember to do an 'empty epg' followed by an 'update epg'.
2015-09-13, 06:05 PM
johnsonx42 Wrote:though there's no distinction between different types of shows (EP/SH/MV/SP) like with schedules direct.I think this will be ok - it looks like they unique numbers for every airing of the news etc.
2015-09-13, 07:18 PM
sub Wrote:I think this will be ok - it looks like they unique numbers for every airing of the news etc. One caveat is that MSN id won't be unique against last season's zap2it id used in mc2xml. It also looks like <date/> is the original air date so you could infer new with that equally to <previously-shown start=... or <programme start= Martin
2015-09-13, 07:38 PM
mvallevand Wrote:One caveat is that MSN id won't be unique against last season's zap2it id used in mc2xml.Yep - but to be clear, that's nothing to do with this patch though. They've effectively changed their EPG source when mc2xml moved to rovi, and things that rely on show identifiers, like avoiding duplicates etc, wont be able to recognise existing recordings as matching ones in their new EPG. |
|