|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#381
|
|||
|
|||
I hadn't noticed that you added a gui and I don't see it in the wiki either but I checked it out. It's a good idea but as you know it still needs work and better documentation.
Passing commandline arguments while starting the gui seems to pick them up but they revert to default when the scan is started, therefore you can't change the order of the providers. Also, not all commandline options are available in the gui yet. Good start though... |
#382
|
||||
|
||||
I didn't include it in the wiki, or even mention it before, because it's more of a POC. I wanted to give it a try, but I'll probably end up removing it in the future, if someone else dosn't volunteer to take it over. (I was curious if anyone was going to notice )
It's enough effort on my part to maintain the command line tool
__________________
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 |
#383
|
|||
|
|||
I'd be happy to help but I gave up on programming back in 1982 so all I can offer is input.
The CLI works well too and we appreciate it... |
#384
|
|||
|
|||
I am running into some incorrectly identified movies. I posted about it here, but it seems more relevant in this thread.
"American Pie" comes up as "American Pie presents Band Camp" "Friday" comes up as "Friday the 13th" "Casino" comes up as "Casino Royale" My metadata.properties looks like this: Quote:
I believe Andy is looking into it, but I wanted to get it in the right thread. |
#385
|
|||
|
|||
That's why I run it with the prompt option so I don't get false hits. It's a PITA to do it if you have a lot of media but if you just delete the .properties file with the bad info and run it with the prompt option you can specify which one is right for the second pass.
|
#386
|
||||
|
||||
onlydarksets, thanks for posting it here as well... I did see your post in the the other thread, but I didn't realize it was related to BMT.... And yeah... I think that Andy (babgvant) has decided to look into this. (thanks Andy )
__________________
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 |
#387
|
|||
|
|||
Quote:
Great tool, stuckless - thanks for putting it together! |
#388
|
||||
|
||||
Quote:
In the meantime, you can try the imdb.xml provider. It also supports backdrops, (from themoviedb.org) but it does a better job as resolving the correct title.
__________________
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 |
#389
|
|||
|
|||
I tried imdb.xml, but it doesn't work for me. For most titles, it gets very uncertain and prompts me to resolve the movie name, and then it does nothing when I select one of the numbers (e.g., "00"). There are only a few movies that have failed, so I'm manually processing those with mediaScraper.
|
#390
|
|||
|
|||
Here's the command I use most:
Code:
java -jar MetadataTool.jar --gui --recurse --displaySize=20 --prompt=true --auto=false --provider=nielm_imdb,themoviedb.org,imdb,imdb.xml,tvdb.xml --setProperty=/imdb/forcedIMDBImageSize:1920 \\Abit\videos\Movies\ |
#391
|
|||
|
|||
Per the wiki, though, the prompt option is already enabled by default, but it only prompts if it can't make a match. That's not the issue I have - it thinks it has a match, it's just the wrong one. I've confirmed it also happens with the "themoviedb.org" provider, so it does seem to be an issue with that database, as opposed to IMDB.
|
#392
|
|||
|
|||
Maybe it's the --auto=false that does it then. Either way, that's the command I use and becasue it prompts every time, I don't get false hits. I do put the imdb providers first in the order though. *shrug*
|
#393
|
|||
|
|||
Yep, that's the one. Thanks!
|
#394
|
||||
|
||||
You may want to run a complete scan, then later you can "fix" the problem files, by running in "manual" as SME noted. (I normally run it as plugin, then then "manually" fix the problem files later)
ie, Code:
# java -jar MetadataUpater.jar --update --force --forceThumbnail --forceBackdrop --auto=false --prompt YourIncorrectFile.avi Personally, I think that the tool needs a UI I've been learning the STV language lately, so who knows, maybe I'll try to put something together.
__________________
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 |
#395
|
|||
|
|||
That's exactly what I did. I just scanned the thumbnails of the covers for images that didn't match, then I moved the folders/files to a new directory and ran the "forced" version on the temp directory. Then I moved everything back.
Thanks for the feedback! |
#396
|
||||
|
||||
New Release 1.23 - The babgvant Release 2 :)
Babgvant has been busy fixing bugs and adding enhancements....
What this basically means is that instead of using abstract terms like "exact match", "popular match", etc, the tool now uses a "scoring" system that ranks the search score from 0-1 as a float value (mush like search engines do). So, for example a search result of 0.30 is not a poor match, but a score of 0.90 is pretty good, and 1.0 is an exact match. The tool, by default will use a "default" score of 0.90 as being a score that it will accept if it cannot find an exact match. You can change this value by changing the /metadata/goodScoreThreshold property. Code:
# Description: Score which must be exceeded to consider a result a good match /metadata/goodScoreThreshold=0.9 The second enhancement involves Multi DVD TV titles. ie, the tool will fetch metata for Disc sets, if the DVD TV set contains S##D## in the filename, where S## is the season and D## is the Disc #. eg, Quote:
You can thank babgvant for these enhancements.
__________________
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 |
#397
|
|||
|
|||
Sounds like a couple of great improvements! I'll give it a go this weekend.
Thanks! |
#398
|
|||
|
|||
Need help setting up...
This tool seems to be working fine getting metadata, however, it does not retrieve any cover art can someone point me in the right direction. I can download tv show art manually, but I was hoping this tool could do this automatically for me, am I mistaken???
|
#399
|
||||
|
||||
which provider metadata providers are you using? If you are not passing a --provder argument, then it will only use the default imdb provider, which doesn't have coverart.
Some other providers that you can try include... --provider=themoviedb.org-2,imdb.xml,imdb,tvdb.xml This will first look at the moviedb.org, then imdb.xml (which will fetch coverart). If you have tvshows in the format "Title s##e##" then the tvdb.xml will be used to fetch any metdata for those... In the next release, I may enable all providers by default, with the option of turning them off, or reordering them, that would make it easier for most users, who just want it work with everything out the box...
__________________
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 |
#400
|
|||
|
|||
I am using the plugin for sagetv, should I use the command line?
Quote:
I am using the reindex command in sage.properties file ( on restart ) and it seems to refresh the .properties files...Where do I specify the providers? I am not running this by the command line.... |
Currently Active Users Viewing This Thread: 2 (0 members and 2 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 |