|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#201
|
|||
|
|||
Stuckless, I can get the backgrounds to work for my movies files if I name them themovie_background.jpg and place it in the same directory as the file. So your program would need to download the background and name it themovie_backgroundnd.jpg and place it in the same folder as themovie.mvk, themovie.jpg, and themovie.mkv.properties.
This would be an awesome addition if its possible. |
#202
|
||||
|
||||
S M E, I think that some people use folders because it looks "neater" when you browse the filesystem. I only use folders for DVDs, personally. As for the tool, since it is a batch processor, you can quickly run a set of tests against some movies, first with the imdb provider, and then with themoviesdb.com provider. Since the processor uses the movie filename as a key to search on, you may have some issues if your names have dates appeneded to them. (ie, you may get a lot less exact hits)
talbot3, thanks for the info. Of course, for me to do this, I'd also have to install SageMC, then figure out backgrounds, so it's not a high priority feature for me
__________________
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 |
#203
|
|||
|
|||
When I pass the --listProviders command after updating to 1.11, themoviedb.com is not listed as an installed provider. Was this not included in the download? Do I need to load it a different way?
Thank you. |
#204
|
|||
|
|||
Is there documentation somewhere on how to write a provider? After looking at the data pulled from imdb and the moviedb, I think I'd like to pull the categories from imdb, since they match up with the fancy fonts in sagemc, and the descriptions and covers from imdb, since they are more complete and higher res, respectively.
In the short term, is there a way to only update thumbnails? Using forcethumbnails seems to not do anything, they all just get skipped. Last edited by mrdrbdt; 12-13-2008 at 08:42 AM. |
#205
|
||||
|
||||
Quote:
At the very least, you need to delete all jars in the jars directory before your install over top. Or, to be safer, extract to another location, and them move your metadata.properties (if you have one) into the new extracted area. I may look into providing a simple installer, if I find that too many people are having issues with installing the tools over top of a previous install. 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 |
#206
|
|||
|
|||
Quote:
Quote:
|
#207
|
|||
|
|||
Quote:
B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#208
|
|||
|
|||
themoviedb.com categories are frustrating...
I tested this against 7 movies with # of genres set to 2, I got 12 different genres... It seems like they arbitrarily make up the movie categories with no regard to keeping the numbers of available categories reasonable. Two funny examples A View to a Kill is listed as a "Chick Flick".. About Schmidt is listed as "Drama Film/Social Drama Film" I do like the extend descriptions and large cover art, though. I guess I'm just extra motivated now to figure out how to make a hybrid provider. the batchimporter is still an awesome tool! |
#209
|
||||
|
||||
Quote:
I assume you are using SageMC if you are using Fan Art, since it's my understanding that Fan Art isn't supported in the stock stv??
__________________
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 |
#210
|
||||
|
||||
Quote:
if I get a couple of hours tonight, then I'll look into 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 |
#211
|
|||
|
|||
Quote:
Thanks for taking a look at it. B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#212
|
||||
|
||||
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 |
#213
|
|||
|
|||
Quote:
|
#214
|
|||
|
|||
+1. That does sound sweet.
__________________
- 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. |
#215
|
||||
|
||||
New Release 1.12
Release 1.12 includes 2 things.
First, I fixed the issue where --forceThumbnail would not overwrite the thumbnail. Second, I added a Composite Provider. A Composite Provider is a provider that made of 2 other providers, that you configure. This is an advanced feature that does not require programming, but you not use this unless you understand what you are doing. You will need to read the wiki to understand what configuration you need in order to configure your own Composite Provider. And, most importantly, Composite Providers only work with providers that can support IMDB id information. This is basically all existing providers, except, the DVD Profiler ones. (Sorry DVD Profiler folks ) I've configured a sample provider, to show how it would be done. My sample provider basically uses the imdb provider to search, but then it pulls all detailed information from themoviedb.com, except for Genres. It pulls the Genre information from the imdb provider. Read the wiki. You should NOT use the sample provider, since it is ONLY created in the event that NO other Composite Providers exist. As soon as you create your own, then it will disappear. 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 |
#216
|
||||
|
||||
Possible new feature/plugin
I have written, but not released, a SageTV MediaFileMetadataParser plugin implementation, that uses the Metadata Tools to automatically fetch thumbnails and metadata information when new vidoes are added to the video library.
I'm currently testing it on my own system. It seems to be working, and if I feel it's working fine over the next couple of weeks, then I'll release it. I'm just curious what people think about doing automatic metadata lookups when movies are added. I like it personally, or else I wouldn't have written 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 |
#217
|
|||
|
|||
Quote:
So much for going to sleep tonight! I'm gonna go try it out right now. I'll let you know how it goes. Thanks again for adding this in! |
#218
|
||||
|
||||
Quote:
-PGPfan
__________________
Sage Server: Gigabyte 690AMD m-ATX, Athlon II X4 620 Propus, 3.0 GB ram, (1) VistaView dual analog PCI-e tuner, (2) Avermedia Purity 3D MCE 250's, (1) HD-Homerun, 1.5 TB of hard drives in a Windows Home Server drive pool, Western Digital 300GB 'scratch' disk outside the pool, Gigabit LAN Sage Clients: MSI DIVA m-ATX, 5.1 channel 100w/channel amplifier card, 2 GB ram, , (1) Hauppauge MVP, (1) SageTV HD-100 Media Storage: unRAID 3.6TB server |
#219
|
|||
|
|||
Sean,
Does the new release include FanArt? B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#220
|
||||
|
||||
You are way too optimistic No, unfortunately, I need to better understand the "rules" around how to name and store fanart before i can create that feature. And, I'll need to install SageMC on at least my dev client, so that I can test if it works. And honestly, I haven't looked into it yet.
__________________
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: 1 (0 members and 1 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 |