Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Program "vlc" not found even though I have it installed #79

Closed
UltLight opened this issue Oct 24, 2021 · 7 comments
Closed

Program "vlc" not found even though I have it installed #79

UltLight opened this issue Oct 24, 2021 · 7 comments

Comments

@UltLight
Copy link

I have VLC installed already, but it keeps saying "Program "vlc" not found. Please install it."

@Haikal-Ravendy
Copy link

Have you put your VLC to your windows environment path? If not, try to add it and close and open the gitbash

@UltLight
Copy link
Author

UltLight commented Oct 24, 2021

Have you put your VLC to your windows environment path? If not, try to add it and close and open the gitbash

@Haikal-Ravendy I don't quite understand what you mean by this, I have vlc installed in C:\Program Files\VideoLAN\VLC, and I thought that's all u needed to do

@Haikal-Ravendy
Copy link

3- Add vlc to Windows Env PATH like so: C:\Program Files\VideoLAN\VLC.

Taken from the installation of ani-cli for windows. If you don't know how to do it, you can try google "How to add environment path in windows [Your window's version]".

Hope that helps

@UltLight
Copy link
Author

I just tried that, and it still isn't working, I've tried changing the variable name and value, but still isn't working

@umomgeay
Copy link

how about changing line 5
player_fn="vlc"
to
player_fn="/c/program files/videolan/vlc/vlc.exe"
this change worked for me.

@umomgeay
Copy link

how about changing line 5 player_fn="vlc" to player_fn="/c/program files/videolan/vlc/vlc.exe" this change worked for me.

use vim or notepad to open and edit ani-cli-win

@UltLight
Copy link
Author

now I can select what anime to watch and stuff, but after it says "getting data for episode" it just shows that it's currently playing, but vlc doesn't play anything. thank you for the help though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants