pystardust / ani-cli

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

Program "vlc" not found. Please install it. #64

Closed Cepe-S closed 2 years ago

Cepe-S commented 2 years ago

How can I fix this issue? I have VLC installed in this path C:\Program Files\VLC\vlc.exe.

Win10@DESKTOP------- MINGW64 ~/ani-cli (windows-vlc) $ ./ani-cli-win Program "vlc" not found. Please install it.

kubeden commented 2 years ago

Hey there. Did you add VLC to PATH?

deveshk103 commented 2 years ago

How can I fix this issue? I have VLC installed in this path C:\Program Files\VLC\vlc.exe.

Win10@DESKTOP------- MINGW64 ~/ani-cli (windows-vlc) $ ./ani-cli-win Program "vlc" not found. Please install it.

FIrst install scoop using powershell with these commands

Set-ExecutionPolicy RemoteSigned -scope CurrentUser

Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')

Once it gets installed, type (in CMD or Powershell)

scoop bucket add extras scoop install vlc

Done.

ghost commented 2 years ago

@Cepe-S did you resolve the issue?

Cepe-S commented 2 years ago

Yes. Thanks for the support.