|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#2401
|
||||
|
||||
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 |
#2402
|
||||
|
||||
I was wondering if anyone is using BMT in conjunction with My Movies.
I've been experimenting with MM and I like it, but it doesn't handle TV shows at all. . . I would ideally like to use BMT for TV and MM for movies. Is anyone doing this? Thanks, Chris |
#2403
|
||||
|
||||
Since you've posted this in the 3.1 area... i'm assuming your are, in fact, running the 3.1 version. I think that even in 3.1 (although I can't really recall), you can configure BMT to work on TV or Movies, or both. If not, then in the 4.x releases you can actually tell BMT to only scan TV files.
__________________
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 |
#2404
|
||||
|
||||
Sean,
What's the last version of BMT you support in Sage 6.6? I'm at 3.1. BMT on my server has suddenly decided that whether by plugin or the browser interface, when you do a find Metadata on a movie or TV show and save it, it refuses to write the found backgrounds and posters to the fanart folder even though I have made no permission changes.... It will write to disk the first poster it finds on IMDB and nothing else. If I specify MovieDB only in the search and find backgrounds and posters, it won't write them to the fanart directory. The UI coughs up no errors. It's configured to write to mailcheck.log for logging, but I see no mention of BMT anywhere in that file... Tnx -Steve
__________________
Server: Win 10 Pro 64 Bit, Intel i5, 8 GB, Samsung EVO 850 500 GB for OS, WD Black 4 TB + WD Black 1 TB for Recordings, 36TB Synology 1019+ for DVD/Bluray Rips, Music, Home Movies, etc., SageTV Server 64 Bit Ver 9.2.6.976, HDPVR x 2, Bell TV 6131 Receiver x 2, USB-UIRT with 56 KHz Receiver Clients: PC Client x 2, HD-300 x 2 (1 Using Netgear MoCA Coax Bridges), SageTV Miniclient on NVidia Shield x 3 Last edited by SteveW; 08-04-2010 at 01:25 PM. |
#2405
|
||||
|
||||
Ok, so I have dug deeper. I can still pull fanart for TV Shows, whether they are movies or not, automatically.
However, my DVDs and BluRays... When I do a "Find" on the metatdata in the UI, everytime it finds 1 poster and no backgrounds from IMDB, and a bunch of posters and backgrounds from themoviedb. But when I click on save, it will ONLY save what is found at IMDB - the one poster. This has only become a problem in the last few days....
__________________
Server: Win 10 Pro 64 Bit, Intel i5, 8 GB, Samsung EVO 850 500 GB for OS, WD Black 4 TB + WD Black 1 TB for Recordings, 36TB Synology 1019+ for DVD/Bluray Rips, Music, Home Movies, etc., SageTV Server 64 Bit Ver 9.2.6.976, HDPVR x 2, Bell TV 6131 Receiver x 2, USB-UIRT with 56 KHz Receiver Clients: PC Client x 2, HD-300 x 2 (1 Using Netgear MoCA Coax Bridges), SageTV Miniclient on NVidia Shield x 3 |
#2406
|
||||
|
||||
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 |
#2407
|
||||
|
||||
Quote:
__________________
Server: Win 10 Pro 64 Bit, Intel i5, 8 GB, Samsung EVO 850 500 GB for OS, WD Black 4 TB + WD Black 1 TB for Recordings, 36TB Synology 1019+ for DVD/Bluray Rips, Music, Home Movies, etc., SageTV Server 64 Bit Ver 9.2.6.976, HDPVR x 2, Bell TV 6131 Receiver x 2, USB-UIRT with 56 KHz Receiver Clients: PC Client x 2, HD-300 x 2 (1 Using Netgear MoCA Coax Bridges), SageTV Miniclient on NVidia Shield x 3 |
#2408
|
|||
|
|||
New to this thread: question
Greetings. I have been using SageTV since version 6 and love it. I am currently using SageTV7 with SageMC. The reason I am looking at this plug-in is I regularly download videos from websites, or scrape them from podcasts, and would like to be able to insert them into the SageTV listing of recorded TV shows. The shows are somewhat non-standard and would probably not be in the on-line databases available. Is there a way to provide for a custom database (like on a local LAN webserver) or run the program from the command line after the import to specifically "inject" the program information? (I use webfeedencoder - and love it - when these things are available in streams).
I can accomplish this with with the Neilm webserver interface on a manual basis, but was looking for some way to do it automatically. Thanks in advance for any information. Jeff |
#2409
|
||||
|
||||
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 |
#2410
|
|||
|
|||
Do I understand correctly that by simply changing the Date/Time stamp of a media file is enough for SageTV to re-read metadata information and update it's database? Is chaning the time stamp by only 1 second enough to effect a change, or would it take a full minute? I'm working on a utility that will enable me to "bump" the time stamp of a media file in order to effect a "Sage media information update"
...TIME PASSES... I see I kinda re-created the wheel here, as you have a command line ability to do this, but my solution is at least GUI based and a SendTo extension so I can point to file/folders and bump the time of the media file by only 1 minutes (instead of current time) so as to reasonably preserve the time of the recording by file timestamp. However, I'd like to incorporate a refresh, and I can't seem to get it to work. Here's what I did at the command line: Code:
java -jar MetadataTool.jar --touch V:\Videos\Drobo2\Recordings\_TVShows\Fringe Batch MetaData Tools (3.1) Touched File(s) But then I issue: Code:
MetaDataRefresh.cmd V:\Videos\Drobo2\Recordings\_TVShows\Fringe Batch MetaData Tools (3.1) MetaData Stats... Auto Updated: 0; Auto Failed: 0; Manual Updated:0; Manual Skipped: 0; Thoughts? Last edited by BKeadle; 09-05-2011 at 03:51 PM. |
#2411
|
|||
|
|||
The BMT UI has a update metadaata ability that causes the SageTV to refresh meta data.
|
#2412
|
|||
|
|||
Yes, it does, but I'm trying to be more granular, selective by folder - particularly for development, as a rescan of my entire library is a long process, and to be able to work against a single folder would be most helpful.
|
#2413
|
||||
|
||||
If you have an existing imported sageTV media file, changing time/date stamp wont do anything if you keep the same media file name. You have to change the name. Even if you change the name, that wont trigger an automatic sageTV media file scan.
I currently have my sageTV setup to automatically do a sageTV media file scan when a file is added to renamed in my sageTV media folders. I did this by installing a directory scan tool. My favorite directory scan tool is directoryWatch. I just tell it to execute the below sageTV webserver interface command to do a media file scan using wget: C:\PROGRA~1\COMMAN~1\wget.exe --tries=3 --directory-prefix="C:\Program Files\Command line" --no-check-certificate "https://usernameassword@mysageTVserver:8090/sage/GlobalCommand?command=UpdateMediaLibrary" It works perfectly. As soon as a rename or add a media file to my sageTV media folder(s), sageTV does a scan and respectively downloads/updates fanart/metadata. Quote:
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#2414
|
|||
|
|||
Are you sure about that? My preliminary testing suggests that bumping the time stamp by one minute effects a new read of the metadata. I only "know" to do this based on this thread:
Quote:
Last edited by BKeadle; 09-05-2011 at 04:32 PM. |
#2415
|
||||
|
||||
Changing the time/date stamp doesnt work for me no matter what I do; it never has. All I do currently is delete the respective properties file and rename the media file. Doing an "entire" media scan only takes a few seconds for me. I haven't been motivated to look for another way since the method I use works so well. I'm curious to know how you get it to work with just a timestamp change; keeping the same file name. Good luck!
Quote:
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#2416
|
||||
|
||||
Quote:
@mkanet - if you change the filestamp on a mediafile (even by a few seconds) and then tell sagetv to re-scan, it will determine that that files has changed, and reload any new .properties that with the mediafile.
__________________
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 |
#2417
|
|||
|
|||
I realize I'm a bit late to the metadata party, but I'm just now getting around to playing with this. The download link (http://customsagetv.googlecode.com/f...pdater-3.1.zip) appears to be dead, and I'm having trouble locating the zip file elsewhere. Can someone repost it? TIA. And apologies if this is a n00bish request. I spent time trying to find it and came up empty.
|
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 |