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) International Cinema Listings, RSS Reader, WebCams, Calendar, Files and Screen Saver v
« Previous 1 2 3 4 Next »
International Cinema Listings plugin version 7.2

 
  • 0 Vote(s) - 0 Average
International Cinema Listings plugin version 7.2
mrxtc89117
Offline

Junior Member

Posts: 43
Threads: 5
Joined: Sep 2006
#31
2008-12-19, 06:37 PM
It crashes immediately. My program path is:

C:\Program Files (x86)\Devnz\GBPVR\Plugins\InternationalCinemaListings

Vista puts all its 32 bit programs in \program files (x86)

the internationalcinemalistings directory contains
\poster
\trailers
cinemas.xml
films.xml
showings.xml
sources.xml
InternationalCinemaListings_readme.txt
InternationalCinemaListingsPlugIn2.dll dated 08/27/2008
InternationalCinemaListingsUpdater.exe dated 09/27/2008

the plugins\common directory contains
\seriesinfo
CommonGBPVRUtilities.dll dated 01/07/2007
GbpvrUiElements.dll dated 03/01/2007
HtmlAgilityPack.dll dated 11/03/2007
vjslib.dll dated 09/23/2005
WizRegExFilterTester.exe dated 06/21/2008
WizUiHelper.dll dated 10/28/2008
WizWebHelper.dll dated 11/20/2008

Hope that helps. Thanks
JimmyA
Offline

Member

Posts: 215
Threads: 15
Joined: Jun 2008
#32
2009-01-13, 01:16 AM
I installed a new card and now I am unable to view trailers. I have attached the log file, playback settings amd misc config. I have both quicktime and ffdshow. Could anybody help?

Thanks in advance.
JimmyA
Offline

Member

Posts: 215
Threads: 15
Joined: Jun 2008
#33
2009-01-13, 03:24 AM
Found the thread referencing the QuickTime DirectShow filter. I guess the full QuickTime doesn't have it. I downloaded a couple of versions. The first did not help but the second, from MediaLooks, cured my problem.

Big Grin
pico64
Offline

Junior Member

Posts: 7
Threads: 2
Joined: Jul 2007
#34
2009-01-23, 08:33 PM
Just installed this great plug-in, but it fails to update from imdb. Looking at the log files I noticed the location the plug-in was going to to get updates. I went to the location myself and IMDB said location does not exist. I then manually when to showstimes and put in my zipcode and then found the reason for the failure. Below there is the url the plug in is going to and the actual url that should be used:

incorrect url: http://www.imdb.com/showtimes/cinema/56308/2009-01-28
correct url: http://www.imdb.com/showtimes/location/56308/2009-01-28

Perhaps I'm looking at this to simplisticly, but thought I would put this out in hopes to get it working.

Bill
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#35
2009-01-23, 08:40 PM
If it's just the URL that's changed, and not the web pages themselves, then you can try replacing cinema with location in the IMDB section of C:\Program Files\Devnz\GBPVR\Plugins\InternationalCinemaListings\sources.xml
Code:
<!-- listings URLS -->
    <cinemaURL><![CDATA[http://www.imdb.com/showtimes/cinema/%CINEMAID%/%DATE%]]></cinemaURL>
    <filmLinksURL><![CDATA[http://www.imdb.com/showtimes/cinema/%CINEMAID%/%DATE%]]></filmLinksURL>
    <filmURL><![CDATA[http://www.imdb.com/title/%FILMLINK%]]></filmURL>
    <showingsURL><![CDATA[http://www.imdb.com/showtimes/cinema/%CINEMAID%/%DATE%]]></showingsURL>
to
Code:
<!-- listings URLS -->
    <cinemaURL><![CDATA[http://www.imdb.com/showtimes/location/%CINEMAID%/%DATE%]]></cinemaURL>
    <filmLinksURL><![CDATA[http://www.imdb.com/showtimes/location/%CINEMAID%/%DATE%]]></filmLinksURL>
    <filmURL><![CDATA[http://www.imdb.com/title/%FILMLINK%]]></filmURL>
    <showingsURL><![CDATA[http://www.imdb.com/showtimes/location/%CINEMAID%/%DATE%]]></showingsURL>
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
pico64
Offline

Junior Member

Posts: 7
Threads: 2
Joined: Jul 2007
#36
2009-01-23, 09:35 PM
Thanks for the quick reply.

I did what you said and I now get the error in the enclosed attachement when starting gbpvr config and I get crash message when the updater runs.

Thanks for your help






McBainUK Wrote:If it's just the URL that's changed, and not the web pages themselves, then you can try replacing cinema with location in the IMDB section of C:\Program Files\Devnz\GBPVR\Plugins\InternationalCinemaListings\sources.xml
Code:
<!-- listings URLS -->
    <cinemaURL><![CDATA[http://www.imdb.com/showtimes/cinema/%CINEMAID%/%DATE%]]></cinemaURL>
    <filmLinksURL><![CDATA[http://www.imdb.com/showtimes/cinema/%CINEMAID%/%DATE%]]></filmLinksURL>
    <filmURL><![CDATA[http://www.imdb.com/title/%FILMLINK%]]></filmURL>
    <showingsURL><![CDATA[http://www.imdb.com/showtimes/cinema/%CINEMAID%/%DATE%]]></showingsURL>
to
Code:
<!-- listings URLS -->
    <cinemaURL><![CDATA[http://www.imdb.com/showtimes/location/%CINEMAID%/%DATE%]]></cinemaURL>
    <filmLinksURL><![CDATA[http://www.imdb.com/showtimes/location/%CINEMAID%/%DATE%]]></filmLinksURL>
    <filmURL><![CDATA[http://www.imdb.com/title/%FILMLINK%]]></filmURL>
    <showingsURL><![CDATA[http://www.imdb.com/showtimes/location/%CINEMAID%/%DATE%]]></showingsURL>
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#37
2009-01-23, 09:41 PM
Make sure to use notepad to edit the XML file (not Word or something like that). What is on line 139, position 39?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
pico64
Offline

Junior Member

Posts: 7
Threads: 2
Joined: Jul 2007
#38
2009-01-24, 12:41 AM
Thank You!

Works great. Thanks for your hard work!


McBainUK Wrote:Make sure to use notepad to edit the XML file (not Word or something like that). What is on line 139, position 39?
Snooze
Offline

Posting Freak

Posts: 905
Threads: 26
Joined: Feb 2009
#39
2009-03-29, 02:25 AM
Just so you know, it wont scrape anything on the fandango website for the cinema plugin except the movie titles and times. It looks like the web page changed. I switched to IMDB for now. I liked how clean it scraped with fandango. Great plugin!
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#40
2009-04-03, 02:03 PM
Thanks for the heads up. It's because of this type of thing I'm migrating towards Google Movies (as one global source).
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4


Possibly Related Threads…
Thread Author Replies Views Last Post
  problem with volumeosd plugin and 2.2.6 Wakalaka 19 18,213 2011-09-18, 05:30 AM
Last Post: McBainUK
  McBainUK's first NPVR plugin McBainUK 35 27,324 2011-02-17, 07:58 PM
Last Post: elbryyan
  Screen Saver Plugin - Support Thread McBainUK 34 30,541 2010-01-10, 10:10 PM
Last Post: McBainUK
  Files Plugin support thread McBainUK 28 22,202 2010-01-04, 02:46 PM
Last Post: msrtlt
  ICL not displaying listings Kid_Ego5150 11 12,160 2009-10-21, 09:30 PM
Last Post: Snooze
  Some ICL Plugin issues... jflet1 12 14,085 2009-07-10, 05:02 PM
Last Post: McBainUK
  International cinema not working for me Chris79 13 12,895 2009-06-28, 11:41 AM
Last Post: Chris79
  Cinema Plugin v7.3 - now with Google Movies! McBainUK 54 33,199 2009-05-29, 11:27 PM
Last Post: liteswap
  Cinema Listings not parsing? scb147 4 3,880 2009-01-27, 01:39 PM
Last Post: McBainUK
  International cinema listings problem lost@c 3 3,522 2009-01-27, 01:39 PM
Last Post: McBainUK

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

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

Linear Mode
Threaded Mode