|
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. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
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. |
#2
|
||||
|
||||
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 |
#3
|
|||
|
|||
I was wondering if anyone knows how to do it if there wasn't a mod / add-on to do it.
|
#4
|
|||
|
|||
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.
|
#5
|
||||
|
||||
Quote:
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();
__________________
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 |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
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 |