Does anyone know how I can create a Filter Folder set up to search for audio music that's longer than 5 minutes long? It would save me a lot of time to be able to look at them all in one list. I've tried to figure it out on my own but I couldn't hit the albatross. Thanks in advance!
Posted Sun 30 Aug 20 @ 5:12 am
I was trying something like:
isscanned = 0 or isscanned = 1 and exists = 1
I know > is greater than, but that's where I've left off
isscanned = 0 or isscanned = 1 and exists = 1
I know > is greater than, but that's where I've left off
Posted Sun 30 Aug 20 @ 5:21 am
there are bugs... "05:00" is 5 seconds
you can acheive this (constant in sec 5*60) by doing things like that :
Length >= 300 and type is audio
you can acheive this (constant in sec 5*60) by doing things like that :
Length >= 300 and type is audio
Posted Sun 30 Aug 20 @ 5:29 am
Nicotux, that worked! I like 300 seconds regardless. I'll save this in my EverNote / One Note so I won't have to ask again someday.
Posted Sun 30 Aug 20 @ 5:33 am
Note you make me think to make a generic "by duration" filter folder
group by Length range 60
or by category and duration
group by type group by Length range 60
group by Length range 60
or by category and duration
group by type group by Length range 60
Posted Sun 30 Aug 20 @ 5:49 am