folder or {lcn 202 genre Children } action {fileundercreate {./ Molly}
Isn't it to avoid that situation that sweeper hasOne gocha is that if you have the package that deletes empty folders (tidy-folders ) installed, you need to copy a recording into your new folder PDQ else the folder is deleted as designed. I fell foul of that one a couple of days ago.
That's exactly why I was less than enthusiastic about the tidy-folders package.One gocha is that if you have the package that deletes empty folders (tidy-folders ) installed, you need to copy a recording into your new folder PDQ else the folder is deleted as designed. I fell foul of that one a couple of days ago.
How would you make it work then?That's exactly why I was less than enthusiastic about the tidy-folders package.
By usingHow would you make it work then?
'Move recording to folder... (creating if necessary)'
You can set NoFlatten or one of the other folder flags and the folder won't be emptyHow would you make it work then?
# Move any films
## lcn {>= 101} lcn {<= 71} or {duration {>= 90} genre Film } action {move Films}
# Move any Formula 1 recordings into the F1 folder
## title {Formula 1} action {move F1}
Move any films (Disabled) Enable/Disable Rule Delete Rule Duplicate Rule Move Rule Up Move Rule Down[/B]
[B]Add condition
If: Logical Channel Number >= 101
And: Logical Channel Number <= 71
And:
Add condition to sub-clause If any of...
If: Recording duration (in minutes) >= 90
Or: Recording Genre Film
Then: Move recording to folder... Films
And: Stop processing rules.
Otherwise: Continue to next rule.
Move any Formula 1 recordings into the F1 folder (Disabled) Enable/Disable Rule Delete Rule Duplicate Rule Move Rule Up Move Rule Down
Add condition
If: Recording Title contains Formula 1
Then: Move recording to folder... F1
And: Stop processing rules.
Otherwise: Continue to next rule.
Add rule Save changes Discard changes View config Test config Run now Text editor
The "And" is a logical 'and'.If: Logical Channel Number >= 101
And: Logical Channel Number <= 71
lcn {>= 70} lcn {<= 79}