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 … 3 4 5 6 7 … 16 Next »
MovieWiz thumbnail memory problems revisited

 
  • 0 Vote(s) - 0 Average
MovieWiz thumbnail memory problems revisited
Dan Soussi
Offline

Member

Posts: 86
Threads: 10
Joined: May 2006
#21
2009-04-12, 01:18 AM
JavaWiz Wrote:This value represents the number of thumbnail images the program holds in memory (so it does not have to retrieve from source db, file or web).

I've changed the logic so that it only caches images retrieved from web (since that is the slowest). I've added alot of logging to this version as well as tweaked the WizWebHelper and WizUiHelper DLLs.

Give it a try, if you still see a problem, set the caching variable down to 2, rerun and post your logs.

Hi JW,

Looks like you fixed the main problem. Well done! Memory use is well down, hovering around 150MB - much better than the 1.7GB it would max out to. BTW, if you would like some details on how I track the memory usage, I can elaborate.

There appears to be now another thumbnail problem. If you try to view the thumbnail large from the plugin, MW exits abnormally to main menu. This happens every time.

I've included a log to assist you fault find.

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
#22
2009-04-12, 07:32 AM
Dan Soussi Wrote:Looks like you fixed the main problem. Well done! Memory use is well down, hovering around 150MB - much better than the 1.7GB it would max out to. BTW, if you would like some details on how I track the memory usage, I can elaborate.
Glad memory is looking better, I found several spots where I was not managing it correctly. I would be interested as to your approach for tracking memory...
Quote:There appears to be now another thumbnail problem. If you try to view the thumbnail large from the plugin, MW exits abnormally to main menu. This happens every time.
Try this version of the WizUiHelper DLL, I think it should solve that problem.
Dan Soussi
Offline

Member

Posts: 86
Threads: 10
Joined: May 2006
#23
2009-04-12, 12:37 PM
JavaWiz Wrote:Glad memory is looking better, I found several spots where I was not managing it correctly. I would be interested as to your approach for tracking memory...

I use Windows Internals' (now part of Microsoft) free Process Explorer. It's available for download from Microsoft without restriction at:
http://technet.microsoft.com/en-us/sysin...96653.aspx

Select the process to watch and double click on it, or display properties. The Performance Graph tab gives a very good real time visual of the memory usage of an individual process. I hope it helps.

JavaWiz Wrote:Try this version of the WizUiHelper DLL, I think it should solve that problem.

All good! Problem nailed. Big Grin

Regards,
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
Dan Soussi
Offline

Member

Posts: 86
Threads: 10
Joined: May 2006
#24
2009-04-24, 06:01 AM
Hi JW,
The saga of thumbnails appear not quite over. I tried to revise an existing thumbnail via Movie Manager, but it fails to stick. It seems to saves the new thumbnail, but move to another movie record, then come back and the old thumbnail is still there.

I'm using the MovieWiz 1.0.25.0.

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
#25
2009-04-25, 02:42 AM
Dan Soussi Wrote:Hi JW,
The saga of thumbnails appear not quite over. I tried to revise an existing thumbnail via Movie Manager, but it fails to stick. It seems to saves the new thumbnail, but move to another movie record, then come back and the old thumbnail is still there.

I'm using the MovieWiz 1.0.25.0.

Cheers,
Dan
I am unable to recreate. I tried the following.
  • Ran MovieWiz Manager
  • Selected the "Manage Content" tab
  • Selected a movie and clicked "Lookup Image"
  • Thumbnail selector dialog appeared, selected a new image and clicked "Select"
  • Clicked "Save" on the Manage Content dialog.
  • Quite MovieWiz Manager
  • Restarted, selected the movie and found that the image was saved.
I have save images in db selected.

Could try a similar scenario and post your logs (note, your log file can be found in plugins/MovieWiz/logs)?

My versions are:
Code:
MovieWizManager      - v1.0.7.0          | C:\Program Files\devnz\gbpvr\Plugins\MovieWiz\MovieWizManager.exe
MovieWiz             - v1.0.25.1         | C:\Program Files\devnz\gbpvr\Plugins\MovieWiz\MovieWiz.dll
WizUiHelper          - v1.0.22.1         | C:\Program Files\Devnz\GBPVR\Plugins\common\WizUiHelper.dll
GBPVRPublic          - v1.0.3299.13224   | C:\Program Files\Devnz\GBPVR\GBPVRPublic.dll
WizWebHelper         - v1.0.12.2         | C:\Program Files\Devnz\GBPVR\Plugins\common\WizWebHelper.dll
System.Data.SQLite   - v1.0.30.1         | C:\Program Files\Devnz\GBPVR\System.Data.SQLite.dll
PVRUiPublic          - v1.0.0.0          | C:\Program Files\Devnz\GBPVR\PVRUiPublic.dll
HtmlAgilityPack      - v1.3.0.0          | C:\Program Files\Devnz\GBPVR\Plugins\common\HtmlAgilityPack.dll
WizGenHelper         - v1.0.0.3          | C:\Program Files\Devnz\GBPVR\Plugins\common\WizGenHelper.dll
AxInterop.WMPLib     - v1.0.0.0          | C:\Program Files\Devnz\GBPVR\AxInterop.WMPLib.dll
Interop.WMPLib       - v1.0.0.0          | C:\Program Files\Devnz\GBPVR\Interop.WMPLib.dll
Dan Soussi
Offline

Member

Posts: 86
Threads: 10
Joined: May 2006
#26
2009-04-25, 08:10 AM
JavaWiz Wrote:I am unable to recreate. I tried the following.
  • Ran MovieWiz Manager
  • Selected the "Manage Content" tab
  • Selected a movie and clicked "Lookup Image"
  • Thumbnail selector dialog appeared, selected a new image and clicked "Select"
  • Clicked "Save" on the Manage Content dialog.
  • Quite MovieWiz Manager
  • Restarted, selected the movie and found that the image was saved.
I have save images in db selected.

Could try a similar scenario and post your logs (note, your log file can be found in plugins/MovieWiz/logs)?

My versions are:
Code:
MovieWizManager      - v1.0.7.0          | C:\Program Files\devnz\gbpvr\Plugins\MovieWiz\MovieWizManager.exe
MovieWiz             - v1.0.25.1         | C:\Program Files\devnz\gbpvr\Plugins\MovieWiz\MovieWiz.dll
WizUiHelper          - v1.0.22.1         | C:\Program Files\Devnz\GBPVR\Plugins\common\WizUiHelper.dll
GBPVRPublic          - v1.0.3299.13224   | C:\Program Files\Devnz\GBPVR\GBPVRPublic.dll
WizWebHelper         - v1.0.12.2         | C:\Program Files\Devnz\GBPVR\Plugins\common\WizWebHelper.dll
System.Data.SQLite   - v1.0.30.1         | C:\Program Files\Devnz\GBPVR\System.Data.SQLite.dll
PVRUiPublic          - v1.0.0.0          | C:\Program Files\Devnz\GBPVR\PVRUiPublic.dll
HtmlAgilityPack      - v1.3.0.0          | C:\Program Files\Devnz\GBPVR\Plugins\common\HtmlAgilityPack.dll
WizGenHelper         - v1.0.0.3          | C:\Program Files\Devnz\GBPVR\Plugins\common\WizGenHelper.dll
AxInterop.WMPLib     - v1.0.0.0          | C:\Program Files\Devnz\GBPVR\AxInterop.WMPLib.dll
Interop.WMPLib       - v1.0.0.0          | C:\Program Files\Devnz\GBPVR\Interop.WMPLib.dll

Hi JW,

To help with the thumbnail change problem, I've included my MW manager log file for your reference. The problem shows itself every time.

My software versions are:
MovieWizManager - v1.0.6.0 | C:\Program Files\GBPVR\Plugins\MovieWiz\MovieWizManager.exe
MovieWiz - v1.0.25.0 | C:\Program Files\GBPVR\Plugins\MovieWiz\MovieWiz.dll
WizUiHelper - v1.0.22.0 | C:\Program Files\GBPVR\Plugins\common\WizUiHelper.dll
GBPVRPublic - v1.0.3299.13224 | C:\Program Files\GBPVR\GBPVRPublic.dll
WizWebHelper - v1.0.12.0 | C:\Program Files\GBPVR\Plugins\common\WizWebHelper.dll
System.Data.SQLite - v1.0.30.1 | C:\Program Files\GBPVR\System.Data.SQLite.dll
PVRUiPublic - v1.0.0.0 | C:\Program Files\GBPVR\PVRUiPublic.dll
WizGenHelper - v1.0.0.3 | C:\Program Files\GBPVR\Plugins\common\WizGenHelper.dll
AxInterop.WMPLib - v1.0.0.0 | C:\Program Files\GBPVR\AxInterop.WMPLib.dll
Interop.WMPLib - v1.0.0.0 | C:\Program Files\GBPVR\Interop.WMPLib.dll
GBPVRBackendCommon - v1.0.3299.13248 | C:\Program Files\GBPVR\GBPVRBackendCommon.dll
NativeUtilities - v1.0.3299.13247 | C:\Program Files\GBPVR\NativeUtilities.dll


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
#27
2009-04-25, 06:21 PM
First off, I think there may be some fixes for thumbnails in current version. Can you try updating to the current version (on the wiki), try again, if problem persists, post your logs.
Dan Soussi
Offline

Member

Posts: 86
Threads: 10
Joined: May 2006
#28
2009-04-25, 11:59 PM (This post was last modified: 2009-04-30, 12:39 PM by Dan Soussi.)
JavaWiz Wrote:First off, I think there may be some fixes for thumbnails in current version. Can you try updating to the current version (on the wiki), try again, if problem persists, post your logs.

Hi JW,

Attached is my latest MW Manager log. The thumbnail not "sticking" when revising an existing movie entry problem is still there.

I updated to the latest MovieWiz 1.0.25.1:
MovieWizManager - v1.0.7.0 | C:\Program Files\GBPVR\Plugins\MovieWiz\MovieWizManager.exe
MovieWiz - v1.0.25.1 | C:\Program Files\GBPVR\Plugins\MovieWiz\MovieWiz.dll
WizUiHelper - v1.0.22.1 | C:\Program Files\GBPVR\Plugins\common\WizUiHelper.dll
GBPVRPublic - v1.0.3299.13224 | C:\Program Files\GBPVR\GBPVRPublic.dll
WizWebHelper - v1.0.12.2 | C:\Program Files\GBPVR\Plugins\common\WizWebHelper.dll
System.Data.SQLite - v1.0.30.1 | C:\Program Files\GBPVR\System.Data.SQLite.dll
PVRUiPublic - v1.0.0.0 | C:\Program Files\GBPVR\PVRUiPublic.dll
HtmlAgilityPack - v1.3.0.0 | C:\Program Files\GBPVR\Plugins\common\HtmlAgilityPack.dll
WizGenHelper - v1.0.0.3 | C:\Program Files\GBPVR\Plugins\common\WizGenHelper.dll
AxInterop.WMPLib - v1.0.0.0 | C:\Program Files\GBPVR\AxInterop.WMPLib.dll
Interop.WMPLib - v1.0.0.0 | C:\Program Files\GBPVR\Interop.WMPLib.dll
GBPVRBackendCommon - v1.0.3299.13248 | C:\Program Files\GBPVR\GBPVRBackendCommon.dll
NativeUtilities - v1.0.3299.13247 | C:\Program Files\GBPVR\NativeUtilities.dll

EDIT:
I noticed that if the thumbnail is added via Lookup Image through the Internet, the image IS remembered. Replacement of thumbnails via "local lookup" are not saved.

I hope this helps in your troubleshooting.

Regards,
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
Dan Soussi
Offline

Member

Posts: 86
Threads: 10
Joined: May 2006
#29
2009-06-20, 05:31 AM
Hi JW,

I see that you have been busy. When you get the opportunity, below I added some further debugging information that indicates the situation I specifically see the thumbnail update issue.

"I noticed that if the thumbnail is added via Lookup Image through the Internet, the image IS remembered. Replacement of thumbnails via "local lookup" are not saved."

Cheers,
Dan


Dan Soussi Wrote:Hi JW,

Attached is my latest MW Manager log. The thumbnail not "sticking" when revising an existing movie entry problem is still there.

I updated to the latest MovieWiz 1.0.25.1:
MovieWizManager - v1.0.7.0 | C:\Program Files\GBPVR\Plugins\MovieWiz\MovieWizManager.exe
MovieWiz - v1.0.25.1 | C:\Program Files\GBPVR\Plugins\MovieWiz\MovieWiz.dll
WizUiHelper - v1.0.22.1 | C:\Program Files\GBPVR\Plugins\common\WizUiHelper.dll
GBPVRPublic - v1.0.3299.13224 | C:\Program Files\GBPVR\GBPVRPublic.dll
WizWebHelper - v1.0.12.2 | C:\Program Files\GBPVR\Plugins\common\WizWebHelper.dll
System.Data.SQLite - v1.0.30.1 | C:\Program Files\GBPVR\System.Data.SQLite.dll
PVRUiPublic - v1.0.0.0 | C:\Program Files\GBPVR\PVRUiPublic.dll
HtmlAgilityPack - v1.3.0.0 | C:\Program Files\GBPVR\Plugins\common\HtmlAgilityPack.dll
WizGenHelper - v1.0.0.3 | C:\Program Files\GBPVR\Plugins\common\WizGenHelper.dll
AxInterop.WMPLib - v1.0.0.0 | C:\Program Files\GBPVR\AxInterop.WMPLib.dll
Interop.WMPLib - v1.0.0.0 | C:\Program Files\GBPVR\Interop.WMPLib.dll
GBPVRBackendCommon - v1.0.3299.13248 | C:\Program Files\GBPVR\GBPVRBackendCommon.dll
NativeUtilities - v1.0.3299.13247 | C:\Program Files\GBPVR\NativeUtilities.dll

EDIT:
I noticed that if the thumbnail is added via Lookup Image through the Internet, the image IS remembered. Replacement of thumbnails via "local lookup" are not saved.

I hope this helps in your troubleshooting.

Regards,
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
#30
2009-06-20, 05:51 AM
Thank. I'll talk a look at this.
« 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,109 2011-03-13, 07:47 PM
Last Post: dljones8053
  MovieWiz: no movie data ga_mueller 6 7,861 2011-01-12, 01:22 AM
Last Post: ga_mueller
  A couple of problems with MovieWiz Lookups JP23 2 5,698 2010-05-19, 12:55 AM
Last Post: ga_mueller
  MovieWiz Descriptions now short Jaggy 3 5,705 2010-04-25, 04:01 PM
Last Post: JavaWiz
  Internal thumbnail storage format Dan Soussi 1 2,118 2010-03-05, 11:58 PM
Last Post: JavaWiz
  Location of thumbnail files gehing 4 3,228 2010-02-28, 03:32 AM
Last Post: JavaWiz
  MovieWiz: Wishlist 7ore 2 2,638 2010-02-25, 07:02 AM
Last Post: 7ore
  MovieWiz support for mymovies.xml file? daneo 42 19,514 2010-02-24, 04:31 AM
Last Post: 7ore
  MovieWiz - Plot field not being found/displayed JuicyFruits 4 2,776 2010-02-24, 04:20 AM
Last Post: JavaWiz
  Moviewiz not getting IMDB ratings. JP23 5 3,754 2010-02-23, 08:41 PM
Last Post: tbeaux

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

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

Linear Mode
Threaded Mode