Jump to content

Instant record -> Set duration dynamically?


Fabien44

Recommended Posts

Hi everybody,

 

i use the version 3.6.0.2.

 

I was surprise to not find a function to offer user to set the last of duration of an instant recording.

I found that in the options box we can set the preset of duration but i guess it's a static value.

 

I could imagine to click several times to the instant record button to increase the duration by a step of 30 minutes for example.

 

Is it imaginable to have this useful feature?

 

Regards

Fabien

Link to comment
Simply go to the Recording window and adjust the endtime of the instant timer.

 

Yes but it's not convenience to use with a remote control. A simple way is to press many times the record button to adjust the durarion recording

Link to comment

There is a script with the option to add a defined number of minutes with every touch of the remote button.

 

I found it in the forum, just search for it.

 

I will not post it here since there was already a problem with a harmless attachment from me :)

Edited by uglyrooster
Link to comment

Startrec.vbs:

 

if instant = true then

helper = osd.showpopup("Instant.Rec","30min,60min,90min,120min,150min,180min,210min,240min",True)

'osd.showinfointvpic helper & " helper",10000

helper = helper +1

dim timeritem

set timeritem = timermanager.item(ID)

if helper > 0 then timeritem.endtime = dateadd("n",helper*30,now)

end if

 

Copyright by admi-ral - you can find the original thread with the search function.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...