2019-09-08, 11:13 AM
nonob Wrote:Do you know others xmltv source for french TV ? I often see about "sheduled direct" but is it restricted to some country only ?
http://www.schedulesdirect.org/regions
2019-09-08, 11:13 AM
nonob Wrote:Do you know others xmltv source for french TV ? I often see about "sheduled direct" but is it restricted to some country only ? http://www.schedulesdirect.org/regions
2019-09-08, 02:45 PM
Seems to be a consistent scraping problem for sub to look at. How about a shows like
La crim' Hell on Wheels Marlon They might parse correctly. Martin
2019-09-08, 03:35 PM
Hi,
I can't found these shows. I think i don't have these channels. I only have these ones : [ATTACH=CONFIG]47529[/ATTACH] Canal+ : only some periods are uncrypted. If you can, give me a show from these channels so i can test a record and check if they are well named
2019-09-08, 03:44 PM
Graham Wrote:http://www.schedulesdirect.org/regions Since France is one of the countries supported by Schedules Direct, I would really encourage you to sign up for a trial and see how it works for you. The better quality data (including season/episode information, premiere flags, unique episode id [used for preventing recording duplicates], logos and show art) all make SD worth the small subscription cost. You could even sign up for the trial, setup your lineup, and then just change one of channels with your problem shows to use SD rather than your XMLTV listings to test if it will fix your problem.
2019-09-09, 02:25 AM
mvallevand Wrote:I think there are some conditions were NextPVR will extract from the metadata too. Can you highlight a show that is wrong. I know you mentionned L'amour est dans le pré and I think I can see what might happening. mvallevand Wrote:Seems to be a consistent scraping problem for sub to look at.It's not scaping the season/episode numbers from the description or anything like that. It's simply using the <episode-num system="xmltv_ns">13..</episode-num> (which is zero based), and it's saying it's season 14, the episode number isn't supplied, so the default is 1. I'll add some logic to the next build to ignore the season number unless the episode number is also supplied.
2019-09-09, 02:58 AM
I thought the .. defaulting to 1 was wrong by the spec so I meant scraping xmltv_ns format. Glad you found it.
Martin
2019-09-10, 11:41 AM
Hi
BrettB Wrote:Since France is one of the countries supported by Schedules Direct, I would really encourage you to sign up for a trial and see how it works for you. The better quality data (including season/episode information, premiere flags, unique episode id [used for preventing recording duplicates], logos and show art) all make SD worth the small subscription cost. I don't use a lot the EPG. I essentially use recording rules to record the same shows over years. I'm not ready (for the moment) to spend money for an alternative guide, even if it seems to be a good service. sub Wrote:It's not scaping the season/episode numbers from the description or anything like that. It's simply using the <episode-num system="xmltv_ns">13..</episode-num> (which is zero based), and it's saying it's season 14, the episode number isn't supplied, so the default is 1. Great, thanks I think you will fix this bug in v5... Is there anything i could do myself to fix or disable this scraping v4 ? Can you confirm that this issue isn't related to this setting, which i already unchecked : [ATTACH=CONFIG]47504[/ATTACH]
2019-09-10, 12:23 PM
nonob Wrote:Can you confirm that this issue isn't related to this setting, which i already unchecked : It is only loosely related, once sub removes the S/E information they can't be renamed with the S/E information You can preprocess the xmltv format to remove <episode-num system="xmltv_ns">13..</episode-num> markup if you know things like xslt transformations. And if you really know what your are doing it looks like there is enough information in the subtitle to create the proper episode information from the sub-title <sub-title>Episode 5</sub-title> and create the proper entry <episode-num system="xmltv_ns">13.4.</episode-num> Martin
2019-09-10, 01:36 PM
Hi
I don't know anything about xslt transformations but i found another solution to resolve my issue : With your help i understood that episode number was missing in my xmltv file. So i searched a new one and checked this information : it is present for some programs like "L'amour est dans le pré" (for instance : <episode-num system="xmltv_ns">13.7</episode-num> , and for others ("On n'est pas couché") it isn't but in this case there isn't at all the line <episode-num system="xmltv_ns"> , so i think NextPVR will not do anything with these ones. I modified my updateEPG.bat file to download the new file then i force an EPG update in NextPVR settings. To be continued... Thanks
2019-09-13, 09:54 AM
Hi,
Yesterday there was firsts recordings with my new epg xml file which contains good "episode-num system" info. I'm surprised because these new recordings are again bad named : To be sure, i checked my xml file again and it seems good : Code: </programme> Do you know what is happening ? Maybe be the old xml file data (with bad episode num) is always used by NPVR ? Thanks |
|