ClawShorts
by @cindulasai
Block YouTube Shorts on Fire TV. Use when asked to check, manage, or configure YouTube Shorts limiting on Buck's Fire TV devices. Triggers on requests like "...
All detection parameters are stored in SQLite with global defaults and per-device overrides.
Global defaults (shorts config):
| key | default | description |
|-----|---------|-------------|
| shorts_width_threshold | 0.30 | player width must be < this ratio of screen width |
| shorts_max_aspect_ratio | 1.3 | portrait if ar < this value |
| shorts_fallback_height_ratio | 0.4 | fallback: player height must exceed this ratio of screen height |
| shorts_delta_cap | 300 | max seconds accumulated per poll |
| default_screen_width | 1920 | fallback assumed screen width |
| default_screen_height | 1080 | fallback assumed screen height |
Per-device overrides β any of the above can be set per-device in the devices table. NULL = use global default.
Config commands:
shorts config # show all global defaults
shorts config get # get a specific value
shorts config set # set global default
shorts config set # set per-device override
shorts config reset # clear per-device overrides
shorts detect # re-detect screen via ADB
clawhub install clawshorts