You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/using-jellyseerr/settings/general.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,12 @@ Available media will still appear in search results, however, so it is possible
78
78
79
79
This setting is **disabled** by default.
80
80
81
+
## Warn about Non-released
82
+
83
+
When enabled, Movies or Series that don't have any release (still only in theatres, or not yet released) will show a warning : this prevents requests that can't yet be fulfilled
84
+
85
+
This setting is **disabled** by default.
86
+
81
87
## Hide Blacklisted Items
82
88
83
89
When enabled, media that has been blacklisted will not appear on the "Discover" home page, for all administrators. This can be useful to hide content that you don't want to see, such as content with specific tags or content that has been manually blacklisted when you have the "Manage Blacklist" permission.
toastSettingsFailure: 'Something went wrong while saving settings.',
56
+
warnNonReleased: 'Warn if Non released',
57
+
warnNonReleasedTip:
58
+
"If still only in theatres, or not yet released, Seerr will show a warning to the would-be requester : This prevents requests that can't yet be fulfilled",
56
59
hideAvailable: 'Hide Available Media',
57
60
hideAvailableTip:
58
61
'Hide available media from the discover pages but not search results',
Copy file name to clipboardExpand all lines: src/i18n/locale/en.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -977,6 +977,8 @@
977
977
"components.Settings.SettingsMain.generalsettingsDescription": "Configure global and default settings for Seerr.",
978
978
"components.Settings.SettingsMain.hideAvailable": "Hide Available Media",
979
979
"components.Settings.SettingsMain.hideAvailableTip": "Hide available media from the discover pages but not search results",
980
+
"components.Settings.SettingsMain.warnNonReleased": "Warn about request if not yet released",
981
+
"components.Settings.SettingsMain.warnNonReleasedTip": "When enabled, Movies or Series that don't have any release (still only in theatres) will show a warning : this prevents requests that can't yet be fulfilled",
"components.Settings.SettingsMain.hideBlacklistedTip": "Hide blacklisted items from discover pages for all users with the \"Manage Blacklist\" permission",
0 commit comments