1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-06-01 06:56:48 +00:00

Add shorts identification by thumbnails

This commit is contained in:
Cadence Ember 2026-05-27 22:52:13 +12:00
parent 095dc3f918
commit 21c3f624b0
7 changed files with 235 additions and 5 deletions

View file

@ -66,6 +66,16 @@ block content
]
})
+select({
id: "show_shorts",
label: "Display YouTube Shorts",
description: "When off, shorts will be hidden from the subscriptions page.\nShorts are detected by thumbnail patterns with a 10% false negative rate and a 0% false positive rate.",
options: [
{value: "0", text: "Hide shorts"},
{value: "1", text: "Show shorts"}
]
})
+select({
id: "quality",
label: "Preferred qualities",