fix(db): scale TV size bands to episode size #97
Reference in New Issue
Block a user
Delete Branch "issue/95-tv-size-bands"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migration 0005 seeded TV policies with the movie policy's size bands (2160p floor 8 GiB, 1080p floor 3 GiB). Those fit a whole film; a typical 1080p single-episode WEB-DL (1-2 GiB) sat below the floor and was hard-filtered under §5.5, starving the per-episode grab path added by #38.
Migration 0011 rescales the seeded
TV — mainandTV — kidsbands to episode size (2160p floor 3/target 6 GiB, 1080p floor 1/target 2 GiB). Season packs still clear these floors easily; they just take the over-target penalty as intended.Closes #95