What's New: ✨
- Merged Movie and Series models in database into Media model. This will help with making Frontend changes to add filters and additional layouts for #16
- Server Stats in
Settings > About
page now shows monitored count for Movie and Series separately. PathMappings
have been added to ArrConnections
. This lets users add path mappings for individual connections if both Radarr and Sonarr have media mapped to same folder internally. Fixes #8- Updated Home, Movies and Series pages to display 50 recent items. Related to #16 ... will make additional changes to add filters in a future update.
- Added web
manifest
to let app be installed as a web app (works only if served as secure [https])
Bug Fixes: 🐛
- Fixed a bug with database backups during container startup.
- Fix an issue where Media details page gets stuck in loading state when no media files are found on server for the requested media.
Other Changes: ⚡
- Minor updates to alembic (database migrations) configuration.
- Minor layout changes.
Full Changelog: v0.0.8-beta...v0.1.0-beta