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 … 11 12 13 14 15 16 Next »
MoveWiz updated to v1.0.11.0

 
  • 0 Vote(s) - 0 Average
MoveWiz updated to v1.0.11.0
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#51
2007-12-07, 01:16 AM
Jaggy Wrote:Unfortunately my test/development machine is setup as a separate GBPVR machine & not a client, is there any way I can access the DB on the server without having to stand on a ladder?
Mine is in the loft and it gets a bit cold up there in the winter...Wink

If you install gbpvr and the moviewiz plugin on another PC on the same network as your gbpvr server, you setup this other PC to be a gbpvr client. That lets you run moviewizmanager on the client PC and maintain your video library which exists on your server. The need for UNC names is to get around the problem of two PCs accessing network folders under different drive letters...

Alex
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#52
2007-12-07, 02:11 AM
Jaggy Wrote:Background: My GBPVR/MVP server sits on top of a cupboard in the hallway, while it has a keyboard, mouse & monitor attached I have to climb up a ladder to use it. This is normally not a problem for most things as they only take a short time to do, but I really can't see me standing there getting all my movie data into MovieWiz. :eek:

I found this in a search I did
"Added Client mode. If running on client, you can in the config set the program to read the DB located on the server. Note, you MUST store ALL your movies (and local thumbnails) with UNC names."

Unfortunately my test/development machine is setup as a separate GBPVR machine & not a client, is there any way I can access the DB on the server without having to stand on a ladder?
You could:
  • Configure your 2nd machine as a client. Pretty easy to do see http://forums.nextpvr.com/showthread.php?p=98782
  • OR Write a batch job to copy the MovieWiz db from your server to your client and either set as a task or a scheduled job. The problem with this is that you'd have to have similar drive mapping to the movies and images.
  • OR same as above, but when you load your server db, load everything in the format \\server\share\location... so that the copied db will work on the client without having to worry about drive mapping.
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,639
Threads: 148
Joined: Mar 2006
#53
2007-12-07, 02:47 AM
JavaWiz Wrote:You could:[*]Configure your 2nd machine as a client. Pretty easy to do see http://forums.nextpvr.com/showthread.php?p=98782

Thanks for that I have (tried) this option first but get this Sad

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Data.SQLite.SQLiteException: Abort due to constraint violation
columns MovieID, CatID are not unique
at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
at WizPlugin.MovieWizCore.chgMovieInfo(MovieEntry me, Boolean saveThumbnail)
at WizPlugin.MovieWizConfigForm.cmdLoad_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#54
2007-12-07, 03:17 AM
Jaggy Wrote:Thanks for that I have (tried) this option first but get this Sad

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Data.SQLite.SQLiteException: Abort due to constraint violation
columns MovieID, CatID are not unique
at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
at WizPlugin.MovieWizCore.chgMovieInfo(MovieEntry me, Boolean saveThumbnail)
at WizPlugin.MovieWizConfigForm.cmdLoad_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Does that error occur on the client machine or the server?

Recreate the error and post the logs and I'll take a look.
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,639
Threads: 148
Joined: Mar 2006
#55
2007-12-07, 03:41 AM
JavaWiz Wrote:Does that error occur on the client machine or the server?

Thats on the client when I'm trying to import new movies

Quote:Recreate the error and post the logs and I'll take a look.

Which logs? client or server or both?
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,639
Threads: 148
Joined: Mar 2006
#56
2007-12-07, 04:09 AM (This post was last modified: 2008-03-14, 10:21 PM by Jaggy.)
Right just looked & there are no MovieWiz logs on the server so have attached the client ones. Rolleyes

[ATTACHMENT NOT FOUND]
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,639
Threads: 148
Joined: Mar 2006
#57
2007-12-07, 08:12 PM
Just a quick update:
I got them all imported into the db after a fashion & random crashes as mentioned above sometimes it would import 8 or 9 before crashing other times it would import just 1, damned if I know :confused: Anyway almost everything else worked fine except for the create thumbnails doesn't seem to do anything (forget that I just tried again & it worked fine this time :confused::confusedSmile
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#58
2007-12-07, 08:36 PM
Jaggy Wrote:Right just looked & there are no MovieWiz logs on the server so have attached the client ones. Rolleyes

[ATTACHMENT NOT FOUND]
Ok, I think that is a bug in the current version of the program (will be fixed in next version). Does it also occur on your server machine when you try and add those movies?
frankmcg
Offline

Senior Member

Posts: 312
Threads: 23
Joined: Sep 2006
#59
2007-12-14, 10:42 PM
JavaWiz Wrote:Can you give me some examples, and I will check it out.

OK, try Peep Show|1 : episode 1 for example. Doing that I just get something called tee-won short ?

It's possibly because this show doesn't have episode names, they're all just called episode x ?
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#60
2007-12-15, 05:11 AM
frankmcg Wrote:OK, try Peep Show|1 : episode 1 for example. Doing that I just get something called tee-won short ?

It's possibly because this show doesn't have episode names, they're all just called episode x ?
Ok, I see I need a little work on the TV Episodes. I will make it work similar to the IMDB lookup, where if it does not find an Exact match, it will pop a list where you can select the most appropriate title.

Look for this in the next version...
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 … 3 4 5 6 7 Next »
Jump to page 


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

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

Linear Mode
Threaded Mode