NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 983 984 985 986 987 … 1231 Next »
epg xml file

 
  • 0 Vote(s) - 0 Average
epg xml file
Cape-City
Offline

Member

Posts: 237
Threads: 44
Joined: Aug 2005
#1
2005-09-09, 01:03 PM
hi,

maybe someone can have a look at my tvguide.xml file. when i open it with
a text editor everything seems to be ok, but when open it in gbpvr the most
programs are not at the correct place ...

have a look at the program rtl 2 at 20:15 ...

greetz
cc
betlit
Offline

Senior Member

Posts: 449
Threads: 17
Joined: Feb 2005
#2
2005-09-09, 01:14 PM (This post was last modified: 2005-09-09, 01:18 PM by betlit.)
hmm...i have no problem importing the xml-file here on my test-installation... everything looks fine in the tv guide.

what do you mean by 'not in the correct place'?
does the time not match or are programs assigned to the 'wrong' channel?
AMD 1600mHz, 512 M RAM, 20+160 GB drive, Hauppauge PVR-350 + PVR-150 + PVR-150MCE, Win XP Pro SP3, using software decoding.


There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.

There is another theory which states that this has already happened.

(The Restaurant at the End of the Universe)
Cape-City
Offline

Member

Posts: 237
Threads: 44
Joined: Aug 2005
#3
2005-09-09, 02:11 PM (This post was last modified: 2005-09-09, 02:16 PM by Cape-City.)
At the channel rtl 2 it startet at

20:15 - 00:55 Pakt der Wölfe
22:05 - 23:05 Ärger im Revier
22:15 - 00:10 Rats
23:00 - 01:50 Pakt der Wölfe
23:05 - 00:30 Akte Mord
00:10 - 02:15 Arachnophobia
...

In the XML File everything seems to be correct ... I also have no problems to import it
to gb-pvr, but gb-pvr didnt show it as it is in the xml file ....

It should be

<programme start="20050909201500" channel="rtl2.de">
<title>Pakt der Wölfe</title>
<category>Spielfilm/Action</category>
</programme>
<programme start="20050910005500" channel="rtl2.de">
<title>RTL II Kino-Tipp</title>
<category>Magazin/Musik/Konzerte</category>
</programme>
<programme start="20050910021000" channel="rtl2.de">
<title>Kill Me Again - Töten Sie mich</title>
<category>Spielfilm/Thriller</category>
</programme>
<programme start="20050910024000" channel="rtl2.de">
<title>Schnulleralarm</title>
</programme>
betlit
Offline

Senior Member

Posts: 449
Threads: 17
Joined: Feb 2005
#4
2005-09-09, 02:28 PM
ah. there's the problem (sorry, didn't notice the first time): your xmltv-file lacks the 'stop'-time of the show.

e.g.:
<programme start="20050909201500 +0200" stop="20050909230000 +0200" channel="rtl2.de">

if this is missing, gbpvr has to assume the end time is the start time of the _next_ program in the _file_. in this case RTL II Kino-Tipp starting at 0:55

may i ask, what your xmltv-source is?
AMD 1600mHz, 512 M RAM, 20+160 GB drive, Hauppauge PVR-350 + PVR-150 + PVR-150MCE, Win XP Pro SP3, using software decoding.


There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.

There is another theory which states that this has already happened.

(The Restaurant at the End of the Universe)
Cape-City
Offline

Member

Posts: 237
Threads: 44
Joined: Aug 2005
#5
2005-09-09, 02:43 PM
i'm using the program webepg to get the epg data. it just grabbs the tvinfo.de site
to get the infomation.

but where did the other programms come from, which are overlaying the real ones ?
betlit
Offline

Senior Member

Posts: 449
Threads: 17
Joined: Feb 2005
#6
2005-09-09, 03:02 PM
uhm.. can't tell you that... rats is sheduled on september 11th and akte mord on 15th/16th. :confused:

but i would suggest you, to switch to http://sourceforge.net/projects/xmltv/

it contains a grabber for german television, which get the data from tvtoday.de. i used it myself until a grabber for switzerland was made. i never had problems with it.

of course you would have to reconfig your capture-sources, because the channel-ids are different. you can edit the gbpvr.mdb file and change the ids (after you emptied the epg), but messing arround with the db is a bad idea unless you _really_ know what you are doing.
AMD 1600mHz, 512 M RAM, 20+160 GB drive, Hauppauge PVR-350 + PVR-150 + PVR-150MCE, Win XP Pro SP3, using software decoding.


There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.

There is another theory which states that this has already happened.

(The Restaurant at the End of the Universe)
Cape-City
Offline

Member

Posts: 237
Threads: 44
Joined: Aug 2005
#7
2005-09-09, 03:08 PM
Do U know this tool ?

http://nxtvepg.sourceforge.net/index-de.html

With this it should be able to get the epg directly from the dvb-t stream,
i know it for a long time, but now dvb-t should work too ... in the past only
analog ...
dottore
Offline

Posting Freak

Posts: 986
Threads: 44
Joined: May 2004
#8
2005-09-09, 03:14 PM
STOP!

nxtvepg doesn't retrieve the data from dvb-t but from the analog tv. you can use this program with a few cards (not the hardware-encoder-cards though), it parses the data and writes xmltv-files.

has nothing to do with dvb-t. when it comes to dvb there are other programs which extract the epg-data from the mpeg2-stream.
---------------------
www.sitecomposer.de
betlit
Offline

Senior Member

Posts: 449
Threads: 17
Joined: Feb 2005
#9
2005-09-09, 03:14 PM
nope, never used it.
but IIRC, with nexTView, you 'only' get the EPG-Data of a few (3?) days ahead.

xmltv tv_grab_de_tvtoday allows you to get EPG data for the next 14 days.
AMD 1600mHz, 512 M RAM, 20+160 GB drive, Hauppauge PVR-350 + PVR-150 + PVR-150MCE, Win XP Pro SP3, using software decoding.


There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.

There is another theory which states that this has already happened.

(The Restaurant at the End of the Universe)
Cape-City
Offline

Member

Posts: 237
Threads: 44
Joined: Aug 2005
#10
2005-09-09, 03:24 PM
Quote:Herzlich willkommen auf der Homepage von nxtvepg - einer Software die es ermöglicht Nextview EPG am PC zu nutzen. Nextview ist eine kostenlose elektronische Programmzeitschrift die zusammen mit dem Teletext (aka Videotext) im TV-Signal (analog als auch digital per DVB) übertragen wird. Mit der Dekoder-Software erhalten Sie täglich das Fernsehprogramm aller überregionalen Sender in Deutschland, Österreich, der Schweiz, Frankreich und Belgien, ohne Zugriff auf's Internet. Weiter...

o.k. the thing nxtvepg first done is crashing the pc Sad
But they say it should work with dvb ...

... seems to that it dont work with my dvb-t card - crashed again Sad

What kind of other programs do u mean, which can grab the epg stream
directly from dvb-t ?

why only 3 days ? my technisat receiver gets 7 days epg, which is enough
for me, i think ...


I have a TwinHan DVB-T card which has no hardware decoder ...

the xmltv tool gives up with an error messages an grabbs no data :

Code:
C:\Downloads\dvb-t\xmltv-0.5.40b-win32\xmltv-0.5.40a-win32>xmltv tv_grab_de_tvto
day --days 2 --output tvguide.xml
Timezone is +0200
adding '--share=C:/Downloads/dvb-t/xmltv-0.5.40b-win32/xmltv-0.5.40a-win32/share
/xmltv'
using config filename ./.xmltv/tv_grab_de_tvtoday.conf
getting list of channels: ##################################################
grabbing: Can't call method "look_down" on an undefined value at /PerlApp/grab/d
e_tvtoday/tv_grab_de_tvtoday line 459.

First i startet it with the --configure parameter and told him which channels i have
and which not ...

cc
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  file types of recorded TV paul1 3 3,814 2012-09-30, 05:20 PM
Last Post: sub
  No Data In the Recorded File zb1 5 2,430 2010-08-24, 01:08 AM
Last Post: zb1
  Path to file being recorded. brianj 5 2,462 2010-08-08, 10:58 PM
Last Post: brianj
  error: failure playing back file yonu 4 2,187 2010-07-12, 12:52 AM
Last Post: yonu
  UK Freesat Scan.cache File jeffers 3 2,179 2010-05-25, 10:34 PM
Last Post: jeffers
  3 AC3Filter instances when playing back a still recording TS file? jksmurf 3 2,026 2010-05-17, 12:30 AM
Last Post: jksmurf
  Recording stops at 4gb file size experiencebliss 5 2,508 2010-05-04, 02:54 AM
Last Post: pBS
  Hauppage HVR-950q, no file created when recording, no pause. donbrowne 5 2,140 2010-04-08, 04:03 PM
Last Post: sub
  ffdshow postprocessing on .ts file playback alibert 2 1,774 2010-04-05, 05:33 AM
Last Post: alibert
  ATI Mux / mpeg file recordings playback issues topperdude 10 4,467 2010-03-29, 11:44 PM
Last Post: ww4397

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

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

Linear Mode
Threaded Mode