mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Requesting Images via API with UnplayedCount uses Emby colors #592
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#592
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SenorSmartyPants on GitHub (Apr 17, 2019).
Describe the bug
API generated images with an UnplayedCount uses emby green and not Jellyfin color.
To Reproduce
http://localhost:8096/emby/Items/<seriesID>/Images/Primary?UnplayedCount=2
Expected behavior
Circled number should use Jellyfin color.
Screenshots
System (please complete the following information):
@thornbill commented on GitHub (Apr 17, 2019):
Well the good news is the color was fixed in #1043 which will be present in Jellyfin 10.3.0.
The bad news is when I verified this on 10.3.0-RC1 I noticed the count is not displaying in the generated image.
@SenorSmartyPants commented on GitHub (Apr 17, 2019):
It's always something. :)
Any chance some anti-aliasing could be added to the circle edge to smooth it out?
Thanks.
@bugfixin commented on GitHub (Apr 19, 2019):
I can't reproduce the missing number in the circle thornbill showed on any current releases (or 10.3.0-rc1), what platform was that on?
@SenorSmartyPants commented on GitHub (Apr 20, 2019):
I'm getting JF blue on my requests now with 10.3.0.
But only with unplayed counts that I hadn't already requested. Some caching is happening in JF I'm assuming.
@sparky8251 commented on GitHub (Apr 20, 2019):
JF has stupid caching we inherited from Emby. It likes to really falsify info at the server side, tricking the browser into not requesting updated data.
I'd try refreshing the page with caching disabled in the network tab of the browsers F12 menu, that almost always clears up this odd crap.
@bugfixin commented on GitHub (Apr 20, 2019):
These images are cached in the jellyfin cache dir on the server-side, it is beyond browser caching. You can view your current cache dir in the admin dashboard and remove the images/ folder within it to clear them.
@SenorSmartyPants commented on GitHub (Apr 20, 2019):
I deleted the /cache/images/resized-images and that cleared up all my green. This is closed as far as I am concerned.
@sparky8251 commented on GitHub (Apr 20, 2019):
In that case, I'll give it a proper close.
If it comes back feel free to open a new issue!
@anthonylavado commented on GitHub (Nov 29, 2020):
@SenorSmartyPants I know this was an old issue but - are you actively consuming the image with the played indicator in any project?
@SenorSmartyPants commented on GitHub (Nov 29, 2020):
Yes. I use them in my jellyfin-nmt project.
@SenorSmartyPants commented on GitHub (Nov 29, 2020):
Are you wanting to drop this functionality?
@anthonylavado commented on GitHub (Nov 29, 2020):
@SenorSmartyPants AFAIK you're fine, don't worry.
I wanted to know if there was anything using it at the moment. We don't need it in Android TV anymore, and Roku was the only official project that still used it, though they're probably just going to move away from it. We'll revisit this on a later version.