NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 86 87 88 89 90 … 93 Next »
GetTheaterlisting Not working

 
  • 0 Vote(s) - 0 Average
GetTheaterlisting Not working
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#21
2004-09-23, 01:28 PM
srcChuck,

I am not sure if you fixed this one yet, but in the TheaterTask one of the methods.

public string getDescription()
{
return "View your address book";
}


I forgot to update the string. [Image: smile.gif]

I know you have made some other fixes for this file.

What would be nice is if we can get sub or someone else to host a cvs server so we can have multiple people updating the code.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
web_maven
Offline

Member

Posts: 90
Threads: 25
Joined: Aug 2004
#22
2004-09-23, 03:58 PM
srchuck

YES! (I don't mean to shout) Movies, Movies, Movies. Show everything and let the user deselect what they don't want. Show the Current moves and theater rating (PG, PG13 etc.) reviews (I would think just Stars rating is fine review can be very long), Show a listing of DVD that are out and Just released and if it's listed what is about to be released.

Raymond
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#23
2004-09-23, 04:46 PM
A Bit excited.

Remember there is only so much room on the screen. And only so much we can do with the interface.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
web_maven
Offline

Member

Posts: 90
Threads: 25
Joined: Aug 2004
#24
2004-09-23, 11:48 PM
Is there an ability to page the content.

For example, I select my movie and I go to a screen with just that content, hitting excape, menu button or arrow key brings me back to my last screen. With this ability you can put a lot more content on the screen.

A good example is the weather plugin. I can have several locations to look and using the arrow keys I can see the weather in different locations.

I have worked with a lot of developers any you always put restrictions, let the user decide.

I should start a web site "FreeTheUser.com" [Image: smile.gif]

Raymond
arttext
Offline

Member

Posts: 118
Threads: 30
Joined: Sep 2004
#25
2004-09-26, 07:12 PM
Well, my first priority would be (in the theaters plugin) to get local info, but I already advertised that in another thread (up till now to no avail) and I do realise that it's no priority if you already have that info. And apparently there are not much Dutch GB-PVR users who are also coders [Image: sad.gif] .
As far as the IMDB plugin is concerned, the only thing I would like to see is a cast (problably scrollable)

Anyway I love all initiatives here, Thank you guys!
[SIZE="1"]
Abit AN-M2HD*Radeon HD 3850 HDMI out*Athlon 64X2 4400+*2x VS1GB667D2*HD-DVD Toshiba SD-H802A*Enermax EG425AX-VE*Hauppage WINTV 250*GBPVR GUI*Silverstone Lascala Case*
[/SIZE]
srchuck
Offline

Junior Member

Posts: 44
Threads: 3
Joined: Sep 2004
#26
2004-10-01, 03:42 AM
[Image: biggrin.gif] Sorry I've been absent for a while, life has been very busy lately.. I've been putting in very long and tiring hours at work. As a side effect, I've not been able to put in any time on my new pet project. Thanks for the suggestions, they sound like a good idea..

Actually, I've been working on an independent application just for some testing, which grabs movie info from IMDB. All I need is a good HTML parser written in C# so I won't have to do so much ugly, kludgy stuff.

jorm, I haven't touched the source for the actual plugin yet - just the GetTheaterListings app. I'm thinking to put a GUI frontend on it, to make life easier for folks.

I'll try to free up some time to work on this stuff soon, but keep the ideas rolling and I'll take them into consideration!

jorm, how would you feel about hosting joint plugin projects on sourceforge or something similar? Free CVS access sounds pretty good to me... [Image: smile.gif]
srchuck
Offline

Junior Member

Posts: 44
Threads: 3
Joined: Sep 2004
#27
2004-10-01, 03:44 AM
[b Wrote:Quote[/b] (web_maven @ Sep. 23 2004,11:58)]srchuck

YES! (I don't mean to shout) Movies, Movies, Movies. Show everything and let the user deselect what they don't want. Show the Current moves and theater rating (PG, PG13 etc.) reviews (I would think just Stars rating is fine review can be very long), Show a listing of DVD that are out and Just released and if it's listed what is about to be released.

Raymond
I liked the idea of including these features for at least the lookup.. I'll work with jorm and anyone else that wants to lend a helping hand to see what can be included to function in the UI. Perhaps we could do something similar to the Weather plugin? It has a good layout, and shouldn't be too hard to adapt...
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#28
2004-10-01, 01:22 PM
srcchuck,

that sounds cool.  We could use the sourceforge page for all of the plugins that people want to participate with.

If you want I can email you the source for parsing the imdb from the imdb plugin.

Jorm
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
Guest

Unregistered
 
#29
2004-10-01, 10:47 PM
Does anyone know why I would not see the actual theater names? If I click on the empty field where the theater names should be the movies show up to the right and then I can get the times to show up below. Nothing seems to be missing in the folders. The xml file correctly lists the cinema theaters.

Thanks!
John
srchuck
Offline

Junior Member

Posts: 44
Threads: 3
Joined: Sep 2004
#30
2004-10-02, 01:56 AM
John,

I had noticed the same thing before I had modified the sources. I think Fandango changed a little of their formatting, so the HTML parsing just needed updated. I'm working on tuning up an HTML parser I found somewhere else online (licensed under LGPL) which should help to cure some of the parsing headaches..

Try downloading this version of GetTheaterListings and see if the plugin shows your theater listings after using it:

http://gcm.dnsalias.org/GetTheaterListings-SrChuck.zip

jorm,

Why don't we go ahead and set up some kind of GB-PVR plugins CVS? I think it would help our productivity a bit :-) I also wouldn't mind checking out your IMDB grabber source. I could send you my own IMDB grabber source too, if you'd like. I had been working on one independently, mostly as a learning project.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  visible="!@hasImage & folder.jpg in Music not working Jaggy 0 1,197 2012-02-10, 10:29 PM
Last Post: Jaggy
  PluginHelper.SetPlayerMetaData(Hashtable args) not working alibert 12 4,578 2011-01-23, 05:33 PM
Last Post: sub
  anyone for working reminders? pBS 7 2,922 2009-07-03, 07:37 PM
Last Post: pBS
  setPopup not working + minimize window question bgowland 5 2,263 2007-12-15, 01:15 AM
Last Post: whurlston
  Working with Character sets... zehd 7 2,579 2007-05-07, 11:56 AM
Last Post: MixMan
  IMenuTask and IEventNotification not working well together since 0.98 psycik 5 2,125 2006-10-01, 05:27 PM
Last Post: sub
  Weather Plugin SI units not working Paul Gordash 6 2,206 2006-03-23, 02:09 AM
Last Post: fla
  Anyone got IVideoPlugin working? jorm 6 2,369 2005-11-21, 11:33 AM
Last Post: jorm
  Who Working on What? darrin75 7 2,725 2005-01-19, 04:18 AM
Last Post: oakleeman
  Anyone working On Any Video plugins darrin75 5 2,604 2005-01-05, 10:19 PM
Last Post: reven

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

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

Linear Mode
Threaded Mode