13 lines
683 B
Plaintext
13 lines
683 B
Plaintext
# Move any Children's films (by length)
|
|
## lcn {>= 70} lcn {<= 79} duration {>= 90} action {move Children/Films}
|
|
# Move any Children's films (by genre)
|
|
## lcn {>= 70} lcn {<= 79} genre Film action {move Children/Films}
|
|
# Move anything else recorded from a children's channel
|
|
## lcn {>= 70} lcn {<= 79} action {move Children/Miscellaneous}
|
|
# Move any series recordings from a Children's channel (folder rule)
|
|
## folder lcn {>= 70} lcn {<= 79} action {fileundercreate Children}
|
|
# Move any one-off Formula 1 recordings into the F1 folder
|
|
## title {Formula 1} action {move F1}
|
|
# Move any one-off recordings into a folder called Misc after a while
|
|
## age {> 120} action {movecreate Misc}
|