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 … 15 16 17 18 19 … 125 Next »
movies

 
  • 0 Vote(s) - 0 Average
movies
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#11
2007-01-06, 02:50 AM
The video archive plug-in (and commongbvrutilities) provide methods to both do the lookup on imdb (with amazon.com for a fallback) and store the image and information in the database. Since you are using the commongbvrutilities, if your open to the idea, I'd like to work with you to store and access the information using the commongbvrutilities database methids so that we don;t end up with yet another database storing the same information.

Jeff
jh61408
Offline

Member

Posts: 90
Threads: 8
Joined: Oct 2005
#12
2007-01-06, 03:09 AM
[quote=navyguy]What it does is query imdb with the movie title that you provide, then it pulls the first popular title that returns and uses that to provide all the information. That's why the title is important if it returns no results then it won't get anything.



BTW, does it actually play the .iso files? Like I said I don't have my gbpvr setup with the daemontools to do that with so I'm curious if it will play them or not.

It seems that it does not play the file, I used Daemon Tools. I am not sure that it using that application to read the file. jh
navyguy
Offline

Member

Posts: 72
Threads: 4
Joined: May 2005
#13
2007-01-06, 04:51 AM
Jeff Wrote:The video archive plug-in (and commongbvrutilities) provide methods to both do the lookup on imdb (with amazon.com for a fallback) and store the image and information in the database. Since you are using the commongbvrutilities, if your open to the idea, I'd like to work with you to store and access the information using the commongbvrutilities database methids so that we don;t end up with yet another database storing the same information.

Jeff

I wouldn't mind using a common database. In actuality I view my app as kind of a step between what GBPVR provides "out of the box" and the Video Archive plugin. Which is why I made it for myself basically, I wanted more than the basic functionality but yours was more than I need. A seamless upgrade datawise from my app to yours I think would be fantastic for the end users. So I have no problem with sharing a common database, I'll take a look through yours and see what that would entail.

The only question I have is how do we work out the problem of us both distributing a common database with our plugin? Who controls the schema etc.? Do you want me to just use what you've got? Or do we come up with a GBPVRCommonVideoDatabase and go with that?
GBPVR v0.99.5 WinXP Pro x64 Edition, Directx 9.0c, .Net 2.0
Skin: Plain Jane
Plugins: Movies, Weather, News Feeds, Theater, WebCams.
MediaMVP D3A
Intel Pentium D - Dual Core 3.5GHz, 2GB RAM, NVIDIA GeForce 7600 GT
Movies Plugin Author
GUI XML Based Installer for GBPVR Plugins/Skins Author
navyguy
Offline

Member

Posts: 72
Threads: 4
Joined: May 2005
#14
2007-01-06, 04:57 AM
jh61408 Wrote:It seems that it does not play the file, I used Daemon Tools. I am not sure that it using that application to read the file. jh

I kind of thought it might not work, since GBPVR doesn't play iso's by default plugins need to know what to do with the iso's and I hadn't even thought about it when I was originally coding my plugin. I'll stick that on my list and investigate what it'll take to make them work.
GBPVR v0.99.5 WinXP Pro x64 Edition, Directx 9.0c, .Net 2.0
Skin: Plain Jane
Plugins: Movies, Weather, News Feeds, Theater, WebCams.
MediaMVP D3A
Intel Pentium D - Dual Core 3.5GHz, 2GB RAM, NVIDIA GeForce 7600 GT
Movies Plugin Author
GUI XML Based Installer for GBPVR Plugins/Skins Author
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#15
2007-01-06, 04:59 AM
navyguy Wrote:I wouldn't mind using a common database. In actuality I view my app as kind of a step between what GBPVR provides "out of the box" and the Video Archive plugin. Which is why I made it for myself basically, I wanted more than the basic functionality but yours was more than I need. A seamless upgrade datawise from my app to yours I think would be fantastic for the end users. So I have no problem with sharing a common database, I'll take a look through yours and see what that would entail.

The only question I have is how do we work out the problem of us both distributing a common database with our plugin? Who controls the schema etc.? Do you want me to just use what you've got? Or do we come up with a GBPVRCommonVideoDatabase and go with that?

Right now all the database access in the video archive plug-in is via the commongbpvrutilities.dll library. I don't access the DB directly. There are methods for opening the db and reading and writing records much like there are for the main gbovr database.

Jeff
jh61408
Offline

Member

Posts: 90
Threads: 8
Joined: Oct 2005
#16
2007-01-06, 09:15 PM
I like the Interface of the plugin It shows the Image of the Iso and description of the movie. I hope you do work on the playing of Iso's as this would be a great
sub for my vidoes 5. jh
navyguy
Offline

Member

Posts: 72
Threads: 4
Joined: May 2005
#17
2007-01-07, 12:14 AM
jh61408 Wrote:I like the Interface of the plugin It shows the Image of the Iso and description of the movie. I hope you do work on the playing of Iso's as this would be a great
sub for my vidoes 5. jh

No guarantees but I am going to give it a shot. Let me chew on it a few days and I'll see what I can come up with. I'll be a bit pressed for time the next few days but that's the next thing on my list to add in.
GBPVR v0.99.5 WinXP Pro x64 Edition, Directx 9.0c, .Net 2.0
Skin: Plain Jane
Plugins: Movies, Weather, News Feeds, Theater, WebCams.
MediaMVP D3A
Intel Pentium D - Dual Core 3.5GHz, 2GB RAM, NVIDIA GeForce 7600 GT
Movies Plugin Author
GUI XML Based Installer for GBPVR Plugins/Skins Author
jh61408
Offline

Member

Posts: 90
Threads: 8
Joined: Oct 2005
#18
2007-01-07, 05:35 AM
Thanks Jh
navyguy
Offline

Member

Posts: 72
Threads: 4
Joined: May 2005
#19
2007-01-08, 10:32 PM (This post was last modified: 2007-01-09, 02:30 AM by navyguy.)
jh61408 Wrote:Thanks Jh

Good news, it now plays .iso files. You'll need to have daemon tools installed and properly configured in GBPVR. I'll have an update with that and a few other changes posted towards the end of this week I think it should be ready.

UPDATE: I went ahead and released Beta v2, got everything done that I had planned for this rollup, it's on the wiki if you're still interested.

Navyguy
GBPVR v0.99.5 WinXP Pro x64 Edition, Directx 9.0c, .Net 2.0
Skin: Plain Jane
Plugins: Movies, Weather, News Feeds, Theater, WebCams.
MediaMVP D3A
Intel Pentium D - Dual Core 3.5GHz, 2GB RAM, NVIDIA GeForce 7600 GT
Movies Plugin Author
GUI XML Based Installer for GBPVR Plugins/Skins Author
hick
Offline

Junior Member

Posts: 28
Threads: 5
Joined: Feb 2006
#20
2007-01-10, 11:31 PM
This new movies plugin looks clean, simple, and I think it will be a great way for me to keep a database of all of the movies I own (not just on the computer, I'll create an empty .iso file for each movie I own) that I can browse through. I'll have to try this one out! Smile
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (15): « Previous 1 2 3 4 5 … 15 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Search for Movies in TV Guide spdrac1 1 2,026 2009-05-23, 03:37 PM
Last Post: JavaWiz
  Subtitle to movies micke_ch 6 3,351 2007-01-27, 04:18 PM
Last Post: adrian_vg@yahoo.com
  Xsearch for "movies" stevenjwilson 4 2,274 2006-06-10, 11:37 AM
Last Post: stevenjwilson
  DVD2MPEG on 16:9 movies??? SLGF2A 2 1,551 2005-08-26, 02:42 AM
Last Post: Jeff
  My Videos, Paused Movies & PIN protected directories DEfusion 1 1,736 2005-07-22, 11:22 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