SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations > SageMC Custom Interface
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04-12-2009, 02:28 PM
bialio's Avatar
bialio bialio is offline
SageTVaholic
 
Join Date: May 2007
Location: Frisco, TX
Posts: 3,445
Which fanart tool do I want

I would like some automated tool to go out and download fanart backgrounds, posters, and banners for all of the Favorites I have defined - these are items that are in the Sage database, along with the normal meta data you get from the EPG. I don't really care about creating .properties or .my files for these - I'm just looking for the jpegs......

Seems like EPG's tool is more aimed at getting metadata for imported videos as opposed to recorded shows. I'm not clear what BMT really does.....

btl.
__________________
PHOENIX 3 is here!
Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient
Reply With Quote
  #2  
Old 04-12-2009, 03:07 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
bialio, what you are looking for is not yet built into the STV's plugins, but, the Phoenix APIs to do what you want, do exist. It's just a matter of time before someone does it.

Code:
phoenix_api_StartMetadataScan(Object provider, Object[] mediaFiles) : void
phoenix_api_IsMetadataScanRunning() : boolean
phoenix_api_GetMetadataScanComplete() : float
This would require that BMT is installed, since phoenix needs a metadata provider in order to perform it's lookups, etc.

Another approach would be to use the command line bmt, and use the --tv and --offline flags...

Code:
# java -jar MetadataTool.jar --offline --tv --fanartFolder=YOUR_FOLDER "/tmp/House.avi"
or if you want season specific artwork

Code:
# java -jar MetadataTool.jar --offline --tv --fanartFolder=YOUR_FOLDER "/tmp/House S01E02.avi"
When you are done, your fanart folder should contain the fanart, and then you can just delete the /tmp folder, or contents, since it will contain the offline .avi files and .properties files
Reply With Quote
  #3  
Old 04-12-2009, 03:09 PM
MeInMaui's Avatar
MeInMaui MeInMaui is offline
SageTVaholic
 
Join Date: Feb 2005
Location: Maui. HI
Posts: 4,203
If I ever get all of these bugs fixed, I plan to add support for this into SageMC.

Aloha,
Mike
__________________
"Everything doesn't exist. I'm thirsty." ...later... "No, it's real!!! I'm full."
- Nikolaus (4yrs old)
Reply With Quote
  #4  
Old 04-12-2009, 03:25 PM
jaminben jaminben is offline
Sage Icon
 
Join Date: Sep 2007
Location: Norwich, UK
Posts: 1,754
Send a message via MSN to jaminben
I looked at it, but couldn't get it to work

Code:
phoenix_api_IsMetadataScanRunning()
Would always show false even when I could see the scan had just worked its magic.

I'll wait until Mike takes a look then copy his code like I always do Its easier when theirs an example
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fanart: FAQ stuckless SageMC Custom Interface 4 06-13-2009 02:08 PM
SageMC not seeing FanArt theiceman1973 SageMC Custom Interface 4 03-19-2009 04:06 PM
HD200 FanArt vexhold SageMC Custom Interface 6 12-22-2008 09:45 AM
translation tool banjo SageTV Studio 0 04-23-2007 10:55 AM


All times are GMT -6. The time now is 01:22 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.