sdaqo / anipy-cli

Little tool in python to watch and download anime from the terminal (the better way to watch anime). Also applicable as an API
https://sdaqo.github.io/anipy-cli
GNU General Public License v3.0
270 stars 40 forks source link

[Feature Request] Add "Change quality" feature in main menu #176

Closed GreatTeacherOni closed 5 months ago

GreatTeacherOni commented 5 months ago

Describe the the new feature While playing a stream and inside the main menu give the ability to change to another quality

Example of ani-cli: First screenshot shows the main menu which shows the change_quality button image

Second screenshot shows the quality menu image

Small improvement to how ani-cli does it:

What problem are you trying to solve? If you want to see the stream in another quality you have to use arguments while starting anipy-cli

Do you have any ideas for implementation? Maybe similar to how ani-cli does it but with the mentioned QoL improvements

sdaqo commented 5 months ago

At the end of the URL it should show which provider it is, preferably in parentheses (can also be abbreviated)

Providers generally work independent from one another in anipy-cli, meaning if you choose an anime from the gogo provider it will always be a anime form the gogo provider. What I want to say is that, there is no need to show the provider because there is only one.

GreatTeacherOni commented 5 months ago

Works like a charm. 🚀 Thank you!