Closed stevezau closed 1 year ago
I believe it's supposed to be tv.inprogress I don't believe there is a hub tag. Also I believe that's for the continue watching row.
I tried both.. but regardless it should remove watched items right?
I'm honestly not sure how it works, I don't use that feature. I do know however that the documentation states the default is already false.
Try
-e REPLEX_INCLUDE_WATCHED="true" -e REPLEX_HERO_ROWS="hub.tv.inprogress"
I tried that also.
For the hero's are you wanting a full collection to be hero style? Or just the in progress TV? I'm a little confused.
Also the REPLEX_INCLUDE_WATCHED is working fine for me. With the following
docker run --rm -it -p 90:80 -e REPLEX_HOST="http://ip:32400" -e REPLEX_AUTO_SELECT_VERSION=true -e REPLEX_DISABLE_RELATED=true -e REPLEX_INCLUDE_WATCHED=false -e REPLEX_HERO_ROWS=tv.toprated,tv.inprogress -e REPLEX_CACHE_ROWS=true -e REPLEX_CACHE_ROWS_REFRESH=true -e REPLEX_CACHE_TTL=0 ghcr.io/lostb1t/replex:latest
well that's odd.
I got it working.. but i had to set the REPLEX_AUTO_SELECT_VERSION env var for it to work.. it does not matter if i set that var to true or false.. If it is not defined REPLEX_INCLUDE_WATCHED does not work.. if it is defined REPLEX_INCLUDE_WATCHED works??
Bug?
its REPLEX_INCLUDE_WATCHED=0 to remove watched items (or REPLEX_INCLUDE_WATCHED=false)
Hi,
I've started a container with the following env var's
-e REPLEX_INCLUDE_WATCHED="false" -e REPLEX_HERO_ROWS="hub.tv.inprogress"
However, it is not removing the watched items and it seems to add the yellow top right corner thing.
From Plex directly
From Replex