Black Hole
May contain traces of nut
I still don't understand... please explain, what am I missing?I too would like this feature.
Perhaps version 2 could use explicit property fields, eg <title>, <genre>, etc.
I still don't understand... please explain, what am I missing?I too would like this feature.
I still don't understand... please explain, what am I missing?
Perhaps version 2 could use explicit property fields, eg <title>, <genre>, etc.
Sure, in cases where series scheduling is unreliable. Those are specific cases, and I don't think a default action to move otherwise undealt-with recordings into folders with a multiplicity of names is going to prove popular in the long term. The rules can be used to isolate those cases though.How about if you use auto scheduling to pick up individual episodes of something like regional news to allow for cherry picking? I'm sure I've seen you suggest something like that as a workaround for a different problem but I can't remember exactly what the problem was.
Hopefully the two people who have requested us can explain what they would use this for : )Sure, in cases where series scheduling is unreliable. Those are specific cases though, and I don't think a default action to move otherwise undealt-with recordings into folders with a multiplicity of names is going to prove popular in the long term. The rules can be used to isolate those cases though.
That would be simple enough to add - I'll do an update in the next day or two.
This is broadly what series-filer (one of the first packages created) was written to do.Make that three ! A slight variation on this would be useful to me, if possible..
We have to HDR's, and the kids record a lot of stuff on SWMBO's machine, mostly as series. I have made a folder under My Video called 'Kids' and then subfolders appear under that (via the script described below) for the respective series that they record. This keeps all the kids stuff in one place, the top level tidier, and she can also more easily find what she's recorded!
I have a (fairly crude and horrible) home-brewed script that runs once an hour and searches the entire folder tree under My Video (except Kids and [Deleted Items]) for any programme of genre 'Children', makes a folder under My Video/Kids of the same name and then moves the programme into that. Finally it re-searches the tree and deletes any empty folders (left behind either as a result of the move or else having manually deleted a programme from within a series folder but not the folder itself). Would be great if sweeper could implement something like this such that I can consign my script to the bin.
I have been using sweeper in beta test to send all individual (and flattened) recordings to the "[Unclassified]" folder for weeks, but I don't understand why you think a long list of folders (each containing potentially one recording) is better than a long list of recordings themselves. The folders will be listed alphabetically, whereas the recordings could be listed alphabetically or by age.Guess I haven't understood what it can/cannot do in its present form.
I hate having one-off recordings, of any genre, in the root folder. A mechanism that could file them into an individual folder with the same name as the recording, appeals to me.
This is broadly what series-filer (one of the first packages created) was written to do.
.
action {movecreate %title}
03/09/2013 16:16 - ACTION: movecreate(Test-%genre-%definition-%title-%channel-%l
cn-%duration-%timestamp)
03/09/2013 16:16 - Expanded to [Test-Entertainment-SD-Tim Minchin and the Heri
tage...-Channel 4-4-87-20130824233802]
rpb424's variation request will take some more thinking about.
The available criteria are:
- flag - a flag against the recording, e.g. 'flag New'. Flags are Locked, New, Encrypted, Guidance, ODEncrypted, Shrunk, Deduped.
I was wondering would it be possible to action changing flags (e.g. changing unlocked to lock) when the files are moved.
I was thinking that would be useful for the HDR in the kitchen and maybe automatically locking shows recorded between 9 p.m. and 8 a.m. on the HDR the kids use.
hour {>=21} lock 1
hour {<8} lock 1
action {move misc}
hour {>= 21} lock 1 action {move misc}
hour {< 8} lock 1 action {move misc}
action {move misc}
I have a (fairly crude and horrible) home-brewed script that runs once an hour and searches the entire folder tree under My Video (except Kids and [Deleted Items]) for any programme of genre 'Children', makes a folder under My Video/Kids of the same name (unless it already exists) and then moves the programme into that. Finally it re-searches the tree and deletes any empty folders (left behind either as a result of the move or else having manually deleted the last programme from within a series folder but not the folder itself). Would be great if sweeper could implement something like this such that I can consign my script to the bin.
folder action {fileunder ""}
folder action {fileunder "Children"}
folder genre Children action {fileundercreate Children}