NextPVR Forums

Full Version: All shows marked as "first run"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

all programmes imported by my xmltv epg source are marked as "new" / "first run" / "premiere". The following gives an example of the xmltv source:

Code:
<programme start="20120222053000" stop="20120222090000" channel="ard.tvmovie.de">
    <title>ZDF-Morgenmagazin</title>
    <desc>Frühmagazin
Themen:
Biikebrennen: Winter adé in Westerland
Facebook-Fasten: Sieben Wochen ohne Smartphone
Nach dem Donnerwetter - FC Bayern in Basel unter Druck
Krebskongress: Früherkennung und Nachsorge verbessern
Formel 1 - Schumi mit neuem 'Silberpfeil' auf Vettel-Jagd
Politischer Aschermittwoch: Schlagabtausch der großen Parteien

Moderation: Dunja Hayali, Mitri Sirin, Anja Heyde, Cherno Jobatey
Zu Gast: Prof. Werner Hohenberger, Alexander Dobrindt</desc>
    <category>Soziales</category>
    <video>
      <aspect>16:9</aspect>
    </video>
    <audio>
      <stereo>Stereo</stereo>
    </audio>
  </programme>
Which aspects are taken in account by npvr to consider a show as "new"? And is "first run = true" the default for shows where the "new" state can't be determined?

Thanks.

-alibert
alibert Wrote:And is "first run = true" the default for shows where the "new" state can't be determined?
Correct. All shows are defaulted to 'first run' unless we know otherwise. This is done so that shows will be recorded if the user's EPG doesnt supply this information.

The Schedules Direct EPG source supplies an attribute that identifies whether a show is a first run. Xmltv has a <previously-shown> tag which is used to identify if a show is a repeat.
Okay, thanks.

-alibert
sub Wrote:Xmltv has a <previously-shown> tag which is used to identify if a show is a repeat.

The XMLTV that I am getting in the UK includes <previously-shown> for relevant shows as ...

Code:
<video>
      <aspect>16:9</aspect>
    </video>
  [color=#FF0000]  <previously-shown/>[/color]    
    <subtitles type="teletext">
      <language lang="en">English</language>
    </subtitles>

I made a mistake. This all works as expected.