pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.92k stars 544 forks source link

VLC Support (-v) not working #204

Closed RRFroste closed 2 years ago

RRFroste commented 2 years ago

Attempting to use the -v flag to watch using VLC returns /usr/local/bin/ani-cli: illegal option -- v. When I type ani-cli -v $AMINE, it still outputs the error and launches the specified episode in MPV. I am using a fresh install as of 2021-12-19 installed as per the download and install instructions.

port19x commented 2 years ago

Launching ani-cli -v, searching for and then playing flcl progressive, I can't reproduce this issue as of today. Launching ani-cli -v flcl progressive doesn't reproduce it either. It may have been resolved as a sideeffect of another issue being solved.

port19x commented 2 years ago

Since it output "illegal option", it is safe to assume option parsing was temporarily broken when you had this issue