This mod adds TubeArchivist Plex Plug-In (Scanner and Plug-In) to Plex, to be downloaded/updated during container start. It also sets the default API key and URL to TubeArchivist's config.
In plex docker arguments, set an environment variable DOCKER_MODS=oggelito/plex-tubearchivist
If adding multiple mods, enter them in an array separated by |
, such as DOCKER_MODS=oggelito/plex-tubearchivist|linuxserver/mods:plex-xyz
You must also specify the TA_API_KEY
and TA_URL
to TubeArchivist in the docker environment variables, like below:
services:
plex:
image: lscr.io/linuxserver/plex:latest
container_name: plex
network_mode: host
environment:
- DOCKER_MODS=oggelito/plex-tubearchivist
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- VERSION=docker
- TA_API_KEY=<TubeArchivist API Key>
- TA_URL=<URL to TubeArchivist> # e.g. https://tube.local
volumes:
- ./youtube:/youtube:ro # access to your TA media folder
restart: unless-stopped
DockerHub: https://hub.docker.com/r/oggelito/plex-tubearchivist
- TubeArchivist Plex Plug-In for creating the plug-in
- plex-absolute-hama for inspiration
This project is not affiliated with TubeArchivist Plex Plug-In in any way. Do not post any issues with this script to them etc.