-
Notifications
You must be signed in to change notification settings - Fork 114
Description
Hi,
Thank you very much for the library and absolutely glorious piece of art that is VLC!
I spent the last days scripting around with a video project on a Raspberry Pi 5 running the standard Raspberry OS and an anaconda environment.
While playing sound was straightforward, I was very much struggling with getting a video player. In most tutorials found online, the player window spawns automatically when starting playback, which was however not the case for me, all without any apparent error message in the logs...
After exploring the examples, I decided to adapt your PyQt example and updating it to PyQt6 in the process. After installing PyQt6 in the environment however, the player suddenly started spawning automatically when starting playback, which brings me to the suggestion in the title.
Would it be possible to add PyQt6 either as a dependency of the package itself, or add a comment in the "Installing the module" section of the Readme file?
I fell on this solution by accident after quite some time searching online and do believe that such a comment would have significant time saving potential for new users.
Cheers and thanks a lot for the consideration!