[EPG] HDTV field in WebEPG (1 Viewer)

vuego

Documentation Group
  • Team MediaPortal
  • August 5, 2006
    1,637
    764
    Göteborg
    Home Country
    Sweden Sweden
    The xmltv.dvd specifies the quality tag. It would be nice if WebEPG could support this.

    The information is available in the program description of Swedish grabbers so I'd like to use something like:
    Code:
          <Searches>
            <Search match="Samsänds i SVT HD" field="#QUALITY" remove="false"/>
          </Searches>
    in the grabber file to produce a TVGuide.xml like:
    Code:
      <programme start="20100926230000 +0200" channel="SVT1HD-svt1hd@svt.se">
        <title>Life</title>
        <desc>Brittisk naturserie med David Attenborough. Del 2 av 10: Reptiler och groddjur. Från 23/9 i SVT1 5.1-ljud Samsänds i SVT HD</desc>
        <episode-num>2</episode-num>
    [COLOR="Green"]    <video>
          <quality>HDTV</quality>
        </video>
    [/COLOR]  </programme>
    Or perhaps it needs to be modified to support other quality than HDTV?

    The next step is to show this information in the EPG grid but it could be done later if preferred (For the Record already agreed to support this tag once any grabber could produce it :)).
     

    Users who are viewing this thread

    Top Bottom