jellyfin / jellyfin-roku

The Official Roku Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
412 stars 128 forks source link

Replace Special episode number with "Special" in TvListDetails #1726

Closed photonconvergence closed 4 months ago

photonconvergence commented 4 months ago

Changes

Indicate that Specials are specials when displayed in another season as well as in the Specials (Season 0) view. -Any special episode displayed by TvListDetails will show "Special - " instead of the episode number. -Add a translation string for "Special"

Before: before

After: after-special

This PR mirrors the behavior of web. If this is merged, we may want to look at implementing something similar for #1672

Issues

Fixes: #1521

photonconvergence commented 4 months ago

Closing as this is an incomplete implementation. Turns out the server allows the name of Season0 to be customized, so we shouldn't hard code it here. Will re-open if I can figure out a better way to do this.