NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 16 17 18 19 20 … 433 Next »
Issues with file format S01E01

Issues with file format S01E01
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#11
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
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,943
Threads: 956
Joined: May 2006
#12
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
nonob
Offline

Member

Posts: 77
Threads: 8
Joined: Aug 2019
#13
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 Smile
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#14
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.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#15
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.

Code:
<programme start="20190909210500 +0200" stop="20190909220000 +0200" showview="" channel="C118.api.telerama.fr">
    <title>L'amour est dans le pré</title>
    <sub-title>Episode 5</sub-title>
    <desc lang="fr">Saison : 14 - Quelques semaines après avoir décacheté leurs courriers tant attendus, les célibataires découvrent, lors d'un entretien d'une dizaine de minutes, celles et ceux qui leur ont écrit. Jean-Michel, un peu intimidé, se prépare à vivre son premier rendez-vous amoureux depuis près de quarante ans.</desc>
    <credits>
      <presenter>Karine Le Marchand</presenter>
    </credits>
    <category lang="fr">téléréalité</category>
    <length units="minutes">55</length>
    <icon src="https://television.telerama.fr/sites/tr_master/files/sheet_media/media/65a98a76-bd53-40d8-a724-82a1679f9d44.jpg" />
    <episode-num system="xmltv_ns">13..</episode-num>
    <video>
      <aspect>16:9</aspect>
      <quality>HDTV</quality>
    </video>
    <premiere />
    <rating system="CSA">
      <value>Tout public</value>
    </rating>
  </programme>

Martin
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.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,943
Threads: 956
Joined: May 2006
#16
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
nonob
Offline

Member

Posts: 77
Threads: 8
Joined: Aug 2019
#17
2019-09-10, 11:41 AM
Hi Smile

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.

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.

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.

I'll add some logic to the next build to ignore the season number unless the episode number is also supplied.

Great, thanks Smile

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]
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,943
Threads: 956
Joined: May 2006
#18
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
nonob
Offline

Member

Posts: 77
Threads: 8
Joined: Aug 2019
#19
2019-09-10, 01:36 PM
Hi Smile

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 Smile
nonob
Offline

Member

Posts: 77
Threads: 8
Joined: Aug 2019
#20
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 :

[Image: 32kquLd.png]

[Image: 0J5PEhH.png]

To be sure, i checked my xml file again and it seems good :

Code:
</programme>
<programme start="20190912210500 +0200" stop="20190912232000 +0200" channel="M6.fr">
    <title lang="fr">Pékin Express : la route des 50 volcans</title>
    <sub-title lang="fr">La demi-finale</sub-title>
    <desc lang="fr">Saison 12 Episode 9 : La demi-finale
L'heure de la demi-finale a sonné ! Les trois équipes encore en lice se disputeront 3 amulettes de 10 000 euros. Leur mission : éviter de tirer l'une des 3 enveloppes noires, synonymes d'une potentielle élimination, en évitant la dernière place aux épreuves. Côté paysages, les candidats vont poursuivre leur découverte de la Colombie à travers trois sprints haletants. C'est à Barichara, dans l'un des plus beaux villages de Colombie, qu'ils vont participer à une terrible course de «garçons de café». Les moins agiles pourront se rattraper avec une épreuve plus sportive en eaux vives, tandis que les plus logiques auront leur chance à pédalo avec une dernier défi logique</desc>
    <category lang="fr">Jeu</category>
    <icon src="https://static.playmedia-cdn.net/img/tv_programs/665501-666000/665878_xlarge.jpg" />
    <year>2019</year>
    <rating system="csa">
      <value>TP</value>
    </rating>
    <episode-num system="xmltv_ns">11.8.</episode-num>
</programme>
<programme start="20190912232000 +0200" stop="20190913002500 +0200" channel="M6.fr">
    <title lang="fr">Pékin Express : itinéraire bis</title>
    <desc lang="fr">Saison 1 Episode 9
Mehdi et Hoang poursuivent leur découverte de la Colombie à travers des défis. Pour sa première mission, le binôme se rend dans la région de San Gil, la Mecque des sports extrêmes dans le pays, pour y braver la peur du vide et descendre en rappel une cascade de 120 mètres, nichée au coeur de la forêt tropicale. Adrénaline et sensations fortes garanties ! Après ce défi sportif de haute voltige, Mehdi et Hoang découvrent une tradition culinaire colombienne aussi surprenante qu'insolite, puisque dans le village de Barichari, les villageois consomment des fourmis géantes grillées depuis plus de 500 ans : elles sont en effet réputées pour leurs propriétés aphrodisiaques et curatives</desc>
    <category lang="fr">Jeu</category>
    <icon src="https://static.playmedia-cdn.net/img/tv_programs/664001-664500/664154_xlarge.jpg" />
    <year>2019</year>
    <rating system="csa">
      <value>TP</value>
    </rating>
    <episode-num system="xmltv_ns">0.8.</episode-num>
</programme>

Do you know what is happening ? Maybe be the old xml file data (with bad episode num) is always used by NPVR ?

Thanks
« 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
  incorrect frequency in adelaide .ini file spin35 5 3,020 2023-02-01, 05:40 PM
Last Post: sub
  tsreader4 skipping issues dlindyds 63 14,221 2021-09-05, 03:23 AM
Last Post: rizarefaldi
  Fast-forward and comskip issues manic_biker 11 3,842 2021-07-12, 02:17 AM
Last Post: Robazz
  Issues with Signal? Tularis 6 2,367 2021-05-01, 11:09 AM
Last Post: shspvr
  ts file shows length too long? SuttonWillow 2 1,905 2021-03-15, 01:56 PM
Last Post: mvallevand
  Unhandled Exception: file name too long (idiots at pbs made it super long) jobby99 1 1,396 2020-10-29, 09:40 PM
Last Post: mvallevand
  ts file shows length too long SamM 4 2,329 2020-10-06, 02:45 AM
Last Post: Ehrlichia
  Possible to record in different format than .ts files? gadgetgaz 29 12,676 2020-10-04, 03:05 PM
Last Post: Ehrlichia
  EPG displaying small subset of xmltv file. Esteban 9 3,010 2020-07-18, 10:07 PM
Last Post: Esteban
  Recordings Date Format NumberFive 3 2,008 2020-05-14, 11:08 PM
Last Post: NumberFive

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

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

Linear Mode
Threaded Mode