|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#261
|
|||
|
|||
Quote:
auto=false did work but it didn't grab an image: java -jar MetadataTool.jar --recurse --prompt=true --auto=false --provider=themoviedb.com --backdropsOnly --setProperty=/imdb/forcedIMDBImageSize:1920 "\\Abit\videos\Movies\ Unleashed (2005).avi" Batch MetaData Tools (1.12) Search Results: Unleashed 2005 00 (*) - Danny the Dog [2005-05-13] 01 (-) - Ginger Snaps: Unleashed [2004-01-30] 02 (-) - Scooby Doo 2: Monsters Unleashed [2004-03-20] LEGEND: ? Unknown; * Exact Match; - Partial Match; + Popular Match; [q=quit, n=next (default), ##=use result ##, TITLE=Search TITLE] > 00 Updated: Danny the Dog (Unleashed (2005).avi) MetaData Stats... Processed: 1; Updated: 1 (1 manual), Skipped: 0; Errors: 0. Is the "backdrop" the same thing as the cover that the imdb provider grabs? I thought it was a different image. Quote:
Quote:
(skipped everything grabbed no image) java -jar MetadataTool.jar --recurse --update --prompt=true --provider=themoviedb.com --backdropsOnly --setProperty=/imdb/forcedIMDBImageSize:1920 \\Abit\videos\Movies\ (updated some of the metadata, some failed "IMDB getting URL:http://www.imdb.comhttp://www.imdb.com/title/tt0080339/combinedcombined", grabbed no image) java -jar MetadataTool.jar --recurse --prompt=true --provider=themoviedb.com --backdropsOnly --setProperty=/imdb/forcedIMDBImageSize:1920 "\\Abit\videos\Movies\Unleashed (2005).avi" (skipped file, grabbed no image) java -jar MetadataTool.jar --recurse --prompt=true --provider=themoviedb.com --update --backdropsOnly --setProperty=/imdb/forcedIMDBImageSize:1920 "\\Abit\videos\Movies\Unleashed (2005).avi" (failed with existing metadata, "Error: null" - updated without metadata, grabbed no image) *shrug* Last edited by S_M_E; 01-05-2009 at 12:06 AM. |
#262
|
||||
|
||||
Quote:
|
#263
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#264
|
||||
|
||||
SME,
You don't appear to be running the latest, based on your output, you are running 1.12, which doesn't have support for backdrops/fanart. Did you install over an older install? If so, check the libs directory of where you installed BMT and make sure that you do not have similar jars with different versions in there.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#265
|
|||
|
|||
Quote:
Thanks! |
#266
|
|||
|
|||
Quote:
I did install over the older version and that does seem to be the issue. I'll delete the lib dir and start over. Thanks... EDIT: It's working as I edit but it is skipping a lot of files. Example: Skipping Backdrop for: file:////Abit/videos/Movies/Terminator%20Collection/Terminator%202%20Judgment%20Day%20(1991).avi Perhaps it doesn't like colons in the names? From the properties file: Terminator 2\: Judgment Day (1991) Last edited by S_M_E; 01-05-2009 at 09:12 AM. |
#267
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#268
|
|||
|
|||
So nothing can be done, other than manually fetching the backdrop for every file that fails?
|
#269
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#270
|
|||
|
|||
No rush, just checking what the options were...
|
#271
|
|||
|
|||
I installed an earlier version of the MetadataUpdaterPlugin (mediafile_metadata_parser_plugins=org.jdna.sage.MetadataUpdaterPlugin) in sage and it was working, but after pulling down the latest and importing a video file it didn't seem to do anything (the metadata for the file did not get written).
What can I do to try to debug it (I didn't see anything in the sage log)? |
#272
|
|||
|
|||
Here's another example of how imdb and themoviedb both get it wrong:
"Kung Fu Hustle" is the name of the movie in the US but imdb calls it "Kung fu" http://www.imdb.com/title/tt0373074/ but themoviedb pulls down backdrop art for "Kung fu Panda" Once I get these straightened out I'll try making them read-only, hopefully that will prevent overwriting them if I ever do an --update. |
#273
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#274
|
||||
|
||||
First, check the JARs directory and make sure that there isn't 2 metadata-updater-nnn.jar files. If there are, then remove the one with the loweset #.
Next, I think, based on your jetty stuff you sent me earlier, that Jetty redirecting the log to you JETTY_HOME/logs/yyyy_mm_dd.stderrout.log. Check in there for any messages. Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#275
|
|||
|
|||
im having a problem after updating to the new version myself, i did do like u said, copy the new files over and delete the 1.13 file that was in there from before and it wont work anymore
i see the note of "unknown source" but not sure what it all means... and the line with the plugin is still in the properties file, like i said it worked perfectly fine with 1.13 and after moving the new jars over and deleting that one old file it stopped working now and i love this import |
#276
|
|||
|
|||
The .properties on some files sometimes get the wrong data and has to be edited, if --updated, too. Once I get everything the way I want it, for existing files, I still want to try to lock it down. Hopefully setting RO will do that. That way I'll only have to worry about new files added.
|
#277
|
|||
|
|||
Quote:
removing the previous version got it running again (I see entries in the sage log), but meta data isn't getting pulled down. Tue 1/6 22:47:35.438 [LibraryImporter@1c6407f] BatchMetadataTools; Handling File: \\server\dvd\Lock, Stock and Two Smoking Barrels\VIDEO_TS; arg: Tue 1/6 22:47:35.488 [LibraryImporter@1c6407f] Could not automatically update: file:////server/dvd/Lock,%20Stock%20and%20Two%20Smoking%20Barrels/VIDEO_TS/ I found this reply earlier in the discussion and there aren't any exceptions could it be an issue with the logic that tries to putt the movie title from the path (is that what /media/stackingModelRegex= is)? |
#278
|
||||
|
||||
babgvant, there may be a bug in how the plugin works with DVDs. I'll have to check into it further.
As for stackingModeRegex, it's the regular expression that is used to calculate a movie stack. It's mainly used to group multi cd movies (movie-cd1, movie-cd2) as a single entry.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#279
|
|||
|
|||
Quote:
Quote:
If you don't have time I could take a look at adding the feature to the tool if you're open to it. |
#280
|
||||
|
||||
Quote:
If you are going to do it.... Here's the basics of what you need to know....
Now for the hard part. in getLocalBackdropUrl() you'll need to somehow determine what all of the sage video paths are, and then determine what the final destination directory/filename should be. In brent's blog, he made reference to the fact that some special characters need to be stripped out, when calculating the destination filename. Good luck.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
Currently Active Users Viewing This Thread: 3 (0 members and 3 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
STV Import: Read & Write Metadata files for Default STV 5/6 (v2.2.9 18/Feb./2010) | JREkiwi | SageTV Customizations | 251 | 10-09-2019 11:11 AM |
Automated VideoRedo (DOS batch files) | grauchy | SageTV Customizations | 3 | 09-08-2011 10:01 PM |
Simple utility to control multiple USB or Serial HD DirecTV STBs | jchiso | Hardware Support | 15 | 02-19-2009 06:27 PM |
DVB-S setup with Digiguide EPG Grabber & XMLTV importer | MCE-Refugee | SageTV United Kingdom | 27 | 09-08-2008 09:10 AM |
Keeping custom metadata for imports via AddShow() | Opus4 | SageTV Studio | 9 | 02-20-2008 06:35 PM |