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
1 2 3 4 5 … 16 Next »
Wiz Metadata Grabber

 
  • 0 Vote(s) - 0 Average
Wiz Metadata Grabber
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#91
2009-05-01, 03:40 PM
JohnInSJ Wrote:WizMetadataGrabber (latest version)

Feature request - would love it if it could find movie data using the folder name in the PATH of the folder containing video_ts...

Example my dvds are in
z:\dvds\name\fulldisk\DISKNAME\video_ts

where name is the name I used when I ripped it and DISKNAME is the name off the disk itself...

So, under Main for the utility need a checkbox to 'use path not exts' and then search for files would find all paths that contain video_ts folders, and use say the parent dir name as the movie name.

Is that doable?
I may be able to add this feature without too much problem. Until then, another (more manual) solution that was suggested by 7ore can be found here.
JohnInSJ
Offline

Member

Posts: 172
Threads: 31
Joined: Dec 2005
#92
2009-05-01, 05:06 PM
JavaWiz Wrote:I may be able to add this feature without too much problem. Until then, another (more manual) solution that was suggested by 7ore can be found here.

Actually fixed it with a little script (in linux)

!/bin/bash
for i in *
do
echo $i
if [ -d "$i/FullDisc/" ]
then
x=`ls "$i/FullDisc/"`
touch "$i/FullDisc/$x/$x.info"
elif [ -d "$i/dvd/" ]
then
touch "$i/dvd/$i.info"
else
touch "$i/$i.info"
fi
done

Then have yours look for .info...

But then I found your moviewiz plugin, which I love even more, so nevermind (and thanks!)
gmilne74
Offline

Junior Member

Posts: 8
Threads: 0
Joined: Jan 2007
#93
2010-03-11, 06:35 PM
Hello JavaWiz,

Excellent set of utilites. I'm in the process of switching from Beyond TV over to GB-PVR, and the WizMetadataGrabber utility is absolutely essential for finding meta data for my very large recording directory.

One hiccup I'm finding though relates to the parsing of the filenames. Here is an example filename:

Code:
Handy Manny-(A Very Handy Vacation)-2009-11-04-0.mpg
IE, Series-(episode)-recording date. When I try and grab the metadata for this, the initial guess for the {show} - {episode} shows up like this:

Code:
Handy Manny-(A Very Handy - Vacation)-2009-11-04-0

Very close, but that additionally added "-" inbetween "Handy" and "Vacation" is causing the lookup to fail. If I remove the "("s, "-" and recording date it finds the episode 95% of the time. (so change it to "Handy Manny - A Very Handy Vacation") I've read through this thread and found the section where you mention running WizRegExFilterTester. I did this and changed the pattern such that it is properly parsing the file in the WizRegExFilterTester, but I see no change in WizMetadataGrabber. Any ideas?

Attached is my latest log.

Thanks,

Graham.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#94
2010-03-14, 12:28 AM
Been loaded with work lately. I'll take a look at this when time frees up a bit
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#95
2010-05-03, 06:15 PM (This post was last modified: 2010-05-09, 05:26 PM by smajor.)
Has anyone else lately had issues with IMDB look-ups? I'm not getting any data back. The TVDB seems a-okay.

EDIT: 5/9 it appears IMDB changed their layout and the covers are no longer downloadable. The .xml still works, however.
Azimuth
Offline

Member

Posts: 225
Threads: 47
Joined: Oct 2006
#96
2010-06-21, 03:38 AM (This post was last modified: 2010-06-21, 03:48 AM by Azimuth.)
The only results I get are from IMDB. I'm looking for thetvdb data. I seem to remember an earlier version that allowed you to select your data sources, or was that moviewiz?
Edit: was missing vj libraries
[SIZE="1"]SuperMicro PDSME+ Core2Duo 2.40GHz 6.0GB Ram | HD Homerun | (4) NMT | GB-PVR v1.5.21 | Windows 7 Enterprise x64[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (10): « Previous 1 … 6 7 8 9 10
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Wiz Metadata Grabber - externalise from GBPVR psycik 24 21,521 2011-04-16, 05:24 PM
Last Post: imilne
  Wiz Fanart grabber 7ore 1 5,376 2010-04-06, 04:57 AM
Last Post: JavaWiz
  Wizmetadata Grabber Annoyance smajor 6 2,998 2010-02-11, 05:01 AM
Last Post: JavaWiz
  metawiz grabber from wiki no cover art tvshowman 3 2,131 2009-07-09, 08:41 AM
Last Post: tvshowman
  Wiz Metadata Grabber, images sometimes not saved? Incongruent 1 1,648 2009-01-06, 10:50 PM
Last Post: JavaWiz
  Wiz MetaData Grabber unable to process a dash (-) in the episode name Azimuth 5 2,935 2009-01-04, 09:47 PM
Last Post: smajor
  Wishlist metadata rebuild tvshowman 12 5,524 2008-05-16, 04:16 AM
Last Post: stustunz
  New Show Image Grabber Utility JavaWiz 53 15,777 2008-01-15, 08:31 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