|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#501
|
|||
|
|||
You have developer access which we don't. When we submit a "defect from user", none of those fields show up (owner, status, labels). We only get a comments box.
__________________
Server: Sage 7.1.9 beta; Dell Inspiron 530; Windows 7 Ultimate 32-bit (UAC turned off); 2TB Internal SATA (TV Recordings) Storage: Synology DiskStation DS411+, RAID 5, 5x 2TB SATA for (DVDs/Music/Other Videos) Tuners: Ceton InfiniTV w/ Verizon FIOS cablecard (using babgvant's SageDCT plugin) Clients: 1x STP-HD300; 1x Acer Aspire Revo 3610 (Atom/Ion) w/ SageTV client (Win 7, EVR, FSE on) |
#502
|
||||
|
||||
well that explains it.... then don't worry about assigning them to bmt i'll do it
__________________
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 |
#503
|
|||
|
|||
Stuckless,
I really like version 2.0, but I have noticed a couple of things that have changed since the previous version: 1. the force command no longer existing. The overwrite command works similarly but will overwrite fanart as well as the metadata. The force command just overwrote the metadata. 2. The "/metadataUpdater/posterImageWidth" setting no longer exists. This was very useful to me because it limitted the file size of the posters making it take less time to browse on my extender. 3. The "/sageMetadata/rewriteTitle" setting still exists but no longer seems to have an effect on the renaming of the files when set to true. Thanks for all the time you have put into this. I am looking forward to future updates. |
#504
|
||||
|
||||
Quote:
Quote:
[/quote] 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 |
#505
|
|||
|
|||
question regarding the plugin, is there a way to exclude an import folder or folders from being metadata searched by the plugin?
__________________
- Jack __________________________________________ Server: AMD Phenom 9750, 2GB RAM, 2 Hauppauge PVR500, 1 Firewired DCT6200, 1 HDHomerun tuning 2 QAM channels, Vizio 37" HDTV LCD, 1 USB-UIRT Clients: 1 MediaMVP, 1 Placeshifter Client, & 1 SageTV Client. |
#506
|
||||
|
||||
I currently allow for this in the commandline tool, but the plugin works on a per file model, so the existing directory filter is applied at a directory and not at file level, but I'll add an ehancement/bug fix for it.
__________________
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 |
#507
|
|||
|
|||
Hi.. Trying to import all my DVDs but I'm having a problem with "Batman Begins". BMT is finding "Batman Begins 2" and downloading all the fanart to "The Dark Knight" folder. For some reason its picking that instead of "Batman Begins". Then in Sage, no fanart is displayed for "Batman Begins". Here's an excerpt from the log when run from the command line:
Code:
1312 DEBUG [main] org.jdna.configuration.ConfigurationManager - Looking for MetadataID for title: batman begins 1312 DEBUG [main] org.jdna.configuration.ConfigurationManager - No MetadataID configured for title: batman begins 1312 INFO [main] org.jdna.media.util.AutomaticUpdateMetadataVisitor - Automatically Selecting Search Result: The Dark Knight (aka Batman Begins 2) ; Score: 1.0 |
#508
|
||||
|
||||
There appears to be a bug in the scoring system, since it assigns "batman begins 2" a score of 1.0 for "batman begins". I'll look into that. In the meantime, you can try,
Code:
# java -jar MetadataTool.jar --auto=false --prompt YOUR_DVD_DIR
__________________
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 |
#509
|
|||
|
|||
I got the app working but I can get it to run on any exisitng movies I have to run each manually?
I tried set force full index to true? using sagemc |
#510
|
||||
|
||||
I assume you are using the plugin and not the command line. I noticed an issue in the plugin where I was not refetching fanart/metadata if an existing property file existed for a movie. In the next release, it will always fetch new metadata/fanart.
__________________
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 |
#511
|
|||
|
|||
I must be doing somethong wrong...
There are 4 mkv's in f:\temp. none of them is found by 2.0 ver 1.22 does find them. this is what i get: Code:
P:\Install\SageTV\metadata-updater-2.0>java -jar MetadataTool.jar --fanartFolder="E:\Fanart" F:\TEMP Batch MetaData Tools (2.0) Updated: Temp ; file:/F:/TEMP/ MetaData Stats... Auto Updated: 1; Auto Skipped: 0; Manual Updated:0; Manual Skipped: 0; P:\Install\SageTV\metadata-updater-2.0> |
#512
|
||||
|
||||
from the looks of it... it thinks that Temp is the movie.... could you do a dir in f:\temp\ and send the output...., also, try the --recurse option to see if it's a bug in how the folder processing is working.
if --recurse doesn't fix the issue, then also check to see if you have any .vob files or a VIDEO_TS folder in the temp dir... if you do, then bmt will think the TEMP folder is actually a DVD folder.
__________________
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 |
#513
|
|||
|
|||
Wierdest thing. It is downloading all the metadata and poster fine but is not downloading the fanart unless I manually do it?
|
#514
|
||||
|
||||
Quote:
Plugin or Commandline? And filenames, if you could? Thanks
__________________
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 |
#515
|
|||
|
|||
Quote:
Code:
phoenix/mediametadata/fanartCentralFolder=\\\\servername\\fanart phoenix/mediametadata/fanartEnabled=true |
#516
|
||||
|
||||
Sean, have you run into any out of memory issues? I get that after a few movies if I run the command line app on a directory. Of course my DVD Profiler XML is >8MB.
|
#517
|
||||
|
||||
Quote:
For now, you can try increasing your java memory settings by using -Xmx512M Code:
# java -Xmx512M -jar MetadataTools.jar
__________________
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 |
#518
|
||||
|
||||
Ah, well if you're using my code, that would explain why we both have the same problem I've got a start on a SAX parser floating around somewhere....
|
#519
|
||||
|
||||
I'm trying to run this with the plugin for Tru Calling. When I select the Metadata/Fanart button it returns with just a close button. I checked on thetvdb.com and there actually is fanart. Any suggestions?
|
#520
|
||||
|
||||
I currently parse the xml and build up a lucene index... i only store the title and dom element id in the index. I'm thinking that maybe the best approach is to parse and store all the data into a database (embedded). I could also use the same approach for mymovies as well (if I ever do that)
__________________
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: 8 (0 members and 8 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 |