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 … 12 13 14 15 16 Next »
SearchWiz - New Plugin

 
  • 0 Vote(s) - 0 Average
SearchWiz - New Plugin
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#161
2007-06-09, 05:13 AM
Quote:My wife just selected Search Wizard, then Keyboard, and a dialog box popped up that said Divide by Zero error with an OK button. Logs are attached.
Your logs indicate you are running version 0.4.15.
Code:
06/03/07 12:27:39:009 PM[1]        VERBOSE SearchWizTask: Constructor - ENTER
06/03/07 12:27:39:009 PM[1]        INFO    Versions:
06/03/07 12:27:39:009 PM[1]        INFO       SearchWizTask: Version: 0.4.15.0

Does this error occur in the most current version released (v0.5.1)?
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#162
2007-07-09, 11:40 AM
I installed GBPVR 1.08 and SearchWiz has disappeared. I reinstalled search wiz and its still gone from plugins... has anyone else had this happen. I'll go back to 99.12 since this is the best search tool out there but I'd rather stick with 1.08. (1.08 has also killed the "TV listings" plugin as well),

CV
nightwalker
Offline

Senior Member

Posts: 733
Threads: 54
Joined: May 2005
#163
2007-07-09, 02:14 PM
I think i read somewhere on here that sub said that older plugins, pre-1.08,need to be in the

devnz\gbpvr\Plugins\legacy

directory in order to work.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#164
2007-07-09, 04:21 PM
That's correct for version 1.0.8, all plugins must be in a sub-directory. Move all the old plugins to a sub-directory under gbpvr/plugins (can be any name, but legacy works fine). SearchWiz should then appear again.

If you are going to use the old UI (gbpvr.exe), you must have a 2nd copy in the plugins directory.
jh61408
Offline

Member

Posts: 90
Threads: 8
Joined: Oct 2005
#165
2007-10-06, 11:29 PM
Hi, I Installed the Search Wiz, But it seems not to find anything i try and search for.
I searched for South Park, Football, Home. All with no results only the Box that says Sorry, No listings found. Is their a trick to using this?.

I checked the tv Guide and founds listings and also used the Find all and many were listed.

Thanks
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#166
2007-10-06, 11:40 PM
jh61408 Wrote:Hi, I Installed the Search Wiz, But it seems not to find anything i try and search for.
I searched for South Park, Football, Home. All with no results only the Box that says Sorry, No listings found. Is their a trick to using this?.

I checked the tv Guide and founds listings and also used the Find all and many were listed.

Thanks
Zip up your logs and post them. I'll take a look.
jh61408
Offline

Member

Posts: 90
Threads: 8
Joined: Oct 2005
#167
2007-10-06, 11:50 PM
Logs included
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#168
2007-10-07, 03:58 AM
jh61408 Wrote:Hi, I Installed the Search Wiz, But it seems not to find anything i try and search for.
I searched for South Park, Football, Home. All with no results only the Box that says Sorry, No listings found. Is their a trick to using this?.

I checked the tv Guide and founds listings and also used the Find all and many were listed.

Thanks
SearchWiz only works with SQLite database. Looks like you are using an Access MDB.
Quote:2007-10-06 18:18:10.687 VERBOSE [1] databaseConnectionString is Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\Program Files\devnz\gbpvr\gbpvr.mdb";User Id=admin;Password=
jh61408
Offline

Member

Posts: 90
Threads: 8
Joined: Oct 2005
#169
2007-10-07, 04:38 AM
JavaWiz Wrote:SearchWiz only works with SQLite database. Looks like you are using an Access MDB.

I guess i am not sure where you would change that, In the Configuration or somewhere else?.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#170
2007-10-07, 05:28 AM
jh61408 Wrote:I guess i am not sure where you would change that, In the Configuration or somewhere else?.
It cannot be changed thru the config.exe program. You'll need to edit the config.xml file directly (make sure you back it up prior to making any changes).

There is a section that should look something like this:

Code:
<!-- Database settings -->
  <DatabaseConnectionString>Data Source=".\gbpvr.db3";Version=3;New=True;</DatabaseConnectionString>
  <DatabaseProviderFactory>System.Data.SQLite.SQLiteFactory</DatabaseProviderFactory>
  <DatabaseIdentityQuery>select last_insert_rowid()</DatabaseIdentityQuery>

In your config, the section that is active looks like this:

Code:
<DatabaseConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=".\gbpvr.mdb";User Id=admin;Password=</DatabaseConnectionString>
  <DatabaseProviderFactory>System.Data.OleDb.OleDbFactory</DatabaseProviderFactory>
  <DatabaseIdentityQuery>select @@identity</DatabaseIdentityQuery>

Set the active section to SQLite (1st code snippet). You will have to reconfigure your card, reload epg, and channels.

There may be a cleaner way to do this. I have always used SQLite, so you may want to query other users to see if there is a better way to swtich between Access and SQLite.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (18): « Previous 1 … 14 15 16 17 18 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SearchWiz config crash peabody 3 6,118 2010-04-03, 08:52 PM
Last Post: peabody
  SearchWiz - how to filter independently on Show and Episode peabody 2 5,415 2010-03-29, 04:41 AM
Last Post: peabody
  SearchWiz Crashing on Result Display escapeMCP 1 2,045 2009-12-21, 06:22 PM
Last Post: JavaWiz
  SearchWiz wish list backforward 2 1,982 2009-03-09, 10:07 PM
Last Post: backforward
  SearchWiz button drawing anomaly Wakalaka 1 1,779 2009-01-07, 12:54 AM
Last Post: JavaWiz
  searchwiz freeze when searching for today... tvshowman 15 5,569 2008-10-21, 11:26 AM
Last Post: tvshowman
  SearchWiz- PostPadding for 30 minutes? dennit 5 3,157 2008-09-20, 12:18 AM
Last Post: dennit
  SearchWiz 1.0.15.1 has bug setting recurring recording for Heroes Wakalaka 1 1,853 2008-09-14, 06:21 AM
Last Post: JavaWiz
  SearchWiz v1.0.15.0 Released JavaWiz 0 1,506 2008-09-01, 04:51 AM
Last Post: JavaWiz
  MovieWiz - Plugin initialiazation in progress... vskatusa 1 1,766 2008-08-29, 05:16 PM
Last Post: JavaWiz

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

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

Linear Mode
Threaded Mode