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 »
MovieWiz 1014 Archive Query & Log

 
  • 0 Vote(s) - 0 Average
MovieWiz 1014 Archive Query & Log
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#1
2008-02-01, 04:07 AM
JW,

Could you please explain the Archiving sequence?

"Mark missing entries as hidden" and "If entry is not found mark it as hidden so it will not show in the plugin"

I tried the Sync, but it gave me a wee note with "4 errors' errors (refer attached)

I got a lot of these too... ??

Code:
Index was outside the bounds of the array.

Ta

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#2
2008-02-01, 04:40 AM
jksmurf Wrote:JW,

Could you please explain the Archiving sequence?
In the config (SyncArchived) or the plugin (when you try and play), if the movie is not found in target Location, the following occurs:
  • Array of Archive directories is created (list of directories you defined in config)
  • Current movie directory is pushed to top of array.
  • For each directory entry repeat until found or end of array
    • Look in directory for movie filename, if found, reset the entry in the db to correct value.
    • If not found, check if extention changed to one of the following values: .mpg,.mpeg,.mp4,.avi,.mov (this is an attempt to resolve transcoded entries), if found, reset the entry in the db to correct value
Quote:"Mark missing entries as hidden" and "If entry is not found mark it as hidden so it will not show in the plugin"
Hidden entries are simply entries that have '@@ ' pre-pended to the title. The plugin will NOT display these entries.
Quote:I tried the Sync, but it gave me a wee note with "4 errors' errors (refer attached)
I think some of these errors have to do with a db change I made for password protection for categories (which is not enabled yet). I'll try to get a patch for this sometime this weekend.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#3
2008-02-01, 04:56 AM
JavaWiz Wrote:Hidden entries are simply entries that have '@@ ' pre-pended to the title. The plugin will NOT display these entries..
I'm still a bit confused about this in the context of the Archive Menu. is the assumption just that you'd want to hide entries that are archived i.e. you want to keep them but not show them? (Plus anything you manually want to hide, presumably)? If that's the case, I'll leave to unchecked so I can see them all. It's under the Archive Box in the Plugin settings, So I thought it must be associated with it somehow?


JavaWiz Wrote:I think some of these errors have to do with a db change I made for password protection for categories (which is not enabled yet). I'll try to get a patch for this sometime this weekend.
Cool. I thought it was my setup, so many archive attempts!

btw are the "Index was outside the bounds of the array" errors something to be worred about ?

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#4
2008-02-01, 05:08 AM
jksmurf Wrote:I'm still a bit confused about this in the context of the Archive Menu. is the assumption just that you'd want to hide entries that are archived i.e. you want to keep them but not show them? (Plus anything you manually want to hide, presumably)? If that's the case, I'll leave to unchecked so I can see them all. It's under the Archive Box in the Plugin settings, So I thought it must be associated with it somehow?
A potential 'Archived' recording is one that does not exists at the location that is in MovieWiz database. For those movies, the program attempts to find it in the archived directories. If NOT found in any of the directories, it assumes the movie was deleted. MovieWiz will mark those entries as Hidden (if you specify that in the config). At that point, a manual Delete Hidden (in the config program) or an automated Delete Hidden in the MovieWizManager batch interface can be performed.

Several folks were concerned that a Delete button in the archive may be mis-used by others using their PVR, so I opted to make deleting entries a two step process.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#5
2008-02-01, 05:13 AM
JavaWiz Wrote:A potential 'Archived' recording is one that does not exists at the location that is in MovieWiz database. For those movies, the program attempts to find it in the archived directories. If NOT found in any of the directories, it assumes the movie was deleted. MovieWiz will mark those entries as Hidden (if you specify that in the config). At that point, a manual Delete Hidden (in the config program) or an automated Delete Hidden in the MovieWizManager batch interface can be performed..
Ah I see.

JavaWiz Wrote:Several folks were concerned that a Delete button in the archive may be mis-used by others using their PVR, so I opted to make deleting entries a two step process.
I remmeber one fellow ACTMS IIRC was, and I do understand the concern, but surely a check box for "Show Delete Button in Plugin" could get around that?

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
adspence
Offline

Member

Posts: 142
Threads: 7
Joined: Oct 2005
#6
2008-03-14, 03:55 PM
JavaWiz Wrote:In the config (SyncArchived) or the plugin (when you try and play), if the movie is not found in target Location, the following occurs:
Maybe I'm being dense but where is this SyncArchived option in the config that you are refering to? I can't see any such thing on my config screens.
adspence
Offline

Member

Posts: 142
Threads: 7
Joined: Oct 2005
#7
2008-03-14, 04:10 PM
Please ignore...I'd installed the new version but hadn't done an Add Content. The Sync button only seems to appear on the Manage Content tab once this had been done
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#8
2008-03-14, 04:25 PM
adspence Wrote:Maybe I'm being dense but where is this SyncArchived option in the config that you are refering to? I can't see any such thing on my config screens.
Actually, SyncArchived is a toolbar button in the MovieWiz Manager (ie config program) on the Manage Content tab. It only shows when you are running the config on the server, on the client it does not show.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



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,862 2011-01-12, 01:22 AM
Last Post: ga_mueller
  A couple of problems with MovieWiz Lookups JP23 2 5,699 2010-05-19, 12:55 AM
Last Post: ga_mueller
  MovieWiz Descriptions now short Jaggy 3 5,708 2010-04-25, 04:01 PM
Last Post: JavaWiz
  MovieWiz: Wishlist 7ore 2 2,639 2010-02-25, 07:02 AM
Last Post: 7ore
  MovieWiz support for mymovies.xml file? daneo 42 19,546 2010-02-24, 04:31 AM
Last Post: 7ore
  MovieWiz - Plot field not being found/displayed JuicyFruits 4 2,779 2010-02-24, 04:20 AM
Last Post: JavaWiz
  Moviewiz not getting IMDB ratings. JP23 5 3,757 2010-02-23, 08:41 PM
Last Post: tbeaux
  MovieWiz exception 7ore 26 10,994 2010-02-22, 05:05 AM
Last Post: JavaWiz
  MovieWiz - Offline Import & Images meccano 8 4,052 2010-02-08, 01:48 PM
Last Post: meccano

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

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

Linear Mode
Threaded Mode