lostb1t / replex

Remix your Plex hubs
221 stars 7 forks source link

Not removing watched #95

Closed stevezau closed 1 year ago

stevezau commented 1 year ago

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 image

From Replex image

eandrade92630 commented 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.

stevezau commented 1 year ago

I tried both.. but regardless it should remove watched items right?

eandrade92630 commented 1 year ago

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.

jl94x4 commented 1 year ago

Try

-e REPLEX_INCLUDE_WATCHED="true" -e REPLEX_HERO_ROWS="hub.tv.inprogress"

stevezau commented 1 year ago

I tried that also.

jl94x4 commented 1 year ago

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

stevezau commented 1 year ago

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?

lostb1t commented 1 year ago

its REPLEX_INCLUDE_WATCHED=0 to remove watched items (or REPLEX_INCLUDE_WATCHED=false)