Display remaining episodes count for TV shows #1821#1825
Display remaining episodes count for TV shows #1821#1825amtrevisan wants to merge 34 commits intojellyfin:mainfrom
Conversation
|
I love it, thanks for getting back to me so fast, ill do that right away. What do you think about making the number white for light theme and black for dark theme, or maybe a transparent number so it's like a cutout? |
Since the background is always the accent color, I would use:
I might try other fonts my screenshot I used For that alignment, though, I basically just commented out 3Q triangle (or whatever it was called) and then had the number I hope that helps! You'll likely wanna play around with it a little bit. I think my screenshot looked a little off so for a final version, we might want to try out some options and see what looks best |
|
@JPKribs What do you think? the problem is the count doesnt appear in the "Next Up" section since next up displays the episode not the series, i could make it so it displays the remaining episodes of the parent series
|
…ster and just make it a build flag instead.
|
looks great man, especially the settings change, was thinking of doing something similar |
|
@LePips this one looks good from my end! I added some changes in here so I'll let you be the sign off for approval in case there was something I missed. |







Summary
Adds a “Remaining” indicator toggle for TV shows in Swiftfin. When enabled, TV show posters show a small badge with the count of unwatched episodes.
Key Changes
NumericBadgecomponent for dynamically sized circular badgesRemainingIndicatornow shows a badge for series withunplayedItemCount > 0Technical Notes
showRemainingUnwatchedtype == .seriesDesign Notes
NumericBadgeis bigger on tvOS, if kept the same size as iOS it would be too smallNumericBadgeis placed in the top-left because the top-right is already crowded with other indicators. Moving it there would require shrinking it enough to fit, which hurts readability especially on iOSScreenshots
iOS:
tvOS: