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 … 19 20 21 22 23 … 125 Next »
Movie Wiz ERROR translating column image. Exception of type 'System.OutOfMemoryExcept

 
  • 0 Vote(s) - 0 Average
Movie Wiz ERROR translating column image. Exception of type 'System.OutOfMemoryExcept
mk000
Offline

Member

Posts: 70
Threads: 12
Joined: Feb 2006
#11
2007-10-22, 11:42 PM
JavaWiz Wrote:Do you simply mean to zoom on the image and have it take up the whole (or most) of the screen?

If you have a SQLite editor, you'd just have to run a simple query, something like:
[/QUOTE]


Exactly... I think that would be great. Say you backup a DVD, your image is the dvd cover, and even on my 24inch lcd, I cant read anything but the big print on the cover image.
mk000
Offline

Member

Posts: 70
Threads: 12
Joined: Feb 2006
#12
2007-10-23, 01:32 AM
Memory usage is enormous with the 110mb file... see attached.:eek::eek::eek::o
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#13
2007-10-23, 02:15 AM
A good SQLite GUI can be found here:
http://www.sqliteexpert.com/download.html

After installing the personal edition, to clear the image column in the db, do the following:
  • Make a copy of MovieWiz.DB3 incase of problems.
  • Start up SQLite Expert
  • Select File->Open Database
  • Navigate to gbpvr/plugins/MovieWiz
  • Select MovieWiz.db3
  • Select the SQL tab in right pane
  • Type the following in the SQL text area:
    • Update Movies Set image=null;
  • Press F5 to run the query, it should come back with 'No data to display'
  • From the menu, select Database-->Vacuum
  • Exit the program.
You should now notice the size of the database has decreased dramatically since all the BLOB data for the images has been removed.

NOTE: If you store your images in either the directory the video file exists in OR gbpvr/media/art, you don't actually have to store the image in the db. The plugin code will automatically look in that directory if an image does not exist in the db. This should keep the size of the DB down.

I will have to add a feature in the next release that gives you the option of storing the local image or retrieving from the disk.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Freazing up trying to watch live TV or access System plugin dspdrew 2 3,521 2010-11-03, 07:52 AM
Last Post: johnsonx42
  GuidePlus xml loading error help tvshowman 6 4,235 2010-04-15, 03:03 AM
Last Post: tvshowman
  Music Library Error chewy747 7 4,716 2010-01-29, 09:44 PM
Last Post: chewy747
  mencoder error messages fvfv 3 2,793 2009-10-19, 08:07 PM
Last Post: -stattik-
  Slick skin - task image tm12 3 2,856 2009-09-11, 10:09 AM
Last Post: tm12
  vidimport console error tvshowman 8 4,239 2009-07-27, 07:27 PM
Last Post: carpeVideo
  Graphrecorder Config Exception observer_11 0 1,288 2009-04-20, 11:48 PM
Last Post: observer_11
  mc2xml new error? pic included tvshowman 4 2,662 2009-01-06, 11:05 PM
Last Post: tvshowman
  YApi2XML - Run-time Error 13: Type Mismatch nobody481 11 5,226 2008-12-15, 11:48 PM
Last Post: Base
  TV Listings Plugin - Unhandled Exception? navyblue 12 5,635 2008-10-20, 04:13 PM
Last Post: Fatman_do

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

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

Linear Mode
Threaded Mode