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
#71
2008-12-16, 06:12 PM
zehd Wrote:I'm not sure why the GB-PVR database should be a part at all. I mean, we're downloading the file, and therefore, there shoud be no information in the db3 anyway, so why look. Just a thought...
In addition to my downloaded videos, I also have my recording directory listed in the Video Library, so, the metadata for my recordings is useful there as well.
Quote:Also, I noticed soimething I didn't like (sorry)

So I have a video, that has metadata.xml and jpg. I want to make a small edit to the info, I double-click the text window to call up the edit window. My title is messed up, because it get auto populated based on the filename rather than the tag in the existing metadata.xml.

I think if data already exists, it should populate with that data...
Ok, I'll take a look at this, I agree it should use the existing data.
gazoo
Offline

Posting Freak

Posts: 781
Threads: 118
Joined: Jan 2008
#72
2008-12-16, 08:06 PM
The reason I asked is because I have a NAS and the movies on it are read only to the machine that's running GBPVR. Is there another way to overcome this or does the info have to be in the same directory? if there's a way to write the data somewhere temporarily and then move it later to the protected NAS location that would be great.

[SIZE="1"]Server rebuild:GIGABYTE GA-MA78GM-S2H, CPU AMD X2 4850e 2.5GHz 45W,2GB RAM,500GB HD,Hauppauge HVR-1600,Vista Ultimate SP1,IN WIN BK623 Mini case
Client:ASUS AMD M3A78-EMH HDMI motherboard,CPU AMD64 X2 3800+,2GB RAM,200GB HD,ATI HD3200 integrated graphics, WIN XP SP2 Pro,MCE303 case, 2x16 VFD, Irtrans MCE remote [/SIZE]
[SIZE="1"] How to Build your own GB-PVR HTPC computer[/SIZE]
[SIZE="1"]GB-PVR in action on YouTube[/SIZE]
Incongruent
Offline

Junior Member

Posts: 32
Threads: 11
Joined: Jan 2009
#73
2009-01-04, 09:20 AM
FYI, it seems for some reason images files are loaded in memory on the initial Metadata Generator "retreive" and are shown in the Image field on screen, however they don't seem to be persisting into the XML or as a saved image file.

Is this a known issue? I see this mentioned a couple of times already.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#74
2009-01-12, 02:02 AM
Incongruent Wrote:FYI, it seems for some reason images files are loaded in memory on the initial Metadata Generator "retreive" and are shown in the Image field on screen, however they don't seem to be persisting into the XML or as a saved image file.

Is this a known issue? I see this mentioned a couple of times already.
Here is a fix for this problem. It should now save both the metadata and image when you override lookup name.

Let me know if it works ok, and I will post on the Wiki.
Incongruent
Offline

Junior Member

Posts: 32
Threads: 11
Joined: Jan 2009
#75
2009-01-12, 05:22 PM
new version works.. images are saved okay now.
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#76
2009-01-14, 05:42 AM
any way of making it add the jpeg to the folder where the actual movie is with the name folder.jpeg
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#77
2009-01-14, 05:57 AM
stustunz Wrote:any way of making it add the jpeg to the folder where the actual movie is with the name folder.jpeg
Right now it saves it as the filename.jpg since there could be more than one video file in the directory. I guess I could add an option to save as folder.jpg IF it is the only movie file in that directory.

Would that work?
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#78
2009-01-14, 06:03 AM
gbpvr uses the folder.jpeg in the slick skin
i use blue skin but have stolen the video library skin xml from slick cause it shows the meta data but all i need now is a picture and the look is complete
video library looked so plain before

oops the answer is yes it should work thanks heapsSmile
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#79
2009-01-14, 06:13 AM
stustunz Wrote:gbpvr uses the folder.jpeg in the slick skin
i use blue skin but have stolen the video library skin xml from slick cause it shows the meta data but all i need now is a picture and the look is complete
video library looked so plain before

oops the answer is yes it should work thanks heapsSmile
WizMetadataGrabber was written specifically for the sllick skin. It grabs the metadata from IMDB or TheTvDb, AND grabs the thumbnail. The Video Library will display the image if it is referenced in metadata.xml OR if it is named folder.jpg.

If you run the program, and then run in video plugin, it should all work without any changes.

For example, I have a movie called Grosse Pointe Blank. It's metadata file is called Grosse Pointe Blank - (2008-12-21).xml and the image file is called Grosse Pointe Blank - (2008-12-21).jpg. The metadata file contains:
Code:
<Title>
  <FullTitle>Grosse Pointe Blank - (2008-12-21)</FullTitle>
  <LocalTitle>Grosse Pointe Blank - (2008-12-21)</LocalTitle>
  <ProductionYear>11 April 1997 (USA)</ProductionYear>
  <RunningTime>107 min</RunningTime>
  <Description>Martin Blank is a professional assassin. He is sent on a mission to a small Detroit suburb, Grosse Pointe, and, by coincidence, his ten-year high school reunion party is taking place there at the same time.</Description>
  <DataProvider>IMDB</DataProvider>
  <DataProviderId/>
  <Rating>7.4/10</Rating>
  [B][SIZE=3]<Covers>  <Front>.\Grosse Pointe Blank - (2008-12-21).jpg</Front>[/SIZE][/B]
</Covers>
  <Genres>Comedy, Crime, Romance, Thriller</Genres>
</Title>
And both the metadata AND the image display perfectly in Video Library.

Let me know if that is not the case for you.
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#80
2009-01-14, 06:18 AM
ok thats the info i needed ive been running it from my laptop not the server so thats probably why it dont work from the xml

i will load it on the server and try
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)

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


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