From 981e3edd9e9655d8776ab4c9f61b18f12bffa7fa Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 29 Jan 2024 00:17:05 -0800 Subject: feat(settings): add due include and ignore help --- src/lib/Settings/Categories/Display.svelte | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/lib') diff --git a/src/lib/Settings/Categories/Display.svelte b/src/lib/Settings/Categories/Display.svelte index 41961b14..9cd8364e 100644 --- a/src/lib/Settings/Categories/Display.svelte +++ b/src/lib/Settings/Categories/Display.svelte @@ -83,6 +83,26 @@ Media where either the next episode's release date is unknown or the chapter count could not be resolved is considered unresolved. +

+ + Additionally, you hard exclude specific media from due.moe on AniList. + To exclude any media from being included in any due.moe + calculation, create an anime or manga list with the tag + #DueIgnore in the list's title and add the media you want to exclude to the list. + + +
+ + + Inversely, you can selectively include media by creating an anime or manga list with the tag #DueInclude + in the list's title, which will include + only + media in the list in any due.moe calculation. + #DueInclude + will override #DueIgnore. +

-- cgit v1.2.3