|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#141
|
||||
|
||||
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 |
#142
|
||||
|
||||
Quote:
Again, great tool. Thanks for your contribution! Matt
__________________
Server: Ubuntu 16.04 running Sage for Linux v9 |
#143
|
||||
|
||||
What info do I change?
__________________
Server: Ubuntu 16.04 running Sage for Linux v9 |
#144
|
|||
|
|||
On the page of every recording, there is a link at the bottom like:
Quote:
B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#145
|
||||
|
||||
Quote:
Regardless of what I do, the recording always remains in the recordings directory. Anything else I can do to sever the tie between wiz.bin and the file itself - short of moving/renaming the file itself? thanks matt
__________________
Server: Ubuntu 16.04 running Sage for Linux v9 |
#146
|
|||
|
|||
Oh, I am sorry, I wouldn't think that it would move the file to the videos directory. I would think that it move it to the imported videos in wiz.bin though. Is that not the case?
B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#147
|
|||
|
|||
I'm running the batch import routine and everything appears to work correctly but when I look at the films it has not collected any information about the films. It appears to have got the image, set the genre but nothing much else.
I ran the following command from the command prompt : java -jar MetadataTool.jar m:\films and then went into SageTV and click on Refresh Imported Media I am using SageTV 6.4.8.184, Java 1.6.0_07, SageMC STV 6.3.7a-fix, SageMC Jar 6.3.7a . Is it something I'm doing wrong ?
__________________
Sage Server: Currently being rebuilt Client 1: Media MVP Client 2: Media MVP Client 3: PlaceShifter |
#148
|
|||
|
|||
Try forcing the rebuild as described in an earlier post as well as in the first post of this thread.
B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#149
|
||||
|
||||
I just wanted to give a heads up on a new/enhancement tool that i'm currently working on. It's a visual extension to this tool. You can read more about my plans here.
__________________
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 |
#150
|
|||
|
|||
I think IMDB changed the formatting of their website. The cover art is working correctly, but the details/info is not able to be downloaded. It must be a pain when IMDB changes their site...
|
#151
|
||||
|
||||
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 |
#152
|
|||
|
|||
Quote:
Don't mind me. I guess I was having a blond moment?!? The .properties file has all of the correct info. I probably just forgot to rescan the media folder. Thank you for the reply though! |
#153
|
||||
|
||||
no problem... just glad i don't have to fix any code... 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 |
#154
|
|||
|
|||
Will this app get a GUI or STVi eventually? Looks like a very powerful tool that is crying out for SageTV * SageMC UI integration
|
#155
|
||||
|
||||
Quote:
I'd be willing to work with someone to create a stvi for this tool, but in the mean time, i've been working on a web enabled version of the tool (as I mentioned in my blog). I have a somewhat functional tool created, but i'm having a love/hate relationship with the gwt api that i've chosen to use. I'm using gwt, because I needed an excuse to learn it.... but I may scrap the whole thing and build a "reqular" web app that can co-exist with nielm's server or the jetty server.
__________________
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 |
#156
|
|||
|
|||
Quote:
|
#157
|
||||
|
||||
Sean -
On your google code site, you note: Code:
# java -jar MetadataTool.jar --listProviders This should list the installed metadata providers. You should see at least 1 provider. You may see more depending of the version of the tool, or if you've downloaded other provider plugins. See Creating Provider Plugins for information on how to create and register your own plugin. I like the default IMDB for everything expect the cover art - it's just too small. I end up searching for new art for all my DVDs. thanks matt
__________________
Server: Ubuntu 16.04 running Sage for Linux v9 |
#158
|
||||
|
||||
Quote:
Code:
public static final int SEARCH_TITLE = 0; public IProviderInfo getInfo(); public IVideoMetaData getMetaData(IVideoSearchResult result) throws Exception; public IVideoMetaData getMetaData(String providerDataUrl) throws Exception; public List<IVideoSearchResult> search(int searchType, String arg) throws Exception; if you create a plugin the create a .jar of your classes and put it with the other libs in the metadata tools dir. Then update the metadataupdater.properties and add your provider class. Doing coverart is a very visual thing, which I why I never attempted to do it in the batch command line tool. I am working on a web based tool, that will do coverart as well as movie metadata (it reuses the batch metadata apis). This project does have a "find coverart" feature so that you can update the coverart from a different site than the video metadata (current impl uses google images). It's a work in progress... there have been some challenges but I'm hoping to have a "beta" release sometime in the next few weeks. (of course I also thought that a few weeks back)
__________________
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 |
#159
|
|||
|
|||
Sean,
I was hoping it would be easy to add a feature which might tell you which movies you had in a DVD Profiler database which were not represented in the available movies in a directory. I had a hard drive die and am looking for an easy way to list out which movies have to be re-ripped. TIA B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#160
|
|||
|
|||
Quote:
|
Currently Active Users Viewing This Thread: 2 (0 members and 2 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 |