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 10-22-2006, 06:29 PM
hammondr hammondr is offline
Sage User
 
Join Date: Sep 2006
Posts: 43
Error(s?) in SageMC 16x9 6.20

Can be fixed in Studio:

In the "SageMC Options" menu, Before MenuUnload:
Code:
PlaySounds = GetProperty("sagemc/play_sounds", false))
should be
Code:
PlaySounds = GetProperty("sagemc/play_sounds", false)
I've seen a few other errors, and I'll post those when I come across them.
Reply With Quote
  #2  
Old 10-28-2006, 10:47 AM
hammondr hammondr is offline
Sage User
 
Join Date: Sep 2006
Posts: 43
Error in clock format

Search the 6.20a SageMC16x9 XML file for "$ClockK:mm a", and change it to "$Clockh:mm a". The current format (K:mm a) shows "0:15 a" at 12:15am and 12:15pm when using the multiline clock format. Changing the K to an h in the clock format shows the correct hour as "12".

"K" in the clock format shows the hour as 0-11. "h" in the clock format shows the hour as 1-12, which it should be in this case.
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


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


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