Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Filter pattern, autoplaylist, sort out short songs (Read 2084 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Filter pattern, autoplaylist, sort out short songs

Hi
Is it possible to sort out songs by their duration(lets say 10 sec) with some filter pattern in an autoplaylist?
Or even to exclude files with a particular duration from the library?

Filter pattern, autoplaylist, sort out short songs

Reply #1
Is it possible to sort out songs by their duration(lets say 10 sec) with some filter pattern in an autoplaylist?

Exclude songs with less than or equal 10 seconds: %length_seconds% GREATER 10
Exclude songs with more than or equal 10 seconds: %length_seconds% LESS 10
Exclude songs with exactly 10 seconds: %length_seconds% IS 10

Or even to exclude files with a particular duration from the library?
No.

Filter pattern, autoplaylist, sort out short songs

Reply #2
Thanks for the help
it works, besides following combined pattern (%rating% GREATER 3) OR (%rating% MISSING) OR (%length_seconds% GREATER 20)
some idea where is the fault?

 

Filter pattern, autoplaylist, sort out short songs

Reply #3
Ok solved. ( (%rating% GREATER 3) OR (%rating% MISSING) ) AND (%length_seconds% GREATER 20) does the same job

oh i love the possibilities of foobar