Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Jul 1, 2025

Description

If present in docker-compose (or local environment variables), NEXT_PUBLIC_NETWORK_IDS and NEXT_PUBLIC_STUDIO_IDS will be used to create "Additional Networks" and "Additional Studios" sliders below the default ones. If the user includes an ID that is already part of the default, it will not be included in the new slider.

Example in docker compose:
overseerr:
image: lscr.io/linuxserver/overseerr:latest
container_name: overseerr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- NEXT_PUBLIC_STUDIO_IDS=56,3172,1632
- NEXT_PUBLIC_NETWORK_IDS=47,1043,306
volumes:
- /path/to/overseerr/config:/config
ports:
- 5055:5055
restart: unless-stopped

Screenshot (if UI-related)

image
image

To-Dos

  • Successful build yarn build
  • Translation keys yarn i18n:extract
  • Database migration (if required)

Issues Fixed or Closed

…r compose

If present, NEXT_PUBLIC_NETWORK_IDS and NEXT_PUBLIC_STUDIO_IDS will be used to create "Additional
Networks/Studios" sliders below default ones.

fix sct#1239
@ghost ghost requested review from OwsleyJr, TheCatLady, danshilm and sct as code owners July 1, 2025 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Personalized Studios and Networks

0 participants