|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#1781
|
||||
|
||||
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 |
#1782
|
||||
|
||||
Hey Guys,
There is a new SageMC pre-release available here. This should fix the file system view problem that was exposed by BMI v3.1. Aloha, Mike
__________________
"Everything doesn't exist. I'm thirsty." ...later... "No, it's real!!! I'm full." - Nikolaus (4yrs old) |
#1783
|
||||
|
||||
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 |
#1784
|
|||
|
|||
Quote:
|
#1785
|
|||
|
|||
BMT how to skip user input
I'm using your very cool BMT tool as follows:
java -jar MetadataTool.jar --offline --metaDataOnly --provider=tvdb "cornergas-pilatesclub-000000-0.avi" and on some uses, it says "Skipping... Nothing found for Query" and it gives "q=quit, n=next" etc. Is there a command line option to tell it to not ask the user, and just skip to next on all errors, such as -f in *nix? Thanks, -LL2 |
#1786
|
|||
|
|||
installation incorrect?
- SageTV latest 6.6.2.208
- download Jetty 6.1.20 - launch the Jetty Service from the \bin directory - I can connect to Jetty using http://192.168.1.xxx:8080/ - shutdown Sage - place the BMT files in the root SageTV directory - place the Sage Jetty server files in the root SageTV directory - relaunch SageTV - Connect to http://192.168.1.xxx:8080/bmt I see the following error... Not sure if I've configured Jetty properly but it seemed to be working as far as getting the test posting being displayed. I'm guessing that I messed up something at the bmt installation... But my steps should be following: http://code.google.com/p/customsaget...adataImporter3 ------------------------------------------ WebApp JSP Snoop page Request information Requested URL: http://192.168.1.205:8080/jspsnoop/ERROR/404 Request method: GET Request URI: /jspsnoop/ERROR/404 Request protocol: HTTP/1.1 Servlet path: /jspsnoop Path info: /ERROR/404 Path translated: C:\Documents and Settings\xanth\Desktop\install\Jetty\jetty-6.1.20\webapps\test\ERROR\404 Query string: Content length: -1 Content type: null Server name: 192.168.1.205 Server port: 8080 Remote user: null Remote address: 192.168.1.204 Remote host: 192.168.1.204 Authorization scheme: null Request headers Header: Value: Host 192.168.1.205:8080 User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 (.NET CLR 3.5.30729) Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language en-us,en;q=0.5 Accept-Encoding gzip,deflate Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive 300 Connection keep-alive Cookie JSESSIONID=9lskx5dox6s7 Request Attributes Attribute: Value: javax.servlet.forward.request_uri /bmt org.mortbay.jetty.error_page /jspsnoop/ERROR/404 javax.servlet.forward.servlet_path /bmt testFilter 2 javax.servlet.error.message NOT_FOUND requestInitialized '' javax.servlet.forward.context_path javax.servlet.error.status_code 404 javax.servlet.error.servlet_name default javax.servlet.error.request_uri /bmt Last edited by Belgrath; 09-16-2009 at 11:43 PM. |
#1787
|
||||
|
||||
I have an interesting problem. I have a few tv shows that bmt will find info for some of the episodes in a season, but not others. They are all named in the same way. What's up with that? BTW I am using the latest version of bmt.
__________________
SageTV Server: unRAID Docker v9, S2600CPJ, Norco 24 hot swap bay case, 2x Xeon 2670, 64 GB DDR3, 3x Colossus for DirecTV, HDHR for OTA Living room: nVidia Shield TV, Sage Mini Client, 65" Panasonic VT60 Bedroom: Xiomi Mi Box, Sage Mini Client, 42" Panasonic PZ800u Theater: nVidia Shield TV, mini client, Plex for movies, 120" screen. Mitsubishi HC4000. Denon X4300H. 7.4.4 speaker setup. |
#1788
|
|||
|
|||
Can anyone tell me if BMT can pull the metadata for a Sage Recorded show that has been converted? I would like to be able to archive some recorded shows to another folder on my HTPC (not the Sage Recordings folder, but rather another folder by series), but BMT does not seem to be able to pull the data for me.
I recently recorded Andrew Zimmern's Bizarre Foods (great show if anyone hasn't seen it), and converted it (using Sage transcode) to an AVI, keeping the same files names, etc... When BMT scans my TV Shows folder where this lives, it doesn't do anything with it and the GUI shows me Quote:
Thanks folks! Sean - keep up the great work - I can't live without this now and the WAF keeps going up! BTW - I am running the latest SageMC release as well as BMT 3.1
__________________
Gregg |
#1789
|
||||
|
||||
Sorry... I must have missed your question. You can try, "Band of Brothers CD1". If these are DVD folders, then I'm not sure if bmt will do multi dvd sets. I did add support for multi cd avis, but I don't know off hand if that translates over to multi volume dvds.
__________________
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 |
#1790
|
||||
|
||||
I think you are looking for --prompt=false
__________________
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 |
#1791
|
||||
|
||||
It would appear that the bmtweb app is not being picked up by jetty. When you extracted the bmt application, did it put the bmtweb.war in the jetty/webapps/ directory. When you browse the jetty/webapps directory, is there a bmtweb.jar and a bmtweb/ directory. Try removing the bmtweb directory (not that war, and restart sage)
__________________
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 |
#1792
|
||||
|
||||
depends on how bmt is attempting to find the info. if, it's using season and episode, then it's more reliable. If it's using only titles, then it's a little less accurate. Post a filename that fails and I'll do some testing. Also, you can try clearing out the cache/url directory and try again.
__________________
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 |
#1793
|
||||
|
||||
If the episode is in thetvdb then it should work. If the episode is in thetvdb and it's sitll not working, then let me know, and i'll run some tests.
__________________
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 |
#1794
|
|||
|
|||
Quote:
I did try multiple combinations of CD1, S01D01, _1, but none seemed to work for importing a DVD folder. I suppose I could just look through your code to see how it's done but I've gotten lazy in my old age. |
#1795
|
||||
|
||||
Quote:
__________________
SageTV Server: unRAID Docker v9, S2600CPJ, Norco 24 hot swap bay case, 2x Xeon 2670, 64 GB DDR3, 3x Colossus for DirecTV, HDHR for OTA Living room: nVidia Shield TV, Sage Mini Client, 65" Panasonic VT60 Bedroom: Xiomi Mi Box, Sage Mini Client, 42" Panasonic PZ800u Theater: nVidia Shield TV, mini client, Plex for movies, 120" screen. Mitsubishi HC4000. Denon X4300H. 7.4.4 speaker setup. |
#1796
|
||||
|
||||
Yeah, on a few other forums members mentioned tvdb being down.
__________________
Cheers Damian Blog - http://www.adigitalhomeblog.com MSS.net blog (contributing editor) - http://www.mediasmartserver.net |
#1797
|
|||
|
|||
I have a suggestion for the web interface. Allow the Enter key to initiate the search. Having to go between keyboard and mouse so much is a waste of hand movement.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#1798
|
|||
|
|||
Quote:
http://downforeveryoneorjustme.com/www.thetvdb.com
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders |
#1799
|
||||
|
||||
Quote:
__________________
Cheers Damian Blog - http://www.adigitalhomeblog.com MSS.net blog (contributing editor) - http://www.mediasmartserver.net |
#1800
|
||||
|
||||
Quote:
It is up... but it does seem to be very slow. 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 |
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 |