Difference between revisions of "Sweeper"

From hummy.tv Wiki
Jump to: navigation, search
(Created page with "== Sweeper - the Swiss Army Knife of recording management == === Available actions === ; continue : do nothing and continue to next rule. ; stop : do nothing and stop process...")
 
Line 2: Line 2:
  
 
=== Available actions ===
 
=== Available actions ===
; continue : do nothing and continue to next rule.
+
 
; stop : do nothing and stop processing rules.
+
{| border="1" cellspacing="0" cellpadding="5"
; preserve : (deprecated) do nothing and stop processing rules.
+
! continue
; move : move the recording to a folder.
+
| do nothing and continue to next rule.
; movecreate : move the recording to a folder and create it if it doesn't exist.
+
|-
; fileunder (folders only) : look for another existing with the same name as the new series recording and, if found, move the new recordings into it.
+
! stop
; fileundercreate (folders only) : As fileunder but if no folder is found then create a new one.
+
| do nothing and stop processing rules.
 +
|-
 +
! preserve
 +
| (deprecated) do nothing and stop processing rules.
 +
|-
 +
! move
 +
| move the recording to a folder.
 +
|-
 +
! movecreate
 +
| move the recording to a folder and create it if it doesn't exist.
 +
|-
 +
! fileunder
 +
| Folders only; look for another existing with the same name as the new series recording and, if found, move the new recordings into it.
 +
|-
 +
! fileundercreate
 +
| Folders only; as fileunder but if no folder is found then create a new one.
 +
|}
  
 
=== Available conditions ===
 
=== Available conditions ===
; flag : a flag against the recording, e.g. 'flag New'. Flags are Locked, New, Encrypted, Guidance, ODEncrypted, Shrunk, Deduped.
+
 
; lcn : Logical channel number, e.g. 'lcn 1', 'lcn {> 1}'
+
{| border="1" cellspacing="0" cellpadding="5"
; duration : recording duration in minutes, e.g. 'duration {> 60}'
+
! flag  
; schedduration : scheduled recording duration in minutes.
+
| A flag against the recording, e.g. 'flag New'. Flags are Locked, New, Encrypted, Guidance, ODEncrypted, Shrunk, Deduped.
; size : size in bytes
+
|-
; age : age in hours (measured from recording end time).
+
! lcn
; wage : number of hours since last watched, or from recording end time if not watched.
+
| Logical channel number, e.g. 'lcn 1', 'lcn {> 1}'
; definition : standard (SD) or high (HD) definition, e.g. 'definition SD'
+
|-
; title : title contains ..., e.g. 'title {The Big Bang Theory}'
+
! duration
; synopsis : synopsis contains ...
+
| Recording duration in minutes, e.g. 'duration {> 60}'
; guidance : guidance contains ...
+
|-
; genre : recording genre is.. e.g. 'genre Children'
+
! schedduration
; hour : hour of recording, e.g. 'hour {>= 21}'
+
| Scheduled recording duration in minutes.
 +
|-
 +
! size
 +
| Size in bytes
 +
|-
 +
! age
 +
| Age in hours (measured from recording end time).
 +
|-
 +
! wage
 +
| Number of hours since last watched, or from recording end time if not watched.
 +
|-
 +
! definition
 +
| Standard (SD) or high (HD) definition, e.g. 'definition SD'
 +
|-
 +
! title
 +
| Title contains ..., e.g. 'title {The Big Bang Theory}'
 +
|-
 +
! synopsis
 +
| Synopsis contains ...
 +
|-
 +
! guidance
 +
| Guidance contains ...
 +
|-
 +
! genre
 +
| Recording genre is.. e.g. 'genre Children'
 +
|-
 +
! hour
 +
| Hour of recording, e.g. 'hour {>= 21}'
 +
|}
  
 
=== Available tokens ===
 
=== Available tokens ===
  
; %genre : Recording genre.
+
{| border="1" cellspacing="0" cellpadding="5"
; %definition : Definition of recording (HD or SD).
+
! %genre
; %title : Recording title.
+
| Recording genre.
; %channel : Channel name.
+
|-
; %lcn : Logical channel number.
+
! %definition
; %duration : Recording duration (in minutes).
+
| Definition of recording (HD or SD).
; %timestamp : Start of recording as YYYYMMDDHHMMSS.
+
|-
; %yyyymmmdd: Start of recording as YYYYMMDD.
+
! %title
; %hhmm: Start of recording as HHMM
+
| Recording title.
 +
|-
 +
! %channel
 +
| Channel name.
 +
|-
 +
! %lcn
 +
| Logical channel number.
 +
|-
 +
! %duration
 +
| Recording duration (in minutes).
 +
|-
 +
! %timestamp
 +
| Start of recording as YYYYMMDDHHMMSS.
 +
|-
 +
! %yyyymmmdd
 +
| Start of recording as YYYYMMDD.
 +
|-
 +
! %hhmm
 +
| Start of recording as HHMM
 +
|}

Revision as of 09:27, 9 June 2014

Sweeper - the Swiss Army Knife of recording management

Available actions

continue do nothing and continue to next rule.
stop do nothing and stop processing rules.
preserve (deprecated) do nothing and stop processing rules.
move move the recording to a folder.
movecreate move the recording to a folder and create it if it doesn't exist.
fileunder Folders only; look for another existing with the same name as the new series recording and, if found, move the new recordings into it.
fileundercreate Folders only; as fileunder but if no folder is found then create a new one.

Available conditions

flag A flag against the recording, e.g. 'flag New'. Flags are Locked, New, Encrypted, Guidance, ODEncrypted, Shrunk, Deduped.
lcn Logical channel number, e.g. 'lcn 1', 'lcn {> 1}'
duration Recording duration in minutes, e.g. 'duration {> 60}'
schedduration Scheduled recording duration in minutes.
size Size in bytes
age Age in hours (measured from recording end time).
wage Number of hours since last watched, or from recording end time if not watched.
definition Standard (SD) or high (HD) definition, e.g. 'definition SD'
title Title contains ..., e.g. 'title {The Big Bang Theory}'
synopsis Synopsis contains ...
guidance Guidance contains ...
genre Recording genre is.. e.g. 'genre Children'
hour Hour of recording, e.g. 'hour {>= 21}'

Available tokens

%genre Recording genre.
%definition Definition of recording (HD or SD).
%title Recording title.
%channel Channel name.
%lcn Logical channel number.
%duration Recording duration (in minutes).
%timestamp Start of recording as YYYYMMDDHHMMSS.
%yyyymmmdd Start of recording as YYYYMMDD.
%hhmm Start of recording as HHMM