• v1.7 2bad23da3a

    Add configurable shuffle depth for copy order

    mchus released this 2026-05-21 21:30:55 +03:00

    ShuffleDepth in DiskProfile controls how files are selected:
    -1 = no shuffle (preserve source order)
    0 = all files in random order
    N = group files by folder at depth N from /media, shuffle groups,
    copy entire group before moving to next

    Exposed in disk profile UI as a select with level descriptions.

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads