Closed jl94x4 closed 3 months ago
Also clicking the collection from home shows an error
This doesn't error for any other collections with normal poster layout.
Any errors or panics in the log?
Random sort on hero style when more than 1 collections are merged seems to not work, seems to only randomise the first on the row, everything else stays the same for some reason.
This works for me. Could you mention on which client you are seeing this issue?
Seeing this on plex web haven't tried any other devices.
What are your Replex settings?
docker run --rm -it -p 90:80 -e REPLEX_HOST="http://ip:32400" -e REPLEX_TMDB_API_KEY=key -e REPLEX_DISABLE_USER_STATE=true -e REPLEX_DISABLE_LEAF_COUNT=true -e RUST_LOG=“info,replex=debug -e INCLUDE_WATCHED=0 ghcr.io/sarendsen/replex:latest
Random doesn't seem to be working on any of my collections on the homescreen row
When you click on the collection it shows as random each time, but when refreshing the home screen the rows don't show a different order each time when using Replex however with the native plex app they randomise quite often "live"
When you click on the collection it shows as random each time, but when refreshing the home screen the rows don't show a different order each time when using Replex however with the native plex app they randomise quite often "live"
This is because of the cache. It will be different order when cache expires. The reason that random "works" on the native app is because the app refreshes itself from a different endpoint at certain intervals (and after closing an roeping the app)
I think l add an option to disable caching for rows. So a user can decide for himself
k you can now disable rows caching if you want with REPLEX_CACHE_ROWS
:tada: This issue has been resolved in version 0.12.10 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
I see this is working on a singular Movies collection I have pinned to the home screen.
It doesn't work when more than 1 library has the same collection name and all pinned to the home screen (merged collection). Is this an impossible thing to get working or a bug?
Did you disable caching rows?
docker run --rm -it -p 90:80 -e REPLEX_HOST="http://ip:32400" -e REPLEX_TMDB_API_KEY=<api> -e REPLEX_CACHE_TTL=30 -e REPLEX_CACHE_ROWS=true -e RUST_LOG=“info,replex=debug ghcr.io/sarendsen/replex:latest
I'm using the above cmd
Should be REPLEX_CACHE_ROWS=0 (or REPLEX_CACHE_ROWS=false)
I see this is working on a singular Movies collection I have pinned to the home screen.
It doesn't work when more than 1 library has the same collection name and all pinned to the home screen (merged collection). Is this an impossible thing to get working or a bug?
Still having the same issue as above
Even when refreshing the page the collection row doesn't change.
Hmm seems still some caching is happening. If you set the ttl to 0 it should work
docker run --rm -it -p 90:80 -e REPLEX_HOST="http://ip:32400" -e REPLEX_TMDB_API_KEY=<api> -e REPLEX_CACHE_TTL=0 -e REPLEX_CACHE_ROWS=0 -e RUST_LOG=“info,replex=debug ghcr.io/sarendsen/replex:latest
Running this now, tried restarting, the mixed/merged collections still don't refresh/randomize.
K I'll take another look in the morning. I'm guessing the web app needs hero tweaking aswell
So I checked this out. And random rows don't even work for me without replex in the web app. So this is a plex bug not replex. Can you confirm?
Random rows are working without Replex for me.
Cache has been removed for rows so this should work correctly
Random sort on hero style when more than 1 collections are merged seems to not work, seems to only randomise the first on the row, everything else stays the same for some reason.