javikr / sofatime

Sofa Time
10 stars 0 forks source link

Incorrect and misleading number of episodes left to watch #45

Closed kamil-zbroniec closed 1 year ago

kamil-zbroniec commented 1 year ago

Is your feature request related to a problem? Please describe. It's not really a big problem, but I find it counterintuitive and sometimes even buggy that the number of episodes left to watch include a plus sign. From what I understand it means that other than the episode that is currently being shown, there are n-more episodes left to watch. So a total number episodes left to watch equals n+1. I think it's fine, but not really great as a number most of the users will be looking for is total number of episodes left (n+1), not total number of episodes except of the next one (n). This description relates to "up next" section and TV series details page. The buggy part is related to "Watch next" page. It shows the same number as on the other screens but without plus sign ("n left"). So it is misleading, as actual value should be "n+1 left" or "n(+) left".

Describe the solution you'd like I suggest switching to displaying total number of episodes left and ditching the plus sign.

javikr commented 1 year ago

Thank you for your report. I like your suggestion. I will update that information to display always the total number of episodes left (including "left" copy). For ex.: "15 left"

kamil-zbroniec commented 1 year ago

Great. That's excatly what I had in mind.

kamil-zbroniec commented 11 months ago

Which version will contain this change?