bw_plex¶
Description¶
bw_plex is a tool for skipping intro and outro for plex.
Install/Setup¶
ENV Variable¶
The bw_plex override uses Variables that you will need to update your .env
with the below example.
Example Docker Compose Override¶
services:
bw_plex:
image: hellowlol/bw_plex:latest
container_name: bw_plex
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/bw_plex:/config
- ${DOCKERSTORAGEDIR}:/storage
command: bw_plex --url ${BW_PLEX_URL} -t ${BW_PLEX_TOKEN} -df /config watch
Last update: June 3, 2023
Created: October 12, 2020
Created: October 12, 2020