Smart Playlists and track length

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #296
    klassej
    Guest

    Awesome server…

    Is it possible to use the file length as a criteria?

    E.g.
    “House Singles” {
    genre is “House” && album is “” && length < "20 minutes"
    }

    Gives me all my house singles. Now I get mixes which are like 2 and 3 hours as well. I guess file size would do as well.

    #4742
    rpedde
    Participant

    @klassej wrote:

    Is it possible to use the file length as a criteria?

    not in 0.2.4. In nightlies it is. You’d use something like:


    file_size > [file size in bytes]

    or


    song_length > [time in ms]

    — Ron

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Feature Requests’ is closed to new topics and replies.