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 … 8 9 10 11 12 … 16 Next »
Movie Wiz is slow for me....

 
  • 0 Vote(s) - 0 Average
Movie Wiz is slow for me....
Dan Soussi
Offline

Member

Posts: 86
Threads: 10
Joined: May 2006
#11
2008-07-12, 07:08 AM
My MovieWiz database has around 700+ entries and takes 25-30sec to initially load. I also get a similar delay switching between categories - hence something I tend to avoid. After the initial delay, all's well.

Not completely unrelated, but MW memory demands are high. It appears to consume about 1GB for itself. During MW start-up, it's interesting to watch the memory being consumed on a memory monitor. The memory consumption appears to only occur during the last 5 or so seconds and ramps up quickly. Does this suggest that there is some initial start-up inefficiency.

Curious! :confused:

Cheers,
Dan
Dedicated XP SP2 + GB-PVR 1.2.13
Gigabyte GA EP45-DS3L, Q6600 processor, 2GB RAM, SPDIF optical audio
Sapphire ATI HD4850 GDDR3 512MB PCI-E
DVico Digital Tuner
4TB local storage, Pioneer 107 DVD+/-RW via USB
Logitech 785 remote control, Logitech wireless keyboard and mouse
Antec Sonata II case & PSU
Sony 40in X2000 Bravia LCD, Panasonic 5.1 surround sound
hakras
Offline

Member

Posts: 228
Threads: 40
Joined: Mar 2007
#12
2008-07-12, 01:32 PM
I'm glad to hear that I'm not the only one. Being that you have double the entries that I have, I tend to think it is MW startup process.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#13
2008-07-13, 06:58 AM
Here is a test version of MovieWiz where I've tried to speed up the load. If you could test it out and provide some feedback I'd appreciate.
  • Shutdown PVRX2
  • Rename plugins/MovieWiz/MovieWiz.dll to MovieWiz.dll.backup
  • Unzip new DLL and place in plugins/MovieWiz
  • Restart PVRX2 and check startup speed for plugin.
Dan Soussi
Offline

Member

Posts: 86
Threads: 10
Joined: May 2006
#14
2008-07-13, 09:34 AM
Hi JW,

I experimented with the revised DLL and can see a clear performance improvement. I see a PVRX2 memory hit on start-up and suspect that MW does it's initial load there. Much better. Hence initial MW load is immediate.

Switching categories appears much faster, too. Selecting any but "All Movies" categories is 5 secs or less and quite acceptable. "All Movies" categories still takes about 15 secs, but is down from 30 secs. I wonder if a database sort would help?

All changes in the revised DLL are much improved and welcome. Well done! Big Grin

Cheers,
dan
Dedicated XP SP2 + GB-PVR 1.2.13
Gigabyte GA EP45-DS3L, Q6600 processor, 2GB RAM, SPDIF optical audio
Sapphire ATI HD4850 GDDR3 512MB PCI-E
DVico Digital Tuner
4TB local storage, Pioneer 107 DVD+/-RW via USB
Logitech 785 remote control, Logitech wireless keyboard and mouse
Antec Sonata II case & PSU
Sony 40in X2000 Bravia LCD, Panasonic 5.1 surround sound
hakras
Offline

Member

Posts: 228
Threads: 40
Joined: Mar 2007
#15
2008-07-13, 04:27 PM
I having a problem with the new dll. I renamed the original and copied the new one over. Then I restarted my server. Now MovieWiz opens MUCH FASTER but I am only getting a fraction of the movies. I have 300+ movies in the db, but MovieWiz only shows the movies that start with a number, the letter A, and the letter B. I am not seeing any other movies. Sad
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#16
2008-07-13, 06:22 PM (This post was last modified: 2008-07-13, 07:02 PM by JavaWiz.)
hakras Wrote:I having a problem with the new dll. I renamed the original and copied the new one over. Then I restarted my server. Now MovieWiz opens MUCH FASTER but I am only getting a fraction of the movies. I have 300+ movies in the db, but MovieWiz only shows the movies that start with a number, the letter A, and the letter B. I am not seeing any other movies. Sad
Here is another version with additional logging and a few tweaks. Try this one, zip and post your logs.

Quote:Switching categories appears much faster, too. Selecting any but "All Movies" categories is 5 secs or less and quite acceptable. "All Movies" categories still takes about 15 secs, but is down from 30 secs. I wonder if a database sort would help?
Yes, I'm thinking that an index on title would help here, I'll see about adding that,. I'm in the process of building a test db with several hundred entries so I can perform some test to see if it is worth it.
Dan Soussi
Offline

Member

Posts: 86
Threads: 10
Joined: May 2006
#17
2008-07-14, 03:15 AM
Hi,

I noticed that if you try to start the plug-in too soon after PVRX2 starts, the MW list get truncated. Changing the categories after the background load finishes forces the database to reload and all is well.

I have encountered a problem a couple of times now. If you exit MW to the GBPVR main menu and enter MW plugin again, the following error can occur:
Plugin initialization in progress ...
Please wait.

This message never ends. (I may have revised the MW database in the background. Could there be some new logic watching for a file time change?)

I guess logs would help, but I'm unsure which files to supply.

Cheers,
Dan
Dedicated XP SP2 + GB-PVR 1.2.13
Gigabyte GA EP45-DS3L, Q6600 processor, 2GB RAM, SPDIF optical audio
Sapphire ATI HD4850 GDDR3 512MB PCI-E
DVico Digital Tuner
4TB local storage, Pioneer 107 DVD+/-RW via USB
Logitech 785 remote control, Logitech wireless keyboard and mouse
Antec Sonata II case & PSU
Sony 40in X2000 Bravia LCD, Panasonic 5.1 surround sound
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#18
2008-07-14, 03:20 AM
Dan Soussi Wrote:Hi,

I noticed that if you try to start the plug-in too soon after PVRX2 starts, the MW list get truncated. Changing the categories after the background load finishes forces the database to reload and all is well.

I have encountered a problem a couple of times now. If you exit MW to the GBPVR main menu and enter MW plugin again, the following error can occur:
Plugin initialization in progress ...
Please wait.

This message never ends. (I may have revised the MW database in the background. Could there be some new logic watching for a file time change?)

I guess logs would help, but I'm unsure which files to supply.

Cheers,
Dan
If you can force an error, zip the logs and post.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#19
2008-07-14, 04:39 AM
Try this version, should handle the startup (especially after exiting and re-entering the pluging).
Dan Soussi
Offline

Member

Posts: 86
Threads: 10
Joined: May 2006
#20
2008-07-14, 09:22 AM
Hi JW,

I did a couple of tests and captured the corresponding log file.

Event 1
I did not wait for the MW background load to complete and seleted MW plugin. It displayed the status message "Plugin initialization in progress ...", paused for a few seconds and completed normally. All movies were displayed under category "What's New".
Changing to category "All Movies" caused a memory usage growth of 800MB (total memory now 2.3GB) and throws the error:
Error translating column image. Exception of type 'System.OutOfMemoryExeption' was thrown.
Must kill PVRX2 to recover. :eek:

Event 2
I waited for the background load to complete. This was maybe 6 secs. Selecting the MW plugin I get all movies listed under category "What's New". Selecting category "All Movies" causes the same memory error and gets stuck. Must kill PVRX2 to recover. :eek:

I appreciate your focus on improving your plugin. I hope this helps with your debugging?

Cheers,
Dan
Dedicated XP SP2 + GB-PVR 1.2.13
Gigabyte GA EP45-DS3L, Q6600 processor, 2GB RAM, SPDIF optical audio
Sapphire ATI HD4850 GDDR3 512MB PCI-E
DVico Digital Tuner
4TB local storage, Pioneer 107 DVD+/-RW via USB
Logitech 785 remote control, Logitech wireless keyboard and mouse
Antec Sonata II case & PSU
Sony 40in X2000 Bravia LCD, Panasonic 5.1 surround sound
« 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
  MovieWiz movie folder structure? jfm 5 7,102 2011-03-13, 07:47 PM
Last Post: dljones8053
  use movie wiz with only npvr chewy747 6 8,140 2011-03-13, 07:45 PM
Last Post: dljones8053
  MovieWiz: no movie data ga_mueller 6 7,858 2011-01-12, 01:22 AM
Last Post: ga_mueller
  Movie Wiz extremely slow wildstars 6 3,015 2009-09-29, 01:41 PM
Last Post: JavaWiz
  MovieWiz - Movie Sorting - Sort By Release Date NeoH4x0r 0 1,656 2009-08-19, 04:58 AM
Last Post: NeoH4x0r
  Movie Wiz command line options mark_lt 4 2,753 2009-04-15, 06:11 AM
Last Post: mark_lt
  Movie in Several Parts - Duplicate Entries fix_it 6 3,237 2009-03-08, 04:53 AM
Last Post: JavaWiz
  can't import xml into movie tvshowman 3 2,432 2009-02-11, 04:40 AM
Last Post: JavaWiz
  Movie Wiz Buttons Reversed? LewE 8 3,295 2009-01-11, 09:50 PM
Last Post: JavaWiz
  Press Play selects next movie branedge 3 2,297 2008-12-11, 02:10 PM
Last Post: branedge

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

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

Linear Mode
Threaded Mode