π Scraparr v2.2.0 Release
Weβre excited to announce the release of Scraparr v2.2.0!
This update brings new service integrations, enhanced error tracking, and more flexible configuration options.
β¨ Summary Highlights
- π½οΈ Added support for Whisparr (adult movie collection manager)
- π¬ Added Jellyfin scraping support
- βοΈ Introduced configuration via environment variables
- π οΈ Improved error logging with API URL visibility
- π§Ή Centralized constants for cleaner code
- π Fixed incorrect Seerr metrics
π New Features
-
Whisparr Integration
Monitor your adult movie collection using Scraparr with full Whisparr support. -
Jellyfin Scraping
Scraparr can now scrape and monitor data from your Jellyfin media server. -
Environment Variable Configuration
Scraparr can now be configured easily through environment variables, making deployments even easier β especially for Docker setups!
π§ Maintenance
- Improved error logging: API URLs are now shown in request error logs for easier debugging.
- Centralized constant values for a cleaner and more maintainable codebase.
- Fixed incorrect usage of Seerr metrics.
π New Contributors
- @mrgionsi made their first contribution with Jellyfin scraping! π
- @Vibpositive made their first contribution by adding environment variable support! π
A big thank you to our new contributors for helping make Scraparr better!
π What's Changed
- Fix usage of wrong Seerr metrics by @TheGameProfi in [#91](#91)
- Add API-Url to request error logging by @TheGameProfi in [#93](#93)
- Add support for Whisparr by @TheGameProfi in [#94](#94)
- Add Jellyfin scraping by @mrgionsi and @TheGameProfi in [#95](#95)
- Add configuration from env vars by @Vibpositive in [#96](#96)
- Add Jellyfin to env support + centralized constants by @TheGameProfi in [#98](#98)
π Full Changelog: Compare v2.1.2 β v2.2.0
π GitHub Repository