SnapStream Forums

Go Back   SnapStream Forums > SnapStream Product Discussions > Beyond TV and Beyond TV Link
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 12-04-2004, 10:06 AM
Registered User
 
Join Date: Nov 2004
Posts: 5
Scheduled Recording File Location...

Greetings!

I'm looking for the file (assuming it's an XML/DB file) that contains the data regarding scheduled recordings that I've setup. What I am wanting to do is write a small service that gets the next recording time from this file and starts BTV 30 minutes before a recording starts and closes it 30 minutes after the recording is done.

It's not that my system won't run BTV all the time, it's more than capable. I just edit a lot of video and pix on this machine as well as develop apps and I don't want a whole lot running in the background especially when editing video.

So if anybody can clue me in as to what file to look at, I'd appreciate it!

Thanks in advance!

Randy
Reply With Quote
  #2 (permalink)  
Old 12-04-2004, 11:01 AM
jmaver's Avatar
Registered User
 
Join Date: Sep 2003
Location: North Andover, MA
Posts: 455
Re: Scheduled Recording File Location...

This would be pretty simple to do with the 3.5 sdk. You can ask the scheduler for the upcoming recording list, and figure it out from that.
__________________
John Maver
Reply With Quote
  #3 (permalink)  
Old 12-04-2004, 11:45 AM
Registered User
 
Join Date: Nov 2004
Posts: 5
Re: Scheduled Recording File Location...

Thanks!


Where can I get the 3.5 SDK?
Reply With Quote
  #4 (permalink)  
Old 12-04-2004, 08:14 PM
jmaver's Avatar
Registered User
 
Join Date: Sep 2003
Location: North Andover, MA
Posts: 455
Re: Scheduled Recording File Location...

http://www.snapstream.com/Partners/BeyondTVSDK.asp
__________________
John Maver
Reply With Quote
  #5 (permalink)  
Old 12-05-2004, 10:23 PM
Registered User
 
Join Date: Nov 2004
Posts: 5
Re: Scheduled Recording File Location...

Thanks! I really appreciate you helping me get started!


I have one more question....

I've been able to utilize the GetUpcomingRecordings method from the Scheduler Web Service, however, the start times/dates and end times/dates do not make much since to me and seem cryptic. For example, one of the upcoming recordings ActualStart was 127467756000000000, End was 127467792000000000, and ActualDuration was 36000000000. Is there something I'm missing? How can I interpret these values?

Again, I really appreciate your help!

Thanks!
Reply With Quote
  #6 (permalink)  
Old 12-06-2004, 06:34 AM
jmaver's Avatar
Registered User
 
Join Date: Sep 2003
Location: North Andover, MA
Posts: 455
Re: Scheduled Recording File Location...

They are FILETIMEs. Use DateTime.FromFileTime() to convert them. Like this:

DateTime date = DateTime.FromFileTime((long)ulong.Parse(prop.Value ));
output = date.ToString("G");
__________________
John Maver
Reply With Quote
  #7 (permalink)  
Old 12-06-2004, 07:35 AM
Registered User
 
Join Date: Nov 2004
Posts: 5
Re: Scheduled Recording File Location...

John, you've been a wonderful help and I appreciate it

Writing the service is downhill from here!
Thanks again!

Randy
Reply With Quote
  #8 (permalink)  
Old 12-06-2004, 07:20 PM
jmaver's Avatar
Registered User
 
Join Date: Sep 2003
Location: North Andover, MA
Posts: 455
Re: Scheduled Recording File Location...

no problem. Hopefully it will work out the way you want.
__________________
John Maver
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Log file location scoob8000 Beyond TV and Beyond TV Link User-to-User Troubleshooting & Support Forum 2 01-07-2007 10:24 AM
Scheduled Recording File... darthmaul Development Discussion 0 12-04-2004 10:15 AM
Backup file location for 3.5 creepr91 Beyond TV and Beyond TV Link User-to-User Troubleshooting & Support Forum 2 12-03-2004 01:33 AM
Log file location? mattadata Beyond TV and Beyond TV Link User-to-User Troubleshooting & Support Forum 1 09-10-2003 04:17 PM
File Save Location JKeats Beyond TV and Beyond TV Link User-to-User Troubleshooting & Support Forum 2 01-14-2002 07:20 PM


All times are GMT -6. The time now is 10:43 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0 RC1
©2004-2006 Snapstream Media