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

vlc is not enabled #797

Closed
onegladiator4u opened this issue Sep 22, 2021 · 6 comments
Closed

vlc is not enabled #797

onegladiator4u opened this issue Sep 22, 2021 · 6 comments
Assignees

Comments

@onegladiator4u
Copy link

Hi @otseng
on my brother's system vlc app is installed and also installed using pip3 install python-vlc too.
but it's showing its not installed when running using python main.py
his system is Windows 8. And i just want to point out that his uniquebible folder is changed its location from c:\ to f:\App.
is that the problem and how to fix it.
image

@otseng
Copy link
Collaborator

otseng commented Sep 22, 2021

Don't have a windows computer to debug this, so will have to try out some things.

Can you try starting with "python uba.py"?
Can you make sure VLC is able to play a file natively?

@onegladiator4u
Copy link
Author

Can you try starting with "python uba.py"?

yeah i did earlier . Problem is not about starting unique bible app. App works . But mp3 don't work .
Data-> Add->Github Bible Mp3 files and Library ->media player didn't open also.

Can you make sure VLC is able to play a file natively?

yes, we played an mp3 in vlc externally.

uba.py showed these. and opened the app
image

@otseng
Copy link
Collaborator

otseng commented Sep 23, 2021

Can you try manually installing python-vlc?

Activate venv, then run "pip3 install python-vlc"

@onegladiator4u
Copy link
Author

yesterday i run these after deleting venv folder

python -m venv venv

.\venv\Scripts\activate

pip3 install gdown PySide2 PyPDF2 python-docx diff_match_patch googletrans

pip3 install -r requirements.txt
pip3 install python-vlc
python .\main.py

but didn't work .
i run it without admin of powershell . that's ok right ?
do i have to do try again ?
is Activate venv this the code to run first before pip3 install python-vlc

@otseng
Copy link
Collaborator

otseng commented Sep 23, 2021

What you did looks correct.

Can you check for these issues?
https://stackoverflow.com/questions/42045887/python-vlc-install-problems

  • Add libvlc.dll to path
  • 32 vs 64 bit version of VLC

@onegladiator4u
Copy link
Author

* 32 vs 64 bit version of VLC

This solved it brother. thank you . i installed 32 bit version in 64bit system .

@otseng otseng self-assigned this Nov 26, 2021
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

2 participants