github jackkerouac/aphrodite v4.0.7.6
Aphrodite v4.0.7.6

latest releases: v4.1.3, v4.1.2, v4.1.1...
2 months ago

feat: implement width-primary resolution detection with filename parsing

Replace legacy height-only detection with enhanced width-based logic that
properly handles letterboxed content. Fixes issue where 1280x536 content
was misclassified due to reduced height from letterboxing.

Key changes:

  • Width-primary detection: use width as main indicator, height as confidence meter
  • Filename parsing: extract resolution/HDR info from filenames as additional source
  • Cross-validation: combine filename and stream data for accuracy
  • 3D content support: properly detect SBS/OU formats
  • Remove all legacy height-only detection paths

Fixes letterboxed content detection (1280x536 → 720p correctly)
Affects both single poster and batch processing workflows

Breaking: removes legacy detection fallbacks, requires enhanced detector

Don't miss a new aphrodite release

NewReleases is sending notifications on new releases.