Hellowlol / bw_plex

binge watching for plex
MIT License
368 stars 23 forks source link

Enable whole show / season processing for bw_plex process #131

Closed KevinDenis closed 4 years ago

KevinDenis commented 4 years ago

Currently, using bw_plex process --name foo requires the user to select an episode at the Select episodes: prompt. I did not find a way to enable the possibility to process all listed episodes. A nice feature would be the ability to process a whole season.

Hellowlol commented 4 years ago

The prompt support python slicing. The format is start:end:step

So say you want all episodes you just do :: instead of a number. I also added a way to just list the number you want.

1, 5, 9