|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#661
|
|||
|
|||
Are you using the metadata-updater-2.1-2.zip version of the plug-in?
Quote:
1. Can you share your metadata.properties? 2. When you set it to scan automatically, is it the plug-in that is set to automatically scan ("automatic metadata/fanart")? 3. Did you turn off the SageTV automatically import new media and refresh meta data options, or do you leave that on as well? Last edited by sflamm; 04-20-2009 at 10:50 AM. |
#662
|
|||
|
|||
Quote:
Code:
#Configuration Properties #Tue Apr 14 22:39:29 BST 2009 /media/useTSFolderForThumbnail=false /metadata/airingIdRegex=([0-9]+)-[0-9]{1,2}\\. /metadata/backgroundImageWidth=1280 /metadata/bannerImageWidth=-1 /metadata/defaultProviderId=themoviedb.org,themoviedb.org-2,imdb.xml,imdb,nielm_imdb /metadata/enableDefaultSTVPosterCompatibility=false /metadata/goodScoreThreshold=1.0 /metadata/maxDownloadableImages=10 /metadata/persistenceClass=org.jdna.media.metadata.impl.sage.SageTVWithCentralFanartFolderPersistence /metadata/posterImageWidth=350 /metadata/scoreAlternateTitles=true /metadata/videoMetadataProviders=org.jdna.media.metadata.impl.imdb.IMDBMetaDataProvider,org.jdna.media.metadata.impl.nielm.NielmIMDBMetaDataProvider,,org.jdna.media.metadata.impl.dvdproflocal.LocalDVDProfMetaDataProvider,org.jdna.media.metadata.impl.themoviedb.TheMovieDBMetadataProvider /metadata/wordsToClean=dvd,dvdrip,cam,ts,tc,scr,screener,dvdscr,xvid,divx,avi,vrs,repack,mallat,proper,dmt,dmd,stv /metadataUpdater/automaticUpdate=false /metadataUpdater/overwrite=true Quote:
Quote:
I may have exaggerated slightly when I said it gets it within 5 mins as mine is set to scan automatically every one hour
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders Last edited by jaminben; 04-20-2009 at 11:01 AM. |
#663
|
|||
|
|||
Thanks for the information.
A couple more questions if you dont mind: 1. With the plug-in installed and "automatic metadata/fanart" set to disabled, how does the new metadata/fanart get downloaded? Does the plug-in scan for new media even when the automatic metdata/fanart is off? 2. It doesnt look like you are using the DVD Profiler... is the a reason why you are not? 3. what does "useTSFolderForThumbnail=false" do? 4. Is this an accurate summary of the steps to take: a. install sagetv beta 6.5.13Please comment on steps. Last edited by sflamm; 04-20-2009 at 12:16 PM. |
#664
|
|||
|
|||
Firstly this isn't my tool and I can't claim to be an expert or even understand it completely but this is how I understand it.
Quote:
Quote:
Description: If true, then the thumbnail will be written to the VIDEO_TS folder. Otherwise, it gets written to the normal DVD location. Taken from the Wiki. http://code.google.com/p/customsaget...tadataImporter Quote:
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders |
#665
|
|||
|
|||
Stuckless: Can you comment on the steps below?
1. It seems everyone has the BMT plugin option "automatic metadata/fanart" set to disabled Can you explain what this is suppose to do and why it only seems to work disabled right now? 2. Are the steps in #4 above correct? Comments? 3. "useTSFolderForThumbnail", is this to support folks that arent using VIDEO_TS folders for their DVDs? Last edited by sflamm; 04-20-2009 at 01:29 PM. |
#666
|
||||
|
||||
Quote:
The "Automatic medata/fanart" is a SageTV Metadata plugin that be called when new media is added to the media library. When called, this plugin will use the filename and try to automatically find and download metadata/fanart for that new item. I think that some people have noticed an issue whereby when this is enabled, their media items are not showing up. I haven't personally had this issue. So for a movie, such as, "Alien vs Predator.avi", when it added to the library, then all the metadata/fanart would be fetched automatically when sage does it's next media refresh. This is how I use it, and as a result, I haven't run the command line tool for a long time. The flip side to this, because it's automatic, is that sometimes, you can get a false hit on a movie. You can control the tolerance for false hits in the configuration file, but you probably don't want to hear about that 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 |
#667
|
|||
|
|||
I noticed an error in my step (f), the imageDir is the actual directory of the images for BMT, yes?
dvdprofilerLocal/imageDir=\\\\NAS\\SageTV\\DVD Profiler\\Databases\\Default\ImagesBased on your previous comments, I should change step (e) to : Auto Load DVD Profiler Meta Data "disabled" If the "automatic metadata/fanart" is disabled then how can SageTV update the metadata automatically? Do folks then have to run the command line utility? ------------------- Updating the steps based on feedback: a. install sagetv beta 6.5.13 b. install metadata-updater-2.1-2.zip c. set path for "fan art central path" under SageMC->settings->paths \\NAS\SageTV\FanArt d. detailed setup -> general -> automatic library rescan frequency "1 hour" e. DVD profiler settings meta data xml = \\NAS\SageTV\DVD Profiler\Collection.xml dvd profiler path = \\NAS\SageTV\DVD Profiler\Databases\Default Auto Load DVD Profiler Meta Data "disabled" f. edit metadata.properties /dvdprofilerLocal/imageDir=\\\\NAS\\SageTV\\DVD Profiler\\Databases\\Default\Images /dvdprofilerLocal/xmlFile=\\\\NAS\\SageTV\\DVD Profiler\\Databases\\Collection.xml /compositeMetadataProviders/dvdprof2/name=DVD Profiler + TheMovieDB /compositeMetadataProviders/dvdprof2/description=DVD Profiler, but get fanart and missing details from TheMovieDB /compositeMetadataProviders/dvdprof2/iconUrl= /compositeMetadataProviders/dvdprof2/searchProviderId=dvdprofiler /compositeMetadataProviders/dvdprof2/detailProviderId=themoviedb.org /compositeMetadataProviders/dvdprof2/compositeMode=1 g. BMT plug-in settings "fanart" enabled "automatic metadata/fanart" disabled add "DVD Profiler + TheMovieDB" provider and put to top of list Last edited by sflamm; 04-20-2009 at 02:22 PM. |
#668
|
||||
|
||||
Some of us SageTV on Windows Home Server users also use MyMovies to rip movies to our WHS, because it makes ripping the movies so easy.
MyMovies provides local metadata and images/fanart for each movie. Is there anyway to access that with BMT, like it accesses the local DVD Profiler xml and images? Is there some way for BMT to use MyMovies' xml file and images? |
#669
|
||||
|
||||
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 |
#670
|
||||
|
||||
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 |
#671
|
||||
|
||||
Quote:
http://forums.sagetv.com/forums/show...007#post345007 |
#672
|
|||
|
|||
Stuckless: Please review attached directions for accuracy. Let me know any edits/changes.
When will the 2.2 release be available? Are you going to be able to test the plug-in yourself? |
#673
|
|||
|
|||
I have it enabled as well; it's my favorite feature. As long as I do the work up front name the file correctly my success rate has been 100%.
|
#674
|
|||
|
|||
Can you tell me what 'naming' requirements folks need to be aware of so I can add it to the document?
I thought standard tv recordings produced by SageTV, standard dvd folder and bluray all work, yes? Are you referring to naming for media that have been downloaded from elsewhere? Last edited by sflamm; 04-20-2009 at 06:01 PM. |
#675
|
|||
|
|||
Changing the name of the dvd folder or movie file to something that approximates the name of the movie.
|
#676
|
||||
|
||||
Quote:
2.2 will be out sometime this week.... Your document looks really good. It's concise and to the point. There are some little areas that need tweaking, but overall, it's well done. Would you be mind if I create a wiki page out of your document, and maintained it as a wiki entry? I could give you access to the site to update the documentation. The reason that I prefer the wiki, is that it can be easily edited, from any location, and I can simply link to it from the main download area and the first post in this forum.
__________________
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 |
#677
|
|||
|
|||
Absolutely - that's sounds great.
Let me know if you need the document in some other format to place on wiki - Attaching updated version. Please feel free to tweak/correct. I expect to add in future revs information on advanced configuration and use of the command line as well - but this is just to get started. |
#678
|
||||
|
||||
Quote:
Finding Nemo.avi Finding.Nemo.avi Finding_Nemo.avi Finding_Nemo_cd1.avi Finding_Nemo_DVDrip.avi For movie dvds (either format) Finding Nemo/VIDEO_TS/ Finding Nemo/movie.vob For blu-ray Finding Nemo/BDMV/ You can use the m2ts ext in 2.2, but it's just like any other file format Finding Nemo.m2ts For tv (non sage recordings) House/Season 1/House S01E01.avi For tv (non sage recording, dvd disc sets) House/Season 1/House S01D01.avi For Sage Recorded shows (fanart only) Futurama-AFishfulofDollars-2557575-0.ts The important thing here is the airingid in the filename. IF the plugin finds an airing for the given filename, it will download fanart. No airing... No Fanart. (future version of bmt will download metadata and fanart, but as of 2.2, just fanart) NOTE: TV files will NOT be imported into the Sage Recordings. The fanart will still be in the TV area, but the media items will NOT show up in the Sage Recordings. The will show up, as expected, in the video library. Future versions of bmt may have an option to import them, but as of 2.2, it does not. 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 |
#679
|
|||
|
|||
Does BMT support movie collections using the DVDPro2Sage format?
DVD Set Name DVD Set Name - Disc1orVIDEO_TSDVD Set Name - Disc 2VIDEO_TS DVD Set Name DVD Set Name - Disc1ie.BDMVDVD Set Name - Disc 2BDMV Battlestar Galactica Season 1 Battlestar Galactica Season 1 - Disc 1VIDEO_TSBattlestar Galactica Season 1 - Disc 2VIDEO_TS Last edited by sflamm; 04-20-2009 at 08:14 PM. |
#680
|
||||
|
||||
Honestly... i don't know... We'll have to test and find out.
__________________
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: 9 (0 members and 9 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 |