neonrust / epm

Command-line TV episode calendar/manager/scheduler/tracker (EPisode Manager)
MIT License
0 stars 0 forks source link

"Unseen" command for ended series should show episodes left #27

Closed neonrust closed 1 year ago

neonrust commented 1 year ago

Preferrably without adding a third line in the output, e.g.:

   19 The Walking Dead  (2010-2022)  ended                             tt1520211  
       Next:  s11e17 Lockdown                                      45min 2022-10-02

Should show e.g.:

   19 The Walking Dead  (2010-2022)  ended   9 left                    tt1520211  
       Next:  s11e17 Lockdown                                      45min 2022-10-02

Maybe it could show episodes left in the current season but also the total.

neonrust commented 1 year ago

This is implemented, although the alignment of the text is wonky (this is a more general overhaul of format_episode_title()).

neonrust commented 1 year ago

Can close this. The above-mentioned alignment isn't really related to this specific feature.