NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 23 24 25 26 27 … 56 Next »
Theater Listing v6.6

 
  • 0 Vote(s) - 0 Average
Theater Listing v6.6
Brian_W
Offline

Senior Member

Posts: 419
Threads: 19
Joined: May 2006
#1
2006-08-28, 01:12 AM (This post was last modified: 2006-08-28, 01:19 AM by Brian_W.)
Just wanted to let everyone know that I have released a new version of the Theater Listing Plug-In. You can download it here:

http://gbpvr.com/pmwiki/uploads/Plugin/T..._Setup.zip

And for a list of changes, screenshots, check here:

http://gbpvr.com/pmwiki/pmwiki.php/Plugi...terListing

NOTE: If you are upgrading from a previous version, after you install, please delete the C:\Program Files\devnz\gbpvr\theater folder contents, and refresh the listings. Certain situations can cause a null reference exception, and this will avoid that.

Hope everyone enjoys it.

Brian
HTPC Rig: P4 3Ghz 1GB RAM | ATI 9550 | PVR-150 | PVR-500
Software: GB-PVR 99.5
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#2
2006-08-28, 01:16 PM
I want to publicly thank Brian_W for his work on updating this plugin.
He stepped in and fixed an error when the web site that the data was pulled from changed its format.

After that, he chose to make improvements in the plugin's internal workings, and try to make this plugin more skinnable as well.

He didn't have to do this. This type of "stepping in", when the plugin author (Jorm) doesn't have the time, is what helps this community and is greatly appreciated.

Thanks Brian.

Also, thank you Old Dog for the internal improvements you provided.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
Brian_W
Offline

Senior Member

Posts: 419
Threads: 19
Joined: May 2006
#3
2006-08-28, 04:03 PM
Glad I was able to help out. Hopefully people will find it useful Smile

Brian
HTPC Rig: P4 3Ghz 1GB RAM | ATI 9550 | PVR-150 | PVR-500
Software: GB-PVR 99.5
acheyne
Offline

Member

Posts: 81
Threads: 20
Joined: Dec 2005
#4
2006-08-28, 04:39 PM
Looks awesome from the screenshots! Any ETA on an international version?
GBPVR 1.1.5 on
Pentium 4 2.0GHz
PVR-350
NVidia GeForce 5200 TV-Out
Brian_W
Offline

Senior Member

Posts: 419
Threads: 19
Joined: May 2006
#5
2006-08-28, 05:12 PM
acheyne Wrote:Looks awesome from the screenshots! Any ETA on an international version?

Unfortunately I can't give any kind of timeframes other than "as my time allows". I noticed you are from Canada, one thing that will really help is if people could get me links to websites they use from other countries where they can get current local movie listings. Then I can check out the website and write a parser for it. My next project on the plugin is to modularize it a bit more so that it will be extremely easy to add new websites for listings.

If you have a website you use for Canada, please let me know and I can hopefully add support for it soon. Thanks.

Brian
HTPC Rig: P4 3Ghz 1GB RAM | ATI 9550 | PVR-150 | PVR-500
Software: GB-PVR 99.5
Spartan
Offline

Senior Member

Posts: 457
Threads: 28
Joined: Mar 2005
#6
2006-08-28, 05:17 PM
Brian_W Wrote:Unfortunately I can't give any kind of timeframes other than "as my time allows". I noticed you are from Canada, one thing that will really help is if people could get me links to websites they use from other countries where they can get current local movie listings. Then I can check out the website and write a parser for it. My next project on the plugin is to modularize it a bit more so that it will be extremely easy to add new websites for listings.

If you have a website you use for Canada, please let me know and I can hopefully add support for it soon. Thanks.

Brian

I don't know what you use to parse html, but the one I use (for the sports scores plugin) basically turns an HTML document into an XML doc that you can write xpath against. It's VERY handy. If interested, I'll dig up the link for you.
GBPVR v1.0.16 | Comskip | SportsScores | Weather | I-XmlTV

Server: Tyan Thunder h1000E | 2 x Opteron 2210 | 2GB PC2-5300 DDR2 ECC
LSI MegaRAID 300-8X SATA RAID
1x 73GB SCSI @ 10K RPM (OS)
3x 500GB SATA @ 7.2K RPM (RAID 5) (4 Partitions: Docs, Still Pics, Home Movies, Music)
2x 160GB IDE @ 7.2K RPM (RAID 0) (Recordings)
Hauppauge HVR-1600

Client: Gigabyte GA-MA69GM-S2H | Athlon x2 5000+ BE | 2GB PC-6400 DDR2
1x 320GB SATA @ 7.2K RPM
Antec NSX2480 Case
MCE Remote
Brian_W
Offline

Senior Member

Posts: 419
Threads: 19
Joined: May 2006
#7
2006-08-28, 05:20 PM
Spartan Wrote:I don't know what you use to parse html, but the one I use (for the sports scores plugin) basically turns an HTML document into an XML doc that you can write xpath against. It's VERY handy. If interested, I'll dig up the link for you.

That would be great! I am currently using the html parser that was included in the Theater Plugin that Jorm originally wrote, but i was going to look into different ones or write my own for the new stuff. Thanks for the assistance!!

Brian
HTPC Rig: P4 3Ghz 1GB RAM | ATI 9550 | PVR-150 | PVR-500
Software: GB-PVR 99.5
Spartan
Offline

Senior Member

Posts: 457
Threads: 28
Joined: Mar 2005
#8
2006-08-28, 05:24 PM
Brian_W Wrote:That would be great! I am currently using the html parser that was included in the Theater Plugin that Jorm originally wrote, but i was going to look into different ones or write my own for the new stuff. Thanks for the assistance!!

Brian

Here you go:

http://www.codeplex.com/Wiki/View.aspx?P...gilitypack

I recommend using the assembly that I provide in the download of my plug-in to avoid any kind of file version mismatches. I think the download there is only for source code, but there is information about how to use it.
GBPVR v1.0.16 | Comskip | SportsScores | Weather | I-XmlTV

Server: Tyan Thunder h1000E | 2 x Opteron 2210 | 2GB PC2-5300 DDR2 ECC
LSI MegaRAID 300-8X SATA RAID
1x 73GB SCSI @ 10K RPM (OS)
3x 500GB SATA @ 7.2K RPM (RAID 5) (4 Partitions: Docs, Still Pics, Home Movies, Music)
2x 160GB IDE @ 7.2K RPM (RAID 0) (Recordings)
Hauppauge HVR-1600

Client: Gigabyte GA-MA69GM-S2H | Athlon x2 5000+ BE | 2GB PC-6400 DDR2
1x 320GB SATA @ 7.2K RPM
Antec NSX2480 Case
MCE Remote
kaffeen
Offline

Member

Posts: 53
Threads: 4
Joined: Aug 2006
#9
2006-08-28, 06:12 PM
Thanks for the work on Theater. I am using it very happily.

Some IMDB links would be a nice touch in the future (perhaps even a dedicated IMDB module). The ability to purchase tickets directly through Fandango would be very cool.

Bravo!
Brian_W
Offline

Senior Member

Posts: 419
Threads: 19
Joined: May 2006
#10
2006-08-28, 06:36 PM
kaffeen Wrote:Thanks for the work on Theater. I am using it very happily.

Some IMDB links would be a nice touch in the future (perhaps even a dedicated IMDB module). The ability to purchase tickets directly through Fandango would be very cool.

Bravo!

Links are all good and such, but this is still a PVR program being displayed on your TV and there is not a full web browser there. Unless there is something from the IMDB pages you would like to see in particular?

As far as purchasing of tickets through the plugin, I don't see that happening. Would open up huge potential for a security risk (do you want your credit card info, verification information, and other personal identifying info stored in a plugin database?) that I am not going to shoulder the responsibility for.

Brian
HTPC Rig: P4 3Ghz 1GB RAM | ATI 9550 | PVR-150 | PVR-500
Software: GB-PVR 99.5
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (5): 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Alternative New Zealand XMLTV listing source xanth 85 28,450 2009-04-05, 03:21 AM
Last Post: mattyb
  New Theater 550 Pro drivers out today... jamesb 14 5,536 2007-10-26, 08:37 PM
Last Post: creep
  Zap2it listing availability groover km 2 1,644 2007-07-10, 04:21 PM
Last Post: lstepnio
  Theater 550 Pro Drivers - 6.14.10.145 (beta) jamesb 0 1,450 2006-04-10, 02:17 PM
Last Post: jamesb
  New Theater Plugin on wiki jorm 22 6,095 2005-04-19, 11:18 PM
Last Post: jorm
  Theater Plugin jorm 8 3,744 2005-02-21, 08:41 PM
Last Post: jorm

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

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

Linear Mode
Threaded Mode