sweetbbak / toru

Bittorrent streaming CLI tool. Stream anime torrents, real-time with no waiting for downloads.
MIT License
281 stars 8 forks source link

[toru] feat: add episode support #9

Closed 0azis closed 7 months ago

0azis commented 7 months ago

7 based on issue, added support for series selection

0azis commented 7 months ago

By the way, I have deleted some unnecessary prints, therefore, toru began to look more tidy

sweetbbak commented 7 months ago

Thanks! I'm going to create a dev branch and pull this into it so I can test it and make sure everything is all good. Looks good as far as I can see. My one nitpick is that the large majority of people are going to be streaming torrents that contain a single video file so I would like to add a check on the number of video files, if there is only one, then it will just start playing it without any user input. I'll check this out today though and try to get it merged soon.

0azis commented 7 months ago

You can test it now :)

sweetbbak commented 7 months ago

Thanks! looks good.