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 5.0 (for PVRX2)

 
  • 0 Vote(s) - 0 Average
International Cinema Listings plugin version 5.0 (for PVRX2)
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#51
2007-08-16, 03:26 AM (This post was last modified: 2007-08-16, 03:33 AM by Ted the Penguin.)
ok heres the files

the button should have rounded edges like the buttons in the main menu

also, it appears that it is not using the correct button definitions, as the unselected buttons are not the clear background, and the selected button is not red. other popups look fine.
sub Wrote:Are you trying to make sure I get nothing done today?
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#52
2007-08-16, 06:08 AM
Ted the Penguin Wrote:it appears that it is not using the correct button definitions
I see the problem straight away - the buttons are not using button image because synopsis, film times, info etc are actually items in a list!

These composite images define the appearance of the list items. If you want them to look like buttons than you could simply edit them to use the button images instead of the list ones.
Code:
<CompositeImage name="PagesListNormal" size="20,4.5">
            <DrawCommonImage name="ListViewNormalItemBackground"/>
            <DrawText text="@text" loc="0,0" size="100,100" textStyle="GeneralTextStyle" align="Center" valign="Center"/>
        </CompositeImage>

        <CompositeImage name="PagesListSelected" size="20,4.5">
            <DrawCommonImage name="ListViewSelectedItemBackground"/>
            <DrawText text="@text" loc="0,0" size="100,100" textStyle="GeneralTextStyle" align="Center" valign="Center"/>
        </CompositeImage>

        <CompositeImage name="PagesListSelectedInactive" size="20,4.5">
            <DrawCommonImage name="ListViewSelectedInactiveItemBackground"/>
            <DrawText text="@text" loc="0,0" size="100,100" textStyle="GeneralTextStyle" align="Center" valign="Center"/>
        </CompositeImage>
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#53
2007-08-16, 05:22 PM
DOH *slaps head*

sorry for my lack of mental capacity Wink (oxymoron what?)

well, that would make it a bit easier... also explain the names of that stuff in the skin file Smile

sorry, I guess I was just assuming that they were buttons, since they are where buttons should be.


in other news, thoughts on the new incarnation of sassari? (what little I have done with it)
its probably going to be annoying to integrate it into the community skin now, since I am not just using a single PNG for buttons anymore.
sub Wrote:Are you trying to make sure I get nothing done today?
zaldwaik
Offline

Senior Member

Posts: 535
Threads: 128
Joined: Oct 2005
#54
2007-08-21, 05:41 PM
I have just installed the plugin on 1.0.16. The menu item only shows up in PVRX2, but not the old inteface. The plugin option shows up in gbpvr config. Currently I only use the old interface, would this work with it? If not, should I uninstall and reinstall an older version? Thanks
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#55
2007-08-21, 05:51 PM
For gbpvr.exe (old interface) you'll need to use the old version on the wiki (although note I havnt tested it with GB-PVR 1.0.x:

Download:InternationalCinemaListingsPlugin.zip (1317 downloads) (for GB-PVR 0.9x)
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
zaldwaik
Offline

Senior Member

Posts: 535
Threads: 128
Joined: Oct 2005
#56
2007-08-21, 06:58 PM
Thanks, I installed both, they both seem to work. I was able to view cinema listings and play trailer files. However, I have seen some errors in the log (below), I am not sure if this is an issue. I sure hope this will continue working on the old interface, I cannot use the new one for the moment. A movie poster would be a nice addition, but Great Work!

Code:
8/21/2007 2:31:02 PM    International Cinemas plugin for GB-PVR
8/21/2007 2:31:02 PM    Refreshing cinema details...
8/21/2007 2:31:02 PM    Finding details for "3352" cinema.
8/21/2007 2:31:02 PM    Refreshing showings...
8/21/2007 2:31:02 PM    Finding showings at "3352" cinema
8/21/2007 2:31:02 PM    Exception: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.Collections.ArrayList.get_Item(Int32 index)
   at InternationalCinemaListingsPlugIn.USAandCanada_IMDB.RefreshShowings()
8/21/2007 2:31:03 PM    Exception: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.Collections.ArrayList.get_Item(Int32 index)
   at InternationalCinemaListingsPlugIn.USAandCanada_IMDB.RefreshShowings()
8/21/2007 2:31:03 PM    Exception: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.Collections.ArrayList.get_Item(Int32 index)
   at InternationalCinemaListingsPlugIn.USAandCanada_IMDB.RefreshShowings()
8/21/2007 2:31:03 PM    Exception: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.Collections.ArrayList.get_Item(Int32 index)
   at InternationalCinemaListingsPlugIn.USAandCanada_IMDB.RefreshShowings()
8/21/2007 2:31:03 PM    Exception: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.Collections.ArrayList.get_Item(Int32 index)
   at InternationalCinemaListingsPlugIn.USAandCanada_IMDB.RefreshShowings()
8/21/2007 2:31:03 PM    Exception: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.Collections.ArrayList.get_Item(Int32 index)
   at InternationalCinemaListingsPlugIn.USAandCanada_IMDB.RefreshShowings()
8/21/2007 2:31:03 PM    Exception: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.Collections.ArrayList.get_Item(Int32 index)
   at InternationalCinemaListingsPlugIn.USAandCanada_IMDB.RefreshShowings()
8/21/2007 2:31:03 PM    Refreshing film details...
8/21/2007 2:31:03 PM    Finding films shown at "3352" cinema.
8/21/2007 2:31:04 PM    Found 16 film links.
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#57
2007-08-21, 07:01 PM
What cinema ID(s) are you using?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
zaldwaik
Offline

Senior Member

Posts: 535
Threads: 128
Joined: Oct 2005
#58
2007-08-21, 07:15 PM
3352 from IMDB, I could not make fandango work
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#59
2007-08-21, 07:30 PM
OK, IMDB might have changed their site. I know only a few people use it as their source so I don't hear about it much.

To make fandango work it may be an idea to use the most recent InternationalCinemaListingsUpdater.exe - use winzip or similar to browse the setup.exe for the new interface plug-in.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
zaldwaik
Offline

Senior Member

Posts: 535
Threads: 128
Joined: Oct 2005
#60
2007-08-21, 07:50 PM
I got the same thing with the newest updater. Just to confirm, my theatre ID is aadxx based on the URL below

http://www.fandango.com/regalcountryside...heaterpage
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (9): « Previous 1 … 4 5 6 7 8 9 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  problem with volumeosd plugin and 2.2.6 Wakalaka 19 18,295 2011-09-18, 05:30 AM
Last Post: McBainUK
  McBainUK's first NPVR plugin McBainUK 35 27,507 2011-02-17, 07:58 PM
Last Post: elbryyan
  Screen Saver Plugin - Support Thread McBainUK 34 30,702 2010-01-10, 10:10 PM
Last Post: McBainUK
  Files Plugin support thread McBainUK 28 22,337 2010-01-04, 02:46 PM
Last Post: msrtlt
  ICL not displaying listings Kid_Ego5150 11 12,211 2009-10-21, 09:30 PM
Last Post: Snooze
  Some ICL Plugin issues... jflet1 12 14,172 2009-07-10, 05:02 PM
Last Post: McBainUK
  International cinema not working for me Chris79 13 12,962 2009-06-28, 11:41 AM
Last Post: Chris79
  Cinema Plugin v7.3 - now with Google Movies! McBainUK 54 33,458 2009-05-29, 11:27 PM
Last Post: liteswap
  International Cinema Listings plugin version 7.2 McBainUK 39 29,448 2009-04-03, 02:03 PM
Last Post: McBainUK
  Cinema Listings not parsing? scb147 4 3,910 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