Changes since last release:
- Faster Navigation - Sidebar links and settings/media detail pages now navigate without full page reloads using boosted HTMX navigation; pages feel significantly snappier throughout
- Series Graph on Rating Chips - Hover over provider rating chips on TV show detail pages to see a full episode-by-episode rating grid across all seasons, color-coded by score
- Progress Bars on Posters (credit to @elemated) - Currently playing and paused media now show a progress bar on their poster cards so you can see where you left off at a glance
- Customizable Home Screen Rows (credit to @elemated) - Rename your home screen rows to whatever makes sense to you; toggle media-type headers on or off; row titles are now clickable
- Music List Subview Switcher - Switch between Artists, Albums, and Tracks views directly from the music list page
- Per-Track Ratings on Albums - Rate individual tracks from the album detail page
- Music Artist/Album CSV Export & Import - Back up and restore your artist and album tracking data via CSV
- Multi-Artist Album Support - Albums with multiple credited artists now handled correctly
- Implied Music Genres - Music genres now inferred from artist and album metadata for better statistics
- Plex Import Fixes - Fixed anime routing, TV/anime separation, and false watched entries during import; resolved item lookup ambiguity
- Audiobookshelf Improvements - Fixed cover URL loading, completed book progress tracking, and progress display; actual listened time now preserved and stale covers backfilled
- Bug Fixes - Fixed overwrite import permanently deleting media when TMDB lookup fails; fixed album art not loading until artist added; fixed duplicate Unknown album on search add; fixed game start date regenerating after user clears it; fixed season status reverting to Completed during rewatch; fixed per-track rating buttons not appearing after first play; fixed WSGI worker blocking during bulk episode tracking; fixed CSV import duplicate episode errors; fixed public list cards inaccessible to anonymous users; fixed albums with symbol-only titles causing URL errors; fixed periodic imports and CSV imports missing from import history
- MAL Import Improvement - MAL importer now respects localized title preferences during import
What's Changed
- Home screen: add support for renaming rows and add toggle for media-type headers by @elemated in #240
- Add progress bars to posters for currently playing and paused media by @elemated in #253
New Contributors
Known Issues:
- Anime tracking is slowly improving thanks to a few more bug reports to tighten up the behavior
- Jellyfin and Emby inherited some features from Plex that hopefully improve the experience, but may still need more work
- I somehow got up to 21 active issues yesterday. Thank you for the feedback, bug reports, and suggestions! I'm working my way through those issues, and in some cases am waiting for feedback before closing them.
A Note About This Fork
I'm not a professional developer—just an enthusiastic fan using AI coding tools to add features I'd love to see! Given the scale of changes made to this fork, I will still regularly sync with the upstream project, but not every commit may be added so there is less chance of breaking things or double work. New syncs with FuzzyGrim/Yamtrack will be indicated above if they are included.
Docker Updates: You can pull the latest release version of the Docker container at any time—you don't need to wait for formal release announcements! These release notes are just a convenient way to highlight recent changes. Note that occasionally after pushing to latest, I may deploy a quick hotfix if I discover something on my Docker instance that didn't show up during dev testing.
Contributing: If you'd like to integrate any of these features into the upstream project, feel free! However, I won't be submitting PRs myself due to my skill level and past experiences.
Issues & Requests: Bug reports for fork-specific features are welcome here! For new feature ideas, please consider filing them with the upstream project first—if they adopt it, everyone benefits when I sync updates.
Thanks for understanding, and happy tracking!
Full Changelog: v26.6.4...v26.6.11