What's Changed
1.32.0 (2025-09-28)
Features
- add channel search functionality to videos page filter menu (1c9a385)
- add default resolution fetching to channel videos page (81a118e)
- improve manual download UX with better previously-downloaded video handling (eee2964)
- video related enhancements (e3cc418)
Bug Fixes
- improve database connection pooling and file metadata backfill reliability (ead286e)
- improve video file detection with recursive subdirectory scanning (fcef079)
- remove spurious "0" rendering in video thumbnails (49ce770)
- resolve video file path mismatches for special characters and timing issues (e03e9b2)
- use parameterized queries for video metadata updates to handle Unicode paths (ef5f442)
Tests
- add unit tests for videoFileLocator module (612ace1)
Documentation
Docker Image
docker pull dialmaster/youtarr:v1.32.0
Or use latest
:
docker pull dialmaster/youtarr:latest
Full Changelog
Full Changelog: vv1.31.0...v1.32.0