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
  #21  
Old 03-26-2009, 12:10 PM
TorontoSage's Avatar
TorontoSage TorontoSage is offline
Sage Aficionado
 
Join Date: Feb 2009
Location: Toronto, Canada
Posts: 317
Quote:
Originally Posted by razrsharpe View Post
mmm... that's weird. I haven't seen that. Couple questions. Which value stays constant? The top one (above the timebar) or the bottom on (below the timebar)? The bottom value is the current output resolution and should be whatever the HD200 is outputting. The top value is the current media file format and should change by what you are viewing. The top number should change too if you have the native resolution switching enabled in the HD200 setup
The bottom stays constant at 1920x1080 and the top occasionally changes, but very rarely, and stays the same even when I switch from HD to SD to lower res video clips. I didn't find the native resolution switching setting in the HD200 manual, but will look for it.
__________________
Getting Sager all the time...

Displays: Panasonic 65" P65S2 & 50" PX77E plasmas, 19", 26" & 32" LCDs, 4 HD200s
Source: 2 HD-PVRs, Rogers Toronto SA 8300HD PVR, 4250HD firewire tuned, WHS, SageTV, Sonos 1xZP100 & 3xZP120 wireless audio, Gigabyte GA45-E45-UD3R mobo, 2.5 GHz Core 2 Duo E5200 (2MB L2), Nvidia GeForce 96400GT, 120GB OS drive, 1 & 1.5 TB WD Caviar Green, Mushkin 2GB DDR2 800 SDRAM, El Cheapo case, Corsair 520HX modular Power Supply.
Reply With Quote
  #22  
Old 03-26-2009, 06:42 PM
razrsharpe razrsharpe is offline
Sage Icon
 
Join Date: Sep 2008
Location: Boston, MA
Posts: 2,111
Quote:
Originally Posted by TorontoSage View Post
The bottom stays constant at 1920x1080 and the top occasionally changes, but very rarely, and stays the same even when I switch from HD to SD to lower res video clips.
I think the issue has to do with the way that sage reports the resolution for some file types... as in it appears to not return anything useful with GetMediaFileDescription().... which is what i use to parse the resolution for TV (HDHR mpeg recordings)... where this import started. I assumed that I could use the same method for all files.... you know what they say about assumptions Since i don't clear the string i am displaying when the media changes i think that watching a filetype that it doesn't work on just displays the resolution of the last video displayed.

File types that work:
.mpeg,.mpg
.avi
.m2ts
.mkv
File types that currently DO NOT work:
VIDEO_TS DVD folder structure
.ts
This is obviously not an exhaustive list so if anyone has other file types that work or don't work please speak up and I will add them to the list. I will also work on a workaround and/or a different way of displaying the video file resolution. Thanks for pointing it out to me... not sure why i hadn't noticed this before
Quote:
I didn't find the native resolution switching setting in the HD200 manual, but will look for it
Detailed setup -> Multimedia -> Native Output Resolution Switching -> Enabled.
It will then change the output for each file to match the resolution of the file. It's not perfect and only matches to resolution (not timing) but works better than nothing. If it can't match the resolution it will output at the default. When stopping playback it switches back to the default resolution.
__________________
Server 2003 r2 32bit, SageTV9 (finally!)
2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast)
2x HD300, 1x SageClient (Win10 Test/Development)
Check out TVExplorer
Reply With Quote
  #23  
Old 06-14-2009, 01:21 PM
wacole wacole is offline
Sage User
 
Join Date: Feb 2008
Location: Alexandria, VA
Posts: 72
No Display on Extender

Have just installed this custom interface and found that it works just fine when displaying on the server's monitor, but does not display on the TV which is connected to an Hauppauge MVP. [The info bar works just fine otherwise.] I'm running Sage 6.5.9.204, Java 1.6.0_14 and Sage MC 6.3.8; all this under XP Pro SP2. Clues would be greatly appreciated. BTW I did just upgrade the Java, just before I installed this custom interface.

I really appreciate having this functionality and will find it very useful in helping me to configure the extender.

Thanks for your good work on this.

Bill Cole
Reply With Quote
  #24  
Old 06-14-2009, 02:05 PM
razrsharpe razrsharpe is offline
Sage Icon
 
Join Date: Sep 2008
Location: Boston, MA
Posts: 2,111
unfortunately i don't know how much help i will be because i do not have an MVP and am not sure how they are configured/setup.... I believe it is setup like placeshifter correct? (don't have that either but am more familar with it)...

that being said... you said it works correctly on the server. Therefore, I would check to make sure that the stv on the mvp is the the same one that the server is using. Go to My Menu -> Settings. On the right (~7 lines down) should be Current STV File: SageMC_XXX-#.xml.

make sure the STV is the same for both...

As i do not have an mvp i can not be certain but i see no reason why it would not work on the mvp client.
__________________
Server 2003 r2 32bit, SageTV9 (finally!)
2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast)
2x HD300, 1x SageClient (Win10 Test/Development)
Check out TVExplorer
Reply With Quote
  #25  
Old 06-17-2009, 07:00 AM
wacole wacole is offline
Sage User
 
Join Date: Feb 2008
Location: Alexandria, VA
Posts: 72
Thanks very much for the information. The extender/placeshifter MVP firmware doesn't display information about SageTV, however the version of SageMC that I'm running is displayed on my monitor under Current STV File is SageMC_169.4.xml. The version that displays on the TV through the MVP is SageMC_169.1.xml.

This is a surprise. I'm not sure what is going on and whether the difference in versions is the cause of this display difference on the info bar. I do notice that I have five different SageMC files under the directory c:\Program Files\SageTV\SageTVs\SageTV3. They are: SageMC_169.xml, SageMC_169-1.xml through SageMC_169-4.xml. Maybe that has something to do with this problem.

Bill Cole
__________________
Bill Cole
Sage 7.0.23.246, STV7 7.0.23.1, Placeshifter, XP Pro SP3, HDHomeRun Dual Tuner, ATI Radeon 2400, AMD64 3000+ 1.8ghz, 2gb RAM, HD-300, OTA
Reply With Quote
  #26  
Old 06-17-2009, 07:10 AM
razrsharpe razrsharpe is offline
Sage Icon
 
Join Date: Sep 2008
Location: Boston, MA
Posts: 2,111
yup... i believe that is your problem... everytime you load a new import Sage will save a new .xml file with a -# appended to the file name. So.... in your case the base filename is SageMC_169.xml. And everytime you loaded a new import into SageMC_169 it incremented the filename with a -#. Usually the highest -# is the most recent STV version...

So to fix the problem... on your MVP go to My Menu -> Settings -> Load STV -> Select SageMC_169-4.xml.

Generally (im not sure about the MVP but it sounds like it from your explanation) but each client can have a different STV version running... So if you configure everything on the server you need to go and select that STV .xml file at each extender.
__________________
Server 2003 r2 32bit, SageTV9 (finally!)
2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast)
2x HD300, 1x SageClient (Win10 Test/Development)
Check out TVExplorer
Reply With Quote
  #27  
Old 06-18-2009, 06:44 AM
wacole wacole is offline
Sage User
 
Join Date: Feb 2008
Location: Alexandria, VA
Posts: 72
Thanks. That did the trick. Can now see the resolution data on the info bar. Learn something every day!

Bill Cole
__________________
Bill Cole
Sage 7.0.23.246, STV7 7.0.23.1, Placeshifter, XP Pro SP3, HDHomeRun Dual Tuner, ATI Radeon 2400, AMD64 3000+ 1.8ghz, 2gb RAM, HD-300, OTA
Reply With Quote
  #28  
Old 06-18-2009, 06:46 AM
razrsharpe razrsharpe is offline
Sage Icon
 
Join Date: Sep 2008
Location: Boston, MA
Posts: 2,111
your welcome, glad you got it working
__________________
Server 2003 r2 32bit, SageTV9 (finally!)
2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast)
2x HD300, 1x SageClient (Win10 Test/Development)
Check out TVExplorer
Reply With Quote
  #29  
Old 06-21-2009, 09:45 PM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Nice razor!!
Reply With Quote
  #30  
Old 06-22-2009, 06:38 AM
razrsharpe razrsharpe is offline
Sage Icon
 
Join Date: Sep 2008
Location: Boston, MA
Posts: 2,111
Thanks ... once i get my new tv screen import finished my next project is to make this more robust (along with my video out popup import) to make the native output resolution alot smarter and configurable
__________________
Server 2003 r2 32bit, SageTV9 (finally!)
2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast)
2x HD300, 1x SageClient (Win10 Test/Development)
Check out TVExplorer
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
STV Import: Comskip Playback for Default STV (v1.5.4 30/August/2008 for SageTV 5/6) JREkiwi SageTV Customizations 600 11-23-2011 07:58 AM
STV Import: Closed Caption Playback (v1.2.2 28/February/2008) JREkiwi SageTV Customizations 473 02-13-2011 03:42 PM
STV Import: Slim Player for SageMC (for SageTV 6.3+) Morgan111 SageMC Custom Interface 326 07-28-2010 06:54 AM
SageTV V6.4.7 Release Candidate is Here! Narflex SageTV Beta Test Software 2 08-12-2008 01:11 PM
STV Import: Multispeed Continuous FF/REW Import for SageMC MeInMaui SageMC Custom Interface 20 12-16-2007 04:27 AM


All times are GMT -6. The time now is 06:18 PM.


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