SageTV Community  

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

Notices

SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-21-2009, 03:52 PM
thegodfaza thegodfaza is offline
Sage User
 
Join Date: Jun 2009
Posts: 44
Actual Time Timecodes

I was wondering if it's possible to get sagetv to display the actual time time codes instead of the time elapsed time codes (mimicking VMC).

Example:
For an hour long show it would say 00:00:00 on the left and 1:00:00 on the right with your current position floating above the bar. I would like it, if for example it was recorded at 8:00, to say on the left 8:00:00 and on the right 9:00:00 with the current timestamp (ex: 8:32:40) floating above.
Reply With Quote
  #2  
Old 06-21-2009, 07:50 PM
GKusnick's Avatar
GKusnick GKusnick is offline
SageTVaholic
 
Join Date: Dec 2005
Posts: 5,083
There's no option for that in the stock UI. It would be a pretty straightforward customization (for someone skilled at creating customizations), but I'm not aware of an existing customization that does that.

(Generally speaking, the answer to any "Is it possible?" question is Yes, if you're willing to use third-party customizations, or invest the time to do the customizing yourself. So if what you mean to ask is "Does this feature exist in the stock product?" it's best to say it in those terms.)
__________________
-- Greg
Reply With Quote
  #3  
Old 06-21-2009, 08:26 PM
thegodfaza thegodfaza is offline
Sage User
 
Join Date: Jun 2009
Posts: 44
I was wondering if anyone knows how to do it if there wasn't a mod / add-on to do it.
Reply With Quote
  #4  
Old 06-22-2009, 07:17 AM
71_Cuda 71_Cuda is offline
Sage Advanced User
 
Join Date: Feb 2009
Posts: 120
I'd be interested in this as well. AS a Media Center convert, I sorely missed this at first. It was one of the things about Sage that actually really bugged me. But I"ve grown used to it over time and I'm okay with it now. I actually use SageMC, so I have the progress time on the left instead of 00:00:00. I'd prefer to have it like in the stock STV, where the progress time is above the marker. But I've gotten used to it the way it is. I'd change in a heartbeat though for Media Center style as you describe.
Reply With Quote
  #5  
Old 06-22-2009, 08:45 AM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by thegodfaza View Post
I was wondering if anyone knows how to do it if there wasn't a mod / add-on to do it.
The API provides everything you need for that. Basically, here's the quantity you would need as used in GKusnick's studio Tool:

Code:
MediaStore currentMediaFile = new MediaStore(sageApiMediaPlayer.GetCurrentMediaFile(), sageApiMediaPlayer.IsCurrentMediaFileRecording());

long startTime = currentMediaFile.getStartTime();
long endTime = currentMediaFile.getEndTime();
long mediaTime = sageApiMediaPlayer.GetMediaTime();

long duration = sageApiMediaPlayer.GetMediaDuration();
Obviously the access will be different in the STV than in a java executable, but you get the idea... The "duration" isn't always redundant, since you get cases like ripped dvd's or such where startTime = endTime...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
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
Display actual recorded duration of the show lenkost SageTV Software 1 09-14-2008 01:14 AM
Actual IMDB Import, or just a LOOKUP on the fly? can3gxw SageTV Customizations 14 09-12-2008 06:31 PM
playing actual dvd's through the MVP? GbrNole SageTV Media Extender 4 02-20-2007 10:50 AM
Daylight Savings Time and NTFS time stamps - 1 hour off? Opus4 The SageTV Community 2 11-01-2006 11:34 PM
So? When is the actual release of V2? sfisher SageTV Software 3 03-04-2004 07:09 AM


All times are GMT -6. The time now is 01:39 AM.


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