Open-source media request and discovery manager for Jellyfin, Plex, and Emby.
TAGS
20 tagsfeat(availability-sync): added logging for 4K movie availability checks in Plex and Radarr
fix(webpush): improve iOS push subscription endpoint cleanup
docs: fix the contributing.md link
fix: add error message to logs
fix(api): catch error when watchlist item doesn't exist anymore
refactor: revert changes to lock file by local formatter
docs: change comma-separated lists to space-separated Changed documentation for scopes and required claims lists to correctly reflect source code showing space-separated instead of comma-separated.
refactor(settings): remove metadata providers logo
docs: add docs for dns caching
refactor(MediaRequestSubscriber): streamline media availability notifications
fix(api): make username field nullable in UserSettings API schema
fix(selector): update type annotation for validKeywords
refactor(api): rename and enhance profile switching logic
fix(proxy): initialize image proxies after the proxy is set up The ImageProxy for TMDB and TheTVDB were initialized before the proxy settings were set up, so they were ignoring the proxy settings. fix #1787