Skip to content

Features

StremThru uses a feature flag system to enable or disable specific functionality.

Configuration

Set the STREMTHRU_FEATURE environment variable with a comma-separated list of feature flags.

Syntax

  • +feature — Enable an opt-in feature
  • -feature — Disable an opt-out feature
  • feature — Enable only the specified features (disables all others not listed)

Examples

Enable a specific opt-in feature:

sh
STREMTHRU_FEATURE=+feature_a

Disable a specific opt-out feature:

sh
STREMTHRU_FEATURE=-feature_b

Combine multiple flags:

sh
STREMTHRU_FEATURE=+feature_a,-feature_b

TIP

Use the + and - prefix syntax to selectively toggle features without affecting others. Without prefixes, only the explicitly listed features will be enabled.

Available Features

FeatureDescriptionDefaultNotes
animeAnime supportDisabled
dmm_hashlistDMM hashlist supportEnabled
imdb_titleIMDB title supportEnabled
probe_media_infoProbe Media InfoEnabled
stremio_listStremio List addonEnabled
stremio_newzStremio Newz addon (Usenet)EnabledRequires vault
stremio_p2pStremio P2P supportDisabled
stremio_sidekickStremio Sidekick addonEnabled
stremio_storeStremio Store addonEnabled
stremio_torzStremio Torz addonEnabled
stremio_wrapStremio Wrap addonEnabled
vaultVault for encrypted secretsEnabled