neonrust / epm

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

Add possibility to adandon a series #3

Closed neonrust closed 2 years ago

neonrust commented 2 years ago

Sometimes we'll start watching, but then drop it for whatever reason. Similar to archiving; don't delete it completely but instead flag it.

Or could we simply consider a series that is archived but not completely watched as "abandoned" ?

neonrust commented 2 years ago

However it's implemented underneath, there should probably be an explicit abandon command to make the UX clear.

edit: horrible grammar

neonrust commented 2 years ago

And the regular archive command should ask, when the series hasn't been completely watched (and ended), "Abandon this series?" Likewise, issuing abandon on an ended series that's completely watched. Note, if implemented as mentioned above, these two operations are identical.

neonrust commented 2 years ago

Adding an explicit abandon command would imply an "un-abandon" command would need to be added as well... What's the opposite of abandon? In this context, possibly resume.

neonrust commented 2 years ago

Implemented as implicit state; archiving a partially seen series it is presented as abandoned.

1909681e8a6a8866a66ecb5c26b541a288f1cba1