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) SearchWiz & MovieWiz v
« Previous 1 … 9 10 11 12 13 … 16 Next »
What is your folder structure for MovieWiz?

 
  • 0 Vote(s) - 0 Average
What is your folder structure for MovieWiz?
hakras
Offline

Member

Posts: 228
Threads: 40
Joined: Mar 2007
#1
2008-05-27, 06:02 PM
I currently only use GBPVR to record OTA. I play the files using network media players and Swisscenter. I recently purchased a PCH and would like to be able to use GBPVR as a total software solution. Currently, all of my movies are in individual folders with a folder.jpg file. Will this work with MovieWiz? Also, could someone post some screen shots of the navigation through movies? I looked through the Wiki, but would like to see some more screen shots.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#2
2008-05-27, 07:26 PM
hakras Wrote:I currently only use GBPVR to record OTA. I play the files using network media players and Swisscenter. I recently purchased a PCH and would like to be able to use GBPVR as a total software solution. Currently, all of my movies are in individual folders with a folder.jpg file. Will this work with MovieWiz? Also, could someone post some screen shots of the navigation through movies? I looked through the Wiki, but would like to see some more screen shots.
MovieWiz does not really rely on any kind of directory structure. All movie entries are stored in a database, so they can reside anywhere.

The config program has a Locate and Load feature that allows you to establish the entries in the db. For example: if all your movies are in subdirectories say under c:\Movies, MovieWiz can be set to scan c:\Movies (and all subdirs) to create a list of movies for loading.

It will attempt to retrieve movie information from either IMDB or TheTvDB internet sites, or if that fails from the EPG within GBPVR.

Thumbnail images can be retrieved from IMDB, TheTvDB, TvGuide and Yahoo (I think, not at my machine at the moment). Also the images may be set to a local image file as well.
hakras
Offline

Member

Posts: 228
Threads: 40
Joined: Mar 2007
#3
2008-05-27, 08:06 PM
Thank you for the quick reply. Could you give me a hint on how to point to the local .jpg for folder art? I will be displaying on a 50" plasma and the thumbs from IMDB are painful to look at.

One other problem. I tried use the MovieWiz plugin from a client PC. I can browse through titles, but I can't watch anything. It says thta the file is not found. I think it's an ID10T error Wink I think I need to specify file location by the full network path (ex. \\servername\movies). When I set it up on the server, I specified the file location by the local path (ex. D:\movies). Am I right?
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#4
2008-05-27, 09:21 PM
hakras Wrote:Thank you for the quick reply. Could you give me a hint on how to point to the local .jpg for folder art? I will be displaying on a 50" plasma and the thumbs from IMDB are painful to look at.

Unfortunately, that would be a 1 time manual step for each movie. Currently, the program only looks in gbpvr/media/art directory for files with the same baseName as the movie being loaded. I suppose I could update the load logic to also look for a Folder.jpg in the same directory as the video file to automate this step (I may add to next version being released soon).



From memory:
  • Open the config program (either from gbpvr config, plugins tab or MovieWizManager start-programs-gbpvr-wiztools).
  • Click on the Manage tab
  • In the Lookup Image combo box, select manual lookup??
  • Browse to the appropriate file and select.
If you want it to display on the client, on the Settings(1) tab, check the Save images in DB.
Quote:One other problem. I tried use the MovieWiz plugin from a client PC. I can browse through titles, but I can't watch anything. It says thta the file is not found. I think it's an ID10T error Wink I think I need to specify file location by the full network path (ex. \\servername\movies). When I set it up on the server, I specified the file location by the local path (ex. D:\movies). Am I right?
To run as a client, make sure you setup the client settings on the Settings(2) tab. You'll want to map the physical server drive location ie: c:\MovieArchive to a UNC mapping ie \\ServerName\Movies, where on the server, c:\MovieArchive has a share created named Movies.

Refer to the Wiki and/or Readme for some more details, if you have specific questions, feel free to post it.
hakras
Offline

Member

Posts: 228
Threads: 40
Joined: Mar 2007
#5
2008-05-28, 01:19 PM
I got everything squared away. I was pointing to the database instead of the movie directory. I guess having the UNC path under the Db checkbox through me off. I got everything working now.

From the client PC, I get a bit of a delay when I choose MovieWiz. Once the GUI appears everything moves nicely. What effects the speed of the GUI appearing? Could I do anything to improve performance?
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#6
2008-05-28, 02:26 PM
hakras Wrote:I got everything squared away. I was pointing to the database instead of the movie directory. I guess having the UNC path under the Db checkbox through me off. I got everything working now.

From the client PC, I get a bit of a delay when I choose MovieWiz. Once the GUI appears everything moves nicely. What effects the speed of the GUI appearing? Could I do anything to improve performance?
Glad you got it working.

The startup delay (especially on the client) is most likely due to the db being read into objects in the plugin. On the client this must occur over the network and until everything is local, there will be the delay. I may try to address this in a future release by spawning a thread on plugin startup to do the load prior to the UI displaying, but at this point other things have higher priority.
hakras
Offline

Member

Posts: 228
Threads: 40
Joined: Mar 2007
#7
2008-05-28, 02:51 PM
Understood. Great plugin. Thank you for all your help.
hakras
Offline

Member

Posts: 228
Threads: 40
Joined: Mar 2007
#8
2008-05-30, 04:21 AM
JavaWiz Wrote:Unfortunately, that would be a 1 time manual step for each movie. Currently, the program only looks in gbpvr/media/art directory for files with the same baseName as the movie being loaded. I suppose I could update the load logic to also look for a Folder.jpg in the same directory as the video file to automate this step (I may add to next version being released soon).

I would be most grateful if you added this. I have 400+ movies to link art to Sad
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#9
2008-05-30, 04:58 AM
hakras Wrote:I would be most grateful if you added this. I have 400+ movies to link art to Sad
Updated. Download current version, should provide this feature.
hakras
Offline

Member

Posts: 228
Threads: 40
Joined: Mar 2007
#10
2008-05-30, 11:04 AM
That was quick. Thanks a lot. Is there anything I need to do to make the local folder.jpg the default?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  MovieWiz movie folder structure? jfm 5 7,069 2011-03-13, 07:47 PM
Last Post: dljones8053
  MovieWiz: no movie data ga_mueller 6 7,833 2011-01-12, 01:22 AM
Last Post: ga_mueller
  A couple of problems with MovieWiz Lookups JP23 2 5,679 2010-05-19, 12:55 AM
Last Post: ga_mueller
  MovieWiz Descriptions now short Jaggy 3 5,669 2010-04-25, 04:01 PM
Last Post: JavaWiz
  MovieWiz: Wishlist 7ore 2 2,628 2010-02-25, 07:02 AM
Last Post: 7ore
  MovieWiz support for mymovies.xml file? daneo 42 19,291 2010-02-24, 04:31 AM
Last Post: 7ore
  MovieWiz - Plot field not being found/displayed JuicyFruits 4 2,761 2010-02-24, 04:20 AM
Last Post: JavaWiz
  Moviewiz not getting IMDB ratings. JP23 5 3,722 2010-02-23, 08:41 PM
Last Post: tbeaux
  MovieWiz exception 7ore 26 10,830 2010-02-22, 05:05 AM
Last Post: JavaWiz
  MovieWiz - Offline Import & Images meccano 8 4,030 2010-02-08, 01:48 PM
Last Post: meccano

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

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

Linear Mode
Threaded Mode