SIGN IN SIGN UP
seerr-team / seerr UNCLAIMED

Open-source media request and discovery manager for Jellyfin, Plex, and Emby.

0 0 1 TypeScript

TAGS

20 tags
preview-plex-4k-debug-logs

feat(availability-sync): added logging for 4K movie availability checks in Plex and Radarr

preview-test-fix-subscriptions

fix(webpush): improve iOS push subscription endpoint cleanup

preview-seerr

docs: fix the contributing.md link

preview-debug-plex-watchlist

fix(api): catch error when watchlist item doesn't exist anymore

preview-emby-connect

refactor: revert changes to lock file by local formatter

preview-OIDC

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.

preview-tvdb

refactor(settings): remove metadata providers logo

preview-fix-avail-notif

refactor(MediaRequestSubscriber): streamline media availability notifications

preview-fix-user-save

fix(api): make username field nullable in UserSettings API schema

preview-fix-invalid-blacklisttag

fix(selector): update type annotation for validKeywords

preview-plex-home-profile

refactor(api): rename and enhance profile switching logic

preview-fix-proxy-imagecaching

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