Jellyfin Forum
More than 99 unwatched - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Themes & Styles (https://forum.jellyfin.org/f-themes-styles)
+--- Thread: More than 99 unwatched (/t-more-than-99-unwatched)



More than 99 unwatched - Ketchup - 2025-02-10

Is possible to show more than 99+ unwatched on the media card?

I only found how to hide the with ".countIndicator"
I tried a few value but nothing so far. When I spam F5 on the web interface I can see the real number quickly but it change to 99+ just after, that let me think it's possible.

At the same time, I use this to show the full name of media, it's working without issues (so far) but I'm wondering if it's the correct way to do it ?

Code:
.cardText {
    text-overflow: clip !important;
    white-space: normal !important;
}



RE: More than 99 unwatched - TheDreadPirate - 2025-02-10

I believe this behavior is hard coded.

https://github.com/jellyfin/jellyfin-web/blob/master/src/components/indicators/indicators.js#L103


RE: More than 99 unwatched - Ketchup - 2025-02-10

Thanks for the quick reply.
I'll start watching to stop seeing those “99+” then ^^