SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV HD Theater - Media Player
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV HD Theater - Media Player Discussion related to using the SageTV HD Theater as a Media Player, i.e.: in use while not connected to a SageTV server. Questions, issues, problems, suggestions, etc. relating to using a SageTV HD Theater as a Media Player should be posted here. Use the SageTV Media Extender forum for issues related to using it while connected to a SageTV server.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-10-2009, 08:24 AM
mkstretch mkstretch is offline
Sage Advanced User
 
Join Date: Jun 2009
Posts: 106
How to get covertart(Metadata)

Is there a way to have it find coverart/Metadata for my movies? Thanks.
Reply With Quote
  #2  
Old 07-10-2009, 09:39 AM
steambuilder steambuilder is offline
Sage User
 
Join Date: Nov 2008
Location: Battle Creek, MI
Posts: 36
Search these forums for "metadata". There's tons of information ...BMT comes to mind
__________________
Server(headless): Gigabyte MB, Core2Duo E8500, 4G 1066 RAM, WinXP Pro SP3,OTA antenna only
Capture: 2-HVR-1600 Haupaugee, 1-HDHomeRun - Clients: 1-HD200 in Extender Mode
SageTV 7, Comskip w/ Dirmon2, TiSageTV
Reply With Quote
  #3  
Old 07-14-2009, 05:39 AM
mkstretch mkstretch is offline
Sage Advanced User
 
Join Date: Jun 2009
Posts: 106
I thought BMT was only for use with SageMC?
Reply With Quote
  #4  
Old 07-14-2009, 06:25 AM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
No, it works for the default STV as well. All of the install instructions are the same, just make sure when you import the STVi you select the right one. (There is one for SageMC and one for the default.)

Tom
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #5  
Old 07-14-2009, 11:39 AM
mkstretch mkstretch is offline
Sage Advanced User
 
Join Date: Jun 2009
Posts: 106
Quote:
Originally Posted by tmiranda View Post
No, it works for the default STV as well. All of the install instructions are the same, just make sure when you import the STVi you select the right one. (There is one for SageMC and one for the default.)

Tom
Do I need to import this usinf SageMC first then go to my HD200 and do something there? Ive been looking at the HD 200 menu and cant find out where to import. Thanks
Reply With Quote
  #6  
Old 07-14-2009, 03:56 PM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
No, you just import it on the HD200 using the default STV. So, in a nutshell:

- download the BMT .zip file
- shutdown SageTV
- unzip as instructed
- edit sage.properties (add the two lines as indicated in the instructions)
- restart SageTV server
- go to HD200 and import the STVi (the one that says it's for the default STV)
- go to the detailed setup->fanart and set things up as you like
- force a rescan of your videos (remove the import directory, scan, add import directory, scan - or if you like there is a property you can set to force a complete reindex.)

To import STVi's go to setup->detailed setup->advanced then in the right panel you will see manage STVi plugins. Once you select that you will see an option to "add a new STVi plugin file". Select that and then browse down until you see the STVi file called MetadataFanartTools-DefaultSTV. Once you select that Sage will prompt you to rebuild the STV, let it rebuild ... and you're done.

SageMC is not needed anywhere in the process.

Tom
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.

Last edited by tmiranda; 07-14-2009 at 04:00 PM.
Reply With Quote
  #7  
Old 07-29-2009, 03:23 PM
mkstretch mkstretch is offline
Sage Advanced User
 
Join Date: Jun 2009
Posts: 106
Thanks much for all the help. So you cant do it without SageTV running on your PC from what it sounds to me.
Reply With Quote
  #8  
Old 07-29-2009, 03:45 PM
mike_ac mike_ac is offline
Sage User
 
Join Date: May 2009
Location: San Antonio, Texas
Posts: 40
I assume you are hoping to use BMT with the HD200 in standalone?
Reply With Quote
  #9  
Old 07-29-2009, 03:52 PM
mkstretch mkstretch is offline
Sage Advanced User
 
Join Date: Jun 2009
Posts: 106
Yes thats exactly what I was trying to do
Reply With Quote
  #10  
Old 07-29-2009, 04:21 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
bmt can run as a command line against a folder of movies. Just extract bmt to it's own folder, and then run the following command from that folder
ie,
Code:
java -jar MetadataTool.jar --recurse YOUR_MOVIE_FOLDER
where YOUR_MOVIE_FOLDER is your movie dir that your HD200 is pointing to... If your movie dir has spaces, then be sure to quote the folder, ie, "c:\My Movies\"
Reply With Quote
  #11  
Old 07-29-2009, 05:58 PM
mkstretch mkstretch is offline
Sage Advanced User
 
Join Date: Jun 2009
Posts: 106
Quote:
Originally Posted by stuckless View Post
bmt can run as a command line against a folder of movies. Just extract bmt to it's own folder, and then run the following command from that folder
ie,
Code:
java -jar MetadataTool.jar --recurse YOUR_MOVIE_FOLDER
where YOUR_MOVIE_FOLDER is your movie dir that your HD200 is pointing to... If your movie dir has spaces, then be sure to quote the folder, ie, "c:\My Movies\"
Sorry to ask, but what do I use to run that command, do I double click on the Metadata tool.jar in the folder? and do I run that command directly on my PC or from my HD200? Thanks much.
Reply With Quote
  #12  
Old 07-29-2009, 08:36 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
You download the bmt tool to a desktop (windows/linux/mac) and extract it there. You'll also need java6 installed as well. To run it, you open a command shell, cd into the folder where bmt was extracted and run the tool from the command windows.

So, assuming your downloaded the bmt tool and extracted it to c:\bmt, then you would open a command shell and run the following commands
Code:
c:\> cd c:\bmt
c:\bmt> java -jar MetadataTool.jar --fanartEnabled=false --recurse "c:\movies"
Assuming your movies are in "c:\movies".

The metadata tool will create a poster file and .properties file for any movies that it processes, and the HD200 when reading the movies from your network share should pick up the post and metadata. I don't have a HD200, but I assume that's how it would work.
Reply With Quote
  #13  
Old 07-29-2009, 08:38 PM
mkstretch mkstretch is offline
Sage Advanced User
 
Join Date: Jun 2009
Posts: 106
Stuckless thanks much I appreciate it!
Reply With Quote
  #14  
Old 07-29-2009, 09:50 PM
Tiki's Avatar
Tiki Tiki is offline
Sage Icon
 
Join Date: Feb 2005
Location: Southwest Florida, USA
Posts: 2,009
If you are using the HD-200 in Stand Alone Mode (which I assume you are since you posted in this particular Sub-forum), it's a whole different ballgame.

In stand alone mode, the HD-200 can't use the same STV's and STVi's that are used when connected to a server running SageTV software. The UI is totally different. I think I remember seeing somewhere that there was a way to customize the interface for stand-alone mode, but I don't know how much you can do there.

As far as I know there is currently no way to display fanart and custom metadata when operating the HD-200 in stand-alone mode.
__________________
Server: Ryzen 2400G with integrated graphics, ASRock X470 Taichi Motherboard, HDMI output to Vizio 1080p LCD, Win10-64Bit (Professional), 16GB RAM
Capture Devices (7 tuners): Colossus (x1), HDHR Prime (x2)
,USBUIRT (multi-zone)
Source:
Comcast/Xfinity X1 Cable
Primary Client: Server Other Clients: (1) HD200, (1) HD300
Retired Equipment: MediaMVP, PVR150 (x2), PVR150MCE,
HDHR, HVR-2250, HD-PVR
Reply With Quote
  #15  
Old 07-30-2009, 04:17 AM
gplasky's Avatar
gplasky gplasky is offline
SageTVaholic
 
Join Date: Jul 2003
Location: Howell, MI
Posts: 9,203
Quote:
Originally Posted by Tiki View Post
If you are using the HD-200 in Stand Alone Mode (which I assume you are since you posted in this particular Sub-forum), it's a whole different ballgame.

In stand alone mode, the HD-200 can't use the same STV's and STVi's that are used when connected to a server running SageTV software. The UI is totally different. I think I remember seeing somewhere that there was a way to customize the interface for stand-alone mode, but I don't know how much you can do there.

As far as I know there is currently no way to display fanart and custom metadata when operating the HD-200 in stand-alone mode.
It will show folder jpgs. (Give you DVD covers)

Gerry
__________________
Big Gerr
_______
Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB.
Reply With Quote
  #16  
Old 07-30-2009, 05:39 AM
mkstretch mkstretch is offline
Sage Advanced User
 
Join Date: Jun 2009
Posts: 106
I found out last night that if i put my covers in the same folder as a DVD(VideoTS) I have to name the picture folder.jpg and if I put the cover pic in the same folder as say Wedding Crashers.MKV, I have to name it Wedding Crashers.jpg. This seems to give me coverart. Where can I get the properties files for movies(movie description and actor info) to add with my .jpg's? and also where is a great place to download coverart? Thanks

Looks like naming it folder.jpg for Wedding Crashers.MKV works also.

Last edited by mkstretch; 07-30-2009 at 05:43 AM.
Reply With Quote
  #17  
Old 07-30-2009, 07:15 AM
mike_ac mike_ac is offline
Sage User
 
Join Date: May 2009
Location: San Antonio, Texas
Posts: 40
Quote:
Originally Posted by mkstretch View Post
Looks like naming it folder.jpg for Wedding Crashers.MKV works also.

I've been using "folder.jpg" for all my cover art, because it's the easiest route I've found. I do wish we could have a movie wall on the HD200 in standalone, but it doesn't appear possible yet.

As for information, I've been waiting for a way to do that, as well. If anyone has figured this out, please share...
Reply With Quote
  #18  
Old 07-30-2009, 08:19 AM
mkstretch mkstretch is offline
Sage Advanced User
 
Join Date: Jun 2009
Posts: 106
Quote:
Originally Posted by mike_ac View Post
I've been using "folder.jpg" for all my cover art, because it's the easiest route I've found. I do wish we could have a movie wall on the HD200 in standalone, but it doesn't appear possible yet.

As for information, I've been waiting for a way to do that, as well. If anyone has figured this out, please share...
Mike, It looks like PluckyHD is close to releasing a MovieWall for the HD200 look here http://forums.sagetv.com/forums/showthread.php?t=42700.

Also what size jpg do you use for coverart? I found a program called MetaBrowser that does a good job at getting coverart backgrounds and info for movies, but one thing is that it puts the info into an .XML file and not a .properties file. I dont think Sage reads .XML for movie info.
Reply With Quote
  #19  
Old 07-30-2009, 09:26 AM
gplasky's Avatar
gplasky gplasky is offline
SageTVaholic
 
Join Date: Jul 2003
Location: Howell, MI
Posts: 9,203
Quote:
Originally Posted by mkstretch View Post
Mike, It looks like PluckyHD is close to releasing a MovieWall for the HD200 look here http://forums.sagetv.com/forums/showthread.php?t=42700.

Also what size jpg do you use for coverart? I found a program called MetaBrowser that does a good job at getting coverart backgrounds and info for movies, but one thing is that it puts the info into an .XML file and not a .properties file. I dont think Sage reads .XML for movie info.
That's for the default STV (Not SageMC) and NOT for the HD200 either. Currently MovieWall only works with the SageMC UI installed.

Gerry
__________________
Big Gerr
_______
Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB.
Reply With Quote
  #20  
Old 07-30-2009, 11:11 AM
mkstretch mkstretch is offline
Sage Advanced User
 
Join Date: Jun 2009
Posts: 106
Quote:
Originally Posted by gplasky View Post
That's for the default STV (Not SageMC) and NOT for the HD200 either. Currently MovieWall only works with the SageMC UI installed.

Gerry
Sorry i guess Im a bit confused...lol
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
Clean out old metadata created by My Movies before creating new metadata for SageTV? Texas-Hansen SageTV Customizations 0 02-12-2009 10:31 AM
Can't get metadata to import.. mage_tiko SageMC Custom Interface 3 01-13-2009 10:31 PM
Runningtime not populated in Metadata mycorona SageMC Custom Interface 2 11-30-2008 01:08 PM
Reading Metadata babgvant SageTV Software 6 07-25-2008 02:26 PM
.properties, .my, and TV metadata in SageMC himay SageMC Custom Interface 1 05-26-2008 09:43 PM


All times are GMT -6. The time now is 04:57 PM.


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