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) v
« Previous 1 … 69 70 71 72 73 … 125 Next »
Update EPG from MVP

 
  • 0 Vote(s) - 0 Average
Update EPG from MVP
pbb
Offline

Member

Posts: 229
Threads: 62
Joined: Feb 2005
#1
2005-11-23, 04:56 AM
I noticed that you can update the EPG from the taskbar icon. Is there a way to update the EPG from the MVP? I'd love to be able to click on a button in the menu and have the EPG update run.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,735
Threads: 767
Joined: Nov 2003
#2
2005-11-23, 06:05 AM
Quote: Is there a way to update the EPG from the MVP?
No there isnt.
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#3
2005-11-23, 07:10 AM
Woulnd't it be possible to write a custom task that does that, somehow?
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
drain
Offline

Member

Posts: 91
Threads: 12
Joined: Jun 2005
#4
2005-11-23, 07:45 AM
How about setting a custom task (in plugins config) to do:
"C:\Program Files\devnz\gbpvr\gbpvr" -OnlyUpdateEPG
or run a batch file that does your xmltv download first

I haven't tried it, so I have no idea if it will work or not.
pbb
Offline

Member

Posts: 229
Threads: 62
Joined: Feb 2005
#5
2005-11-23, 03:03 PM
That was the sort of thing I had in mind. I just created a custom task to execute the batch file that restarts the recording service, and thought it would be great to be able to the same with the EPG update. I'm using zap2it. I was hoping that since the taskbar program could do this that it would only require calling GBPVR and passing a switch.
4zm4r3d02
Offline

Senior Member

USA
Posts: 356
Threads: 90
Joined: May 2005
#6
2006-05-08, 12:40 AM
pbb Wrote:That was the sort of thing I had in mind. I just created a custom task to execute the batch file that restarts the recording service, and thought it would be great to be able to the same with the EPG update. I'm using zap2it. I was hoping that since the taskbar program could do this that it would only require calling GBPVR and passing a switch.

I got it to work. Here are the settings:
[ATTACHMENT NOT FOUND]

However. I can't figure out how to get it to run a batch file. When I tried, it would only show *.exe files.

I tried to get it to run the batch file by choosing cmd.exe as the application, and passing "/c PATH_TO_BATCH_FILE\BATCH_FILE.bat" as the arguments, but a JIT error box pops-up and says:
Code:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Data.OleDb.OleDbException: Syntax error (missing operator) in query expression ''Wake-Up Computer', 'N')'.
   at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr)
   at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
   at System.Data.OleDb.OleDbCommand.ExecuteNonQuery()
   at xd426863f4d052758.x1d248470894f26c1.x35ca223d3ef12fee()
   at xeb983fa94d0b4753.xfd6951461fe46d87.xd1bc48f5dba57993(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///d:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
Config
    Assembly Version: 1.0.2254.33781
    Win32 Version: 1.0.2254.33781
    CodeBase: file:///D:/Program%20Files/devnz/gbpvr/config.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///d:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///d:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
GBPVRBackendCommon
    Assembly Version: 1.0.2254.33780
    Win32 Version: 1.0.2254.33780
    CodeBase: file:///D:/Program%20Files/devnz/gbpvr/GBPVRBackendCommon.DLL
----------------------------------------
System.Drawing
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///d:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
Accessibility
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///d:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll
----------------------------------------
GBPVRPublic
    Assembly Version: 1.0.2254.11381
    Win32 Version: 1.0.2254.11381
    CodeBase: file:///D:/Program%20Files/devnz/gbpvr/GBPVRPublic.DLL
----------------------------------------
System.Xml
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///d:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
System.ServiceProcess
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///d:/windows/assembly/gac/system.serviceprocess/1.0.5000.0__b03f5f7f11d50a3a/system.serviceprocess.dll
----------------------------------------
NativeUtilities
    Assembly Version: 1.0.2254.11415
    Win32 Version:
    CodeBase: file:///D:/Program%20Files/devnz/gbpvr/NativeUtilities.DLL
----------------------------------------
System.Data
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///d:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
----------------------------------------
AppearanceManager
    Assembly Version: 1.0.2269.16237
    Win32 Version: 1.0.2254.33780
    CodeBase: file:///d:/program%20files/devnz/gbpvr/gbpvrbackendcommon.dll
----------------------------------------
CommonGBPVRUtilities
    Assembly Version: 2.0.2207.39919
    Win32 Version: 2.0.2207.39919
    CodeBase: file:///D:/Program%20Files/devnz/gbpvr/CommonGBPVRUtilities.DLL
----------------------------------------
GBPVRPublic
    Assembly Version: 1.0.2246.15360
    Win32 Version: 1.0.2254.33780
    CodeBase: file:///d:/program%20files/devnz/gbpvr/gbpvrbackendcommon.dll
----------------------------------------
System.Web.Services
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///d:/windows/assembly/gac/system.web.services/1.0.5000.0__b03f5f7f11d50a3a/system.web.services.dll
----------------------------------------
MusicPanel
    Assembly Version: 2.0.0.0
    Win32 Version: 1.0.2254.33780
    CodeBase: file:///d:/program%20files/devnz/gbpvr/gbpvrbackendcommon.dll
----------------------------------------
MyMusicDatabase
    Assembly Version: 1.1.0.0
    Win32 Version: 1.1.0.0
    CodeBase: file:///D:/Program%20Files/devnz/gbpvr/MyMusicDatabase.DLL
----------------------------------------
MusicVAPanelWidget
    Assembly Version: 1.0.2197.29507
    Win32 Version: 1.0.2254.33780
    CodeBase: file:///d:/program%20files/devnz/gbpvr/gbpvrbackendcommon.dll
----------------------------------------
MyMusicPlugin
    Assembly Version: 2.999.999.41582
    Win32 Version: 1.0.2254.33780
    CodeBase: file:///d:/program%20files/devnz/gbpvr/gbpvrbackendcommon.dll
----------------------------------------
NewsPlugin
    Assembly Version: 1.0.2077.17806
    Win32 Version: 1.0.2254.33780
    CodeBase: file:///d:/program%20files/devnz/gbpvr/gbpvrbackendcommon.dll
----------------------------------------
SolitairePlugin
    Assembly Version: 1.7.1863.17704
    Win32 Version: 1.0.2254.33780
    CodeBase: file:///d:/program%20files/devnz/gbpvr/gbpvrbackendcommon.dll
----------------------------------------
StockerTickerPanelWidget
    Assembly Version: 1.0.2075.12430
    Win32 Version: 1.0.2254.33780
    CodeBase: file:///d:/program%20files/devnz/gbpvr/gbpvrbackendcommon.dll
----------------------------------------
Video Archiver
    Assembly Version: 2.5.2198.37945
    Win32 Version: 1.0.2254.33780
    CodeBase: file:///d:/program%20files/devnz/gbpvr/gbpvrbackendcommon.dll
----------------------------------------
WeatherPlugin
    Assembly Version: 4.2.2210.30854
    Win32 Version: 1.0.2254.33780
    CodeBase: file:///d:/program%20files/devnz/gbpvr/gbpvrbackendcommon.dll
----------------------------------------
System.Web
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2037
    CodeBase: file:///d:/windows/assembly/gac/system.web/1.0.5000.0__b03f5f7f11d50a3a/system.web.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///d:/windows/assembly/gac/system.runtime.remoting/1.0.5000.0__b77a5c561934e089/system.runtime.remoting.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog.

Any suggestions?
Intel Core i7-4790 / 32GB RAM / Windows 10 Pro 64 bit / HDHomeRun CONNECT DUO Model: HDHR5-2US
the_e
Offline

Member

Posts: 93
Threads: 19
Joined: Jan 2006
#7
2006-05-08, 07:06 AM
Hi,

I don't have an MVP, but I'll assume it will show a custom task button the same as on the PC.

Go to config, plugins, select your custom task and click on edit. Click on browse and go to the folder where the batch file is located -- it will only let you select exe files, but you can type the name of the batch file instead. In my set-up it is "EPG_Renew.bat". Save your selection.

Works for me.

Regards
the_e
Asus Pundit-R, PVR250, Nova-T (9002), latest GB-PVR
4zm4r3d02
Offline

Senior Member

USA
Posts: 356
Threads: 90
Joined: May 2005
#8
2006-05-08, 01:03 PM
The problem turned out to be my attempt to use an apostrophe in the task description!

Thanks
Intel Core i7-4790 / 32GB RAM / Windows 10 Pro 64 bit / HDHomeRun CONNECT DUO Model: HDHR5-2US
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Czech language update hoborg 0 3,491 2009-03-03, 02:08 PM
Last Post: hoborg
  I-xmltv update gh_speedyg 2 2,165 2008-04-15, 11:01 AM
Last Post: gh_speedyg
  DBox2 - Can't get any channels after EPG update. BillyBob2007 4 2,842 2007-04-20, 06:06 PM
Last Post: alibert
  Weather won't update kmoore 7 2,729 2007-02-28, 11:22 PM
Last Post: Jeff
  Weather - city update SFX Group 1 1,379 2007-02-09, 09:28 PM
Last Post: Jeff
  Weather plugin doesn't always update mmatheny 3 1,595 2007-01-22, 12:54 AM
Last Post: Jeff
  Weather plugin: force map update? capone 4 1,862 2006-10-19, 01:23 AM
Last Post: Jeff
  EWA -- .Net 2.0 Security update the_e 0 1,274 2006-09-23, 03:52 PM
Last Post: the_e
  Weather plug in will not update. BamBam 18 5,594 2006-08-30, 07:07 PM
Last Post: ptyler13
  Fat Blue - High Vis Skin for MusicLibrary2 in gbpvr 97.13 (Update requested) TuckerTFT 4 2,168 2006-08-27, 08:47 PM
Last Post: TuckerTFT

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

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

Linear Mode
Threaded Mode