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 … 72 73 74 75 76 … 125 Next »
Theater plugin

 
  • 0 Vote(s) - 0 Average
Theater plugin
ljalg
Offline

Junior Member

Posts: 9
Threads: 3
Joined: Dec 2005
#1
2005-12-30, 05:28 PM
I just discovered the plug-ins for GB-PVR and I love them. I noticed the "refresh" button in the theater plug-in, but it would be nice if the plug-in could refresh the information on a schedule. My first thought was to use windows scheduler to run the batch file daily. And maybe have a spot to display the last time the information was updated?

Another question I have is: do the XML and image files get deleted when the movie is no longer running?



Thank you,

ljalg
valeadmagnet
Offline

Junior Member

Posts: 15
Threads: 4
Joined: Nov 2005
#2
2005-12-31, 03:49 AM
it refers to a file called getlisting.bat - but the install program installs the file as 1getlisting.bat just rename it and edit the file to add your zipcode
kayleigh
Offline

Senior Member

Posts: 321
Threads: 18
Joined: Oct 2004
#3
2005-12-31, 08:17 AM (This post was last modified: 2005-12-31, 08:28 AM by kayleigh.)
- Rename 1getlisting.bat to getlisting.bat
- edit getlisting.bat for your U.S. area code
Code:
GetTheaterListings.exe [I]12345[/I] -day[I]0-6[/I]
File->Save
-day[0-6] is if you only want to refresh once a week (e.g.) -day0 refreshes every Sunday (1 = Monday, 2=Tuesday, etc.)
If you need more help, feel free to post. Smile
[SIZE=1]
HD PVR: nPVR 4.2.2 with VLC 3.0.3 Std Skin
ASRock H170M Pro4 LGA 1151 Intel H170 HDMI-out, Intel Core i3-6100 3.7GHz, 16GB DDR4 2400, Win7 Ultimate x64, Hauppauge Colossus, 1x250GB SSD (System), 1x1TB SATA (Recordings), DirecTV HD22 STB, dtvTune.exe Ethernet channel changer

Running Samsung Smart TV plugin from Fred250
ljalg
Offline

Junior Member

Posts: 9
Threads: 3
Joined: Dec 2005
#4
2006-01-01, 01:25 AM
kayleigh Wrote:- Rename 1getlisting.bat to getlisting.bat
- edit getlisting.bat for your U.S. area code
I found that part on the forums and it works, the plug-in installation should have this information, is it a wiki or posted by the plug-in creator?

Code:
GetTheaterListings.exe [I]12345[/I] -day[I]0-6[/I]

kayleigh Wrote:File->Save
-day[0-6] is if you only want to refresh once a week (e.g.) -day0 refreshes every Sunday (1 = Monday, 2=Tuesday, etc.)
How can text within a batch file cause the batch file to run? I'll try it though.

kayleigh Wrote:If you need more help, feel free to post. Smile
Thank you for your responsiveness.

ljalg
UncleBulgaria
Offline

Junior Member

Posts: 11
Threads: 2
Joined: Jan 2006
#5
2006-01-02, 05:42 PM
Is there a uk version of this?.
bhays
Offline

Member

Posts: 79
Threads: 19
Joined: Jan 2006
#6
2006-01-03, 05:14 AM
The Theater plugin is missing a theater for me. The zip code is 47201, there are two theaters listed, but the plugin only recognizes and downloads listings for the first of the two.
kayleigh
Offline

Senior Member

Posts: 321
Threads: 18
Joined: Oct 2004
#7
2006-01-04, 01:25 AM
UncleBulgaria Wrote:Is there a uk version of this?.
UK Cinema Listings plugin is available from the Wiki here. It also has instructions for installing and configuring it.
[SIZE=1]
HD PVR: nPVR 4.2.2 with VLC 3.0.3 Std Skin
ASRock H170M Pro4 LGA 1151 Intel H170 HDMI-out, Intel Core i3-6100 3.7GHz, 16GB DDR4 2400, Win7 Ultimate x64, Hauppauge Colossus, 1x250GB SSD (System), 1x1TB SATA (Recordings), DirecTV HD22 STB, dtvTune.exe Ethernet channel changer

Running Samsung Smart TV plugin from Fred250
kayleigh
Offline

Senior Member

Posts: 321
Threads: 18
Joined: Oct 2004
#8
2006-01-04, 02:13 AM
ljalg Wrote:I found that part on the forums and it works, the plug-in installation should have this information, is it a wiki or posted by the plug-in creator?
No; I thought it was, but it doesn't appear to be. Maybe Jorm can update the Wiki page with this info. I think I picked this up from an earlier thread or release announcement and tucked it into my brainpan.
ljalg Wrote:
Code:
GetTheaterListings.exe [I]12345[/I] -day[I]0-6[/I]

How can text within a batch file cause the batch file to run? I'll try it though.
I might not understand your question correctly, but I'll try to give you an idea how it works (Jorm, feel free to correct me):
  • GetTheaterListings will run from the plugin when you select the "Refresh" button. It doesn't run automatically.
  • 12345 is required; replace it with your zip code.
  • The switch -day(0-6) is optional, but if used you have to specify what day you'd like to have the listings updated. If not used, GetTheaterListings will update your listings every time you select "Refresh." If used, GetTheaterListings will check the day specified and refresh only if it is the same day the switch specifies (Sunday, Monday, etc).
[SIZE=1]
HD PVR: nPVR 4.2.2 with VLC 3.0.3 Std Skin
ASRock H170M Pro4 LGA 1151 Intel H170 HDMI-out, Intel Core i3-6100 3.7GHz, 16GB DDR4 2400, Win7 Ultimate x64, Hauppauge Colossus, 1x250GB SSD (System), 1x1TB SATA (Recordings), DirecTV HD22 STB, dtvTune.exe Ethernet channel changer

Running Samsung Smart TV plugin from Fred250
ljalg
Offline

Junior Member

Posts: 9
Threads: 3
Joined: Dec 2005
#9
2006-01-09, 10:11 PM
kayleigh Wrote:
  • The switch -day(0-6) is optional, but if used you have to specify what day you'd like to have the listings updated. If not used, GetTheaterListings will update your listings every time you select "Refresh." If used, GetTheaterListings will check the day specified and refresh only if it is the same day the switch specifies (Sunday, Monday, etc).
From your description your switch limits when the theater listings are updated (i.e. if I hit the refresh button on a monday and the swich only allows sunday updates, the listings won't update). What I've done is remove the need for the refresh button by using windows scheduler to run the batch file on a daily basis so the content is always the latest.

ljalg
yancym
Offline

Junior Member

Posts: 20
Threads: 3
Joined: Apr 2006
#10
2006-04-05, 03:53 AM
After changing the bat file name and updating zip, I get an application error when it runs. Same whether I run from Refresh button or run bat file manually.

Message is as follows:

Application has generated an exception that could not be handled.

Process id=0x7ce0 (31968), Thread id=0x7ce4 (31972).

Click OK to terminate the application.
Click CANCEL to debug the application.


Any thoughts?

Thanks
Yancy
« 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
  BBC Iplayer Downloader Plugin - Beta + Support smiler 420 159,214 2012-01-20, 12:15 PM
Last Post: martint123
  Un-installation of the Weather plugin rkircher 1 13,990 2011-05-20, 08:40 PM
Last Post: scb147
  software recorder, any plugin like it for npvr? chesterusob 2 14,779 2011-04-11, 07:28 AM
Last Post: chesterusob
  Caller ID Plugin elbryyan 3 14,978 2011-02-23, 01:17 AM
Last Post: smajor
  Newest IMon display-hardware finally gets Plugin-mode back mila06 1 5,090 2011-01-01, 05:37 PM
Last Post: kindt nick
  Freazing up trying to watch live TV or access System plugin dspdrew 2 3,539 2010-11-03, 07:52 AM
Last Post: johnsonx42
  Music plugin support thread MixMan 103 40,695 2010-08-31, 09:46 PM
Last Post: povarotti
  New Videos Library Plugin jasonbs10 202 66,742 2010-08-22, 01:38 PM
Last Post: 7ore
  videos library plugin crashes pvrx2 on fanart... cs4 no crash and no fan art why??. tvshowman 2 4,107 2010-04-01, 09:59 PM
Last Post: tvshowman
  Program Plugin not launching MS Games jw100 0 2,729 2010-04-01, 05:53 PM
Last Post: jw100

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

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

Linear Mode
Threaded Mode