Difference between revisions of "ChaseDecrypt"

From hummy.tv Wiki
Jump to: navigation, search
(Intiial version)
(ChaseDecrypt - Decrypt while recording)
Line 8: Line 8:
 
== Folder Flags ==
 
== Folder Flags ==
 
There is a new folder flag ChaseDecrypt,  when a new recording start in a folder with this flag it will be decrypted whilst it records. The flag has no affect on existing recordings.
 
There is a new folder flag ChaseDecrypt,  when a new recording start in a folder with this flag it will be decrypted whilst it records. The flag has no affect on existing recordings.
 +
 
The Auto Decrypt option should also be specified to provide a backup in case of failure during recording  
 
The Auto Decrypt option should also be specified to provide a backup in case of failure during recording  
  
Line 14: Line 15:
  
 
Options specified via the webif Settings section for ChaseDecrypt are:
 
Options specified via the webif Settings section for ChaseDecrypt are:
 
+
;Original recording:Select what happens to original recording after successful processing
 +
* Keep, original is kept, decrypted version has -dec suffix
 +
* Move to Bin, Original is moved to dustbin (if Undelete package is installed), decrypted is renamed to original
 +
* Delete, Original is permanently deleted, decrypted is renamed to original
 +
;Other Options:Other options that be specified are
 +
{| class="wikitable"
 +
|-
 +
! Option            || Default || Description
 +
|-
 +
| '''-d'''<br>-debug||    || produce detailed debug
 +
|-
 +
| -misRdSec  || 0  || How much data can be missing from decrypted recording before an error is raised (in Seconds)<br>
 +
Errors during decryption end to be at the end of a recording and can often be recovered by retrying decryption once the recording is complete
 +
|-
 +
| -delSec    || 210 || Delay start of processing until n seconds after recording begins<br>
 +
Initial delay to provide a reasonable batch of date to be processed                                                                                                                   
 +
|}
 
== Channel inclusion list ==
 
== Channel inclusion list ==
 
[[file:ChasedecryptInclusionSettings.png|center|Channel inclusion page]]
 
[[file:ChasedecryptInclusionSettings.png|center|Channel inclusion page]]

Revision as of 22:28, 30 September 2018

Icon

ChaseDecrypt - Decrypt while recording

Overview

ChaseDecrypt runs whilst a recording is in progress allowing remote access to a programme via file Sharing and a media player like VLC.

This package is experimental and is not intended to be a replacement for Auto Decrypt

Folder Flags

There is a new folder flag ChaseDecrypt, when a new recording start in a folder with this flag it will be decrypted whilst it records. The flag has no affect on existing recordings.

The Auto Decrypt option should also be specified to provide a backup in case of failure during recording

Settings

Settings page

Options specified via the webif Settings section for ChaseDecrypt are:

Original recording
Select what happens to original recording after successful processing
  • Keep, original is kept, decrypted version has -dec suffix
  • Move to Bin, Original is moved to dustbin (if Undelete package is installed), decrypted is renamed to original
  • Delete, Original is permanently deleted, decrypted is renamed to original
Other Options
Other options that be specified are
Option Default Description
-d
-debug
produce detailed debug
-misRdSec 0 How much data can be missing from decrypted recording before an error is raised (in Seconds)

Errors during decryption end to be at the end of a recording and can often be recovered by retrying decryption once the recording is complete

-delSec 210 Delay start of processing until n seconds after recording begins

Initial delay to provide a reasonable batch of date to be processed

Channel inclusion list

Channel inclusion page

No channels are included by default.

You can type a generic matching rule such as 'BBC *' in the left hand or ctrl-click on specific channels and then click the ← button to transfer them to the left column. * would match all channels,

To remove entries from the left column position the cursor and use delete or backspace keys.

Thumbnail Generation

If you have the thumbnails package to generate thumbnail image following autodecryption that will not be triggered when using ChaseDecrypt. Instead you can use the Sweeper rule shown below to trigger thumbnail generation.

Sweeper rule for thumbnail generation

Change History

Date Version Author Description
2018-10-01 chasedecrypt 0.1.0-0 MymsMan Initial version