MymsMan
Ad detector
Packages like Newk haven't been integrated with real time scheduling yet,
Another item for the wishlist!
Packages like Newk haven't been integrated with real time scheduling yet,
As a total newb when it comes to sweeper, I came here with what I thought would probably be a simple request, a rule which would delete any empty folders but having thought about it a bit more I'd like to know if there was a way to do something all together more complicated.
Would it be possible to have a rule which automatically applies auto expire options and ad detection to any folder which is created by series recording?
This would be incredibly helpful if it was possible as at present my house mate, is constantly setting tv shows on series record and leaving watched files on the disk so every now and then I have to go through and set ad detection and then auto expire options on the folders to get rid of any files which have been watched. It's not a huge pain to do that but it would be great to have it done automatically.
Is anyone able to help me out with this?
Thanks
# Delete Watched
recurse 1 !flag New wage {> 24} action delete
That sounds quite dangerous to me. If such a thing did exist, it could conceivably end up re-creating the auto-expire flag on folders which you had removed it from. You'd need a "Never expire" flag rather than the lack of an "Auto Expire" flag to be safer.I realise I could set auto expire options on the My Video folder but I don't want the same settings on all folders really as there are some where I'd want to keep files even once they've been watched. It would however be great to be able to have it automatically set when the humax creates a new folder for a series recording, and I could manually remove it for the few series I want to keep whereas it would be present on all the others which make up the majority of the scheduled programmes on my hummy.
Change the DetectAds Sweeper rule to 'recurse 1' it was made a non recursive rule when Sweeper did not handle file recursion properly - it does now
The New flag is the watched flag.
That sounds quite dangerous to me. If such a thing did exist, it could conceivably end up re-creating the auto-expire flag on folders which you had removed it from. You'd need a "Never expire" flag rather than the lack of an "Auto Expire" flag to be safer.
This is fixed with the version of Sweeper I've just uploaded, thanks. The other problems relating to the back links will be fixed in the next version of webif.Selecting "Sweeper Rules"' from the WebIf OPT+ does not display any preexisting rules if the directory name contains an ampersand.
You don't need to decrypt prior to running AdDetect, it will run against encrypted files, there is also now an option (-t hh:mm) where you can specify a run start time so that you could leave the rule enabled and schedule DetectAds to run overnight.I have had too much trouble in the past with picture breakup to run AdDetection while recording (even with the CPU limit).
Sweeper provides a convenient sample rule (recursice AdDetect) which I normally keep disabled, but can enable and "Run Now" when the system is not busy (decrypting recordings at the same time).
This is OK, but as far as I can see, there is no way I can create a similar rule to sweep for encrypted recordings to perform decryption.... or am I missing something?
You can check (and set) the encryption flag via Sweeper but 'Decrypt recording' is not currently supported as a Sweeper action so it is not easy to defer decryption to a time when the system is less busy.You can set a condition to act on a file that is flagged as encrypted. Look for the IF condition "recording flagged as", which defaults to "new", and edit "new" to "encrypted".
That's one half, but it leaves me without any action to perform.You can set a condition to act on a file that is flagged as encrypted. Look for the IF condition "recording flagged as", which defaults to "new", and edit "new" to "encrypted".
I realise that; I run my "ad-hoc" sweeper rule to peform AdDetect on non-BBC programmes, what I want is a similar way of removing the encryption from the BBC programmes.You don't need to decrypt prior to running AdDetect, it will run against encrypted files, there is also now an option (-t hh:mm) where you can specify a run start time so that you could leave the rule enabled and schedule DetectAds to run overnight.
auto-decrypt uses the wget command to perform decryption whilst chaseget uses curl (Curl supports restart in mid file).I could brush-up on my bash scripting, but is there even a command-line executable that will decrypt a programme?
Not as nice as being able to just queue it up for decryption though.What you do is use sweeper to move a file that needs decrypting into an auto-decrypt folder.
I thought "./_duplicates"
So will the renamefile action act on the moved file after it's been moved if I'm in the same ruleset?
It will fail with a "Target already exists" error.And additionally what is the result of renaming a file to the name of an existing file, will it fail or add a trailing number ?