Stupid question how to setup an EPG using xmltv

Help each other out

Stupid question how to setup an EPG using xmltv

Postby egandt on Sun Aug 06, 2006 10:33 pm

Under Databases I see an option for "Add XMLDB (xlobby format). I select it and click on the data downloaded from xmltv (mylisting.xml) I make sure that the xmltv.dtd is in the same directory and it gets added to the list. Next I click on refresh as the DB seems to be empty and I get a status window that does nothing. IF I try to use the new DB named mylisting I get an expection from XLOBBY so my question is how do I use an EPG?

Sorry for the stupid question,m but like all my other stupid questions I can find no documentation explaining how it should work.


ERIC
egandt
 
Posts: 9
Joined: Sat Dec 17, 2005 2:52 am

Postby art on Mon Aug 07, 2006 2:47 am

[url=http://home.comcast.net/~artcrazy/xMyHDdocsEPGinXL.htm]see this page
[/url]
art
 
Posts: 284
Joined: Sat Mar 20, 2004 8:40 am
Location: Allen, TX

Postby egandt on Tue Aug 08, 2006 12:04 am

Tried that, actually thats what I was doing but all I get is a giant red X and the error message:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentNullException: Value cannot be null.
Parameter name: image
at System.Drawing.Graphics.DrawImage(Image image, Int32 x, Int32 y, Int32 width, Int32 height)
at System.Drawing.Graphics.DrawImage(Image image, Rectangle rect)
at xlobby2.EPG.DrawChannels(Graphics g, PicButton ptemp)
at xlobby2.PicButton.drawImage(Graphics g, Control c)
at xlobby2.GdiDraw.DrawButton(PicButton ptemp, Graphics g, Control control)
at xlobby2.GdiDraw.DrawFormButtons(Graphics g, ArrayList buttons, Control control)
at xlobby2.GdiForm.DrawToGraphics(Graphics g)
at xlobby2.GdiScreenForm.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///D:/WINDOWS/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
xlobby2
Assembly Version: 1.0.2403.37773
Win32 Version: 1.0.2403.37773
CodeBase: file:///D:/Program%20Files%20(x86)/xlobby/xlobby2.exe
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///D:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///D:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///D:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
XPluginSDK
Assembly Version: 1.0.2378.27802
Win32 Version: 1.0.2378.27802
CodeBase: file:///D:/Program%20Files%20(x86)/xlobby/XPluginSDK.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///D:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///D:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///D:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
XWeather
Assembly Version: 1.0.2387.38391
Win32 Version: 1.0.2387.38391
CodeBase: file:///D:/Program%20Files%20(x86)/xlobby/plugins/xweather/XWeather.dll
----------------------------------------
Interop.Shell32
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Program%20Files%20(x86)/xlobby/Interop.Shell32.DLL
----------------------------------------
CustomMarshalers
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///D:/WINDOWS/assembly/GAC_64/CustomMarshalers/2.0.0.0__b03f5f7f11d50a3a/CustomMarshalers.dll
----------------------------------------
System.Management
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///D:/WINDOWS/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
Interop.ActiveHomeScriptLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Program%20Files%20(x86)/xlobby/Interop.ActiveHomeScriptLib.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
egandt
 
Posts: 9
Joined: Sat Dec 17, 2005 2:52 am

Postby P3rv3rt B3ar on Tue Aug 08, 2006 12:19 am

Looks like u r drawing unexisting image...
P3rv3rt B3ar
 
Posts: 1364
Joined: Fri Apr 07, 2006 9:52 pm
Location: West Coast Funland

Postby art on Tue Aug 08, 2006 1:21 am

Well I just tried this with latest XL (http://www.xlobby.com/xlobby2.zip) and I don't get any errors, so lets take it step by step:
- do you use latest XL?
- is your listing file in D:/Program Files/xlobby/xmltv/mylisting.xml ? providing your path to XL is D:/Program Files/xlobby/
- when XL starts does it say at some point "Building Guide: mylisting" ?

EDIT:
- also, if XL will build guide successfully, you should see "mylisting.dat" file in "D:/Program Files/xlobby/xmltv" folder
art
 
Posts: 284
Joined: Sat Mar 20, 2004 8:40 am
Location: Allen, TX

Postby egandt on Wed Aug 09, 2006 1:16 pm

Seems that for it to work I needed all 8 of the epg files, then I needed to create the EPG, ignore the error, then restart xlobby and poof it works fine.

ERIC
egandt
 
Posts: 9
Joined: Sat Dec 17, 2005 2:52 am