NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 11 12 13 14 15 … 56 Next »
Alternative New Zealand XMLTV listing source

 
  • 0 Vote(s) - 0 Average
Alternative New Zealand XMLTV listing source
xanth
Offline

Member

Posts: 65
Threads: 10
Joined: Nov 2005
#11
2007-11-13, 09:28 AM
Sorry, have just updated the wiki.
It was quite hard for me to explain so perhaps I'll give an example.

The text that is searched through might look like....
------------------------------------------------------------------
<tr valign="top">
<td class="tvgentertainment">TV1</td>
<td bgcolor="#008FCA">&nbsp;</td>
<td colspan="2" bgcolor="#F5FCFF">
<a href="#" class="tvgprogram"
onmouseover="return escape('General Entertainment<br><b>Spooks (23:10)</b><br><b>TV1</b><br><b>11:00pm-12:10am</b>')"
onClick="openBrWindow('tvg-program-info.cfm?cc=TV1A&ds=2007-11-12&st=23:00&en=Spooks','info','scrollbars=yes,width=350,height=426'); return false">&laquo; Spooks (23:10)
</a>
<span class="tvgclassification">(M)</span>
</td>
<td colspan="142" bgcolor="#F5FCFF"></td>
</tr>
------------------------------------------------------------------
Once the config is read and reads the lines, the data ends up as
onmouseover="return escape('General Entertainment<br><b>Spooks (23:10)</b><br><b>TV1</b><br><b>11:00pm-12:10am</b>')"onClick="openBrWindow('tvg-program-info.cfm?cc=TV1A&ds=2007-11-12&st=23:00&en=Spooks','info','scrollbars=yes,width=350,height=426'); return false"
------------------------------------------------------------------
So the config string would be.
TV1,01,2,onmouseover,TV1,<b>,3,</b>,&ds=,1,&,<b>,1,</b>,’,1,<br>,http ://www. gbpvr.com/logo/TV1.jpeg
------------------------------------------------------------------
So, what each field means:
1. TV1, What Channel to look for
-----------------
2. 01, The channel ID
-----------------
3. 2, The no. of lines to read once it finds the searched for string and combines them into one line
-----------------
4. onmouseover, The string to search for to start reading (as above)
-----------------
5. TV1, The second string to search for (Diff than no1.
-----------------
6. <b>, From the lines read (no3) string to search for the time
-----------------
7. 3, The number of instances of no6 to find before the string for time is found.

IE:
onmouseover="return escape('General Entertainment<br><b>Spooks (23:10)</b><br><b>TV1</b><br><b>11:00pm-12:10am</b>')"onClick="openBrWindow('tvg-program-info.cfm?cc=TV1A&ds=2007-11-12&st=23:00&en=Spooks','info','scrollbars=yes,width=350,height=426'); return false"
-----------------
8. </b>, The end of the string for time
-----------------
9. &ds=, String to search for to find the date
-----------------
10. 1, The number of instances of no8 to find before the string for date is found
IE:
onmouseover="return escape('General Entertainment<br><b>Spooks (23:10)</b><br><b>TV1</b><br><b>11:00pm-12:10am</b>')"onClick="openBrWindow('tvg-program-info.cfm?cc=TV1A&ds=2007-11-12&st=23:00&en=Spooks','info','scrollbars=yes,width=350,height=426'); return false"
-----------------
11. &, The string that marks the end of the date
IE:
onmouseover="return escape('General Entertainment<br><b>Spooks (23:10)</b><br><b>TV1</b><br><b>11:00pm-12:10am</b>')"onClick="openBrWindow('tvg-program-info.cfm?cc=TV1A&ds=2007-11-12&st=23:00&en=Spooks','info','scrollbars=yes,width=350,height=426'); return false"
-----------------
12. <b>, String to search for to find the name
-----------------
13. 1, The number of instances of no12 to find before the string for date is found
-----------------
14. </b>, The string that marks the end of the name
-----------------
15. ’, String to search for to find the program description
-----------------
16. 1, The number of instances of no15 to find before the string for date is found
-----------------
17. <br>, The string that marks the end of the program description
-----------------
18. http ://www. gbpvr.com/logo/TV1.jpeg Icon use use
------------------------------------------------------------------
Intel 3Ghz P4, 1024Mb RAM, 2x PVR500, NovaT500 (New July2009) (PC dedicated to TV). 1 Media MVP. Author of djkxml.
argo
Offline

Junior Member

Posts: 15
Threads: 3
Joined: Jul 2005
#12
2007-11-14, 08:32 AM
Thanks xanth, making more sense now. Hate to say though there seems to be a problem now getting the description data, could be since changing to the new webpage?
argo
Offline

Junior Member

Posts: 15
Threads: 3
Joined: Jul 2005
#13
2007-11-14, 09:48 AM
Also have you seen this?

http://epg.pvr.geek.nz/epg/

Has over 1MB of EPG data.
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#14
2007-11-14, 07:11 PM
wont be long till its removed
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#15
2007-11-14, 07:14 PM
There is a utility for the current version of GB-PVR that can be used to extra the sky tv listings from a DVB-S device to an xmltv file, which can then be used with analog or digital capture sources.
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#16
2007-11-14, 07:18 PM
quick details anywhere on how sub?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#17
2007-11-14, 07:22 PM
I've attached the utility.

You need to have at least one DVB-S capture source defined on your machine, and configure the output filename in the <OutputFile> tag of the DvbToXMLTV.xml. When you run it, it'll produce the file you've specified with all the listings extracted from the sky/freeview satellite services.
danc
Offline

Junior Member

Posts: 18
Threads: 2
Joined: Sep 2005
#18
2007-11-14, 08:48 PM
Sub,

First of all, this looks like it will be the solution I have been looking for! Just set up and run but I get the following error when I run this app. Any idea?

C:\Program Files\devnz\gbpvr>DvbToXMLTV.exe

Unhandled Exception: System.TypeLoadException: Could not load type 'GBPVR.Backend.Common.SystemConfiguration' from assembly 'GBPVRBackendCommon, Version=1.0.2873.22917, Culture=neutral, PublicKeyToken=null'. at DvbToXMLTV.Program.Main(String[] args)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#19
2007-11-14, 08:51 PM
Ah, I know why that happened. Try the attached version.
danc
Offline

Junior Member

Posts: 18
Threads: 2
Joined: Sep 2005
#20
2007-11-14, 09:00 PM
Got further... processed down as shown below and then get the next error message.

.....
1014-11-169 = Animal Planet
1015-11-169 = CNN
1018-11-169 = Prime
1027-11-169 = Disney Channel
1037-11-169 = Prime
1039-11-169 = MTV
Using DVB-S capture source: StarBoxII
About to scan: T:12483,H,22500,34


---
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object.
at NativeUtilities.BDARecorder.RenderToDVRMSMux(Int32 videoPID, Int32 audioPI
D, IBaseFilter* demuxFilter, Char* pszFilename)
at NativeUtilities.BDARecorder.StartRecording(String cardType, Int32 board, S
tring filename, IntPtr hwnd, ChannelTuning channelTuning, Int32 lnbLOF1, Int32 l
nbSwitch, Int32 lnbLOF2, Int32 diseqc, Boolean powered, Boolean previewMode)
at NativeUtilities.BDARecorder.StartRecording(String cardType, Int32 board, S
tring filename, IntPtr hwnd, ChannelTuning channelTuning, Int32 lnbLOF1, Int32 l
nbSwitch, Int32 lnbLOF2, Int32 diseqc, Boolean powered)
at GBPVR.Backend.Common.BDARecordingSource.startRecording(IRecordingSourceCon
figuration config, Int32 qualitySetting, String filename, ChannelTuning channelT
uning, Int32 minutes, Boolean useStreamingEngineIfAvailable)
at DvbToXMLTV.xb979ad394703258e.xfb409e85bd292293(String[] xf18a926310372520)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (9): « Previous 1 2 3 4 5 … 9 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  New Zealand Freeview Logos Lao Pan 4 5,536 2016-10-24, 02:20 PM
Last Post: Lao Pan
  xmltv EPG Collector Error Waynesm 0 2,260 2014-09-25, 02:49 AM
Last Post: Waynesm
  MultiSite Incremental XMLTV Epg Grabber WG++Maker 62 36,281 2013-03-26, 10:28 PM
Last Post: jksmurf
  RT_FilmFix - temporary fix up for Radio Times XMLTV users bgowland 12 5,888 2011-12-19, 08:53 PM
Last Post: bgowland
  Powerful 7.1 Quake Hits New Zealand's South Island UncleJohnsBand 2 1,677 2010-09-04, 03:10 AM
Last Post: UncleJohnsBand
  XmlTV channel and show images downloader (beta) whurlston 0 1,459 2010-06-20, 05:56 PM
Last Post: whurlston
  New Zealand Freeview|HD EPG data from MHEG5 psycik 16 8,034 2010-05-18, 04:59 AM
Last Post: Flyndr
  New Zealand Lottery idkpmiller 3 1,610 2009-06-15, 02:33 AM
Last Post: Azimuth
  UK Listings - XMLTV Access to DIGIGUIDE systemshark 6 7,832 2008-06-14, 02:42 PM
Last Post: garymeds
  alternative oz xmltv epg source chalkster99 7 3,612 2007-11-13, 10:42 PM
Last Post: zehd

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

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

Linear Mode
Threaded Mode