This website requires JavaScript.
Explore
Help
Sign in
peter
/
siftlode
Watch
1
Star
0
Fork
You've already forked siftlode
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
23fc67cb64
siftlode
/
VERSION
2 lines
7 B
Text
Raw
Normal View
History
Unescape
Escape
improvement(plex): serve right-sized poster/art images via Plex transcode Posters/art were proxied at full resolution (many 1-7MB, some 9.5MB) into ≤176px grid/info cells — heavy to fetch + decode, so fast scrolling lagged 1-2s even with a warm cache (the cache removed the Plex round-trip, not the image weight). Now PlexClient.image_bytes optionally hits Plex's /photo/:/transcode to resize server-side; the /image endpoint requests thumb=400x600, art=1280x720 and keys the cache by width (old full-size files orphaned, re-cached small). Measured: a poster 5.5MB->50KB, art 8.1MB->137KB, at 400x600 (crisp on 2x DPR). Grid scroll is near-instant and the disk cache shrinks ~8x.
2026-07-06 08:04:13 +02:00
0.28.2
Reference in a new issue
Copy permalink