▲ 0 r/PleX
Unsure what changed but Plex is no longer automatically finding new media when it's added to the approriate folders.
I have to run a script manually for the media to show up on plex (TV script example below).
How do I fix the automatic one?
The following settings are ticked and haven't been changed:
'Scan my library automatically'
'Run a partial scan when changes are detected'
'Scan my library periodically' (Daily)
#!/bin/bash
CONTAINER_NAME="plex"
SECTION_ID=2
docker exec -i "$CONTAINER_NAME" bash -c \
"export LD_LIBRARY_PATH=/usr/lib/plexmediaserver; /usr/lib/plexmediaserver/Plex\ Media\ Scanner --scan --refresh --section $SECTION_ID"
u/AaronInTheBox — 15 days ago