• 2025.07.04 00e9ceaf3d

    Ghost released this 2025-07-04 22:41:54 +02:00 | 114 commits to master since this release

    Adds the prebuilt preset Filter Duration, which can include/exclude media based on its duration.

    Supports the following override variables:

    • filter_duration_min_s
    • filter_duration_max_s

    Usage:

          Plex TV Show by Date | Filter Duration:
    
            = Documentaries:
              "~NOVA PBS":
                url: "https://www.youtube.com/@novapbs"
                filter_duration_min_s: 120  # Only download videos at least 2m long
    
            = Sports:
              "~Maple Leafs Highlights":
                url: "https://www.youtube.com/@NHL"
                filter_duration_max_s: 180  # Only get highlight videos less than 3m long
    
    Downloads