python-vlc
python-vlc copied to clipboard
Python vlc bindings
Convert `getch()` results from `bytes` to `str` to make the single character `while True: ...` loop work on Windows witn Python 3.
So there are actually two issues I identified: FIRST) Description: It's not possible to add media to a used media player instance Expected behavior: After media is finished, add another...
Good afternoon everyone, I am writing a script that, when launched, plays a video by its number. Then, after the end of playback, the script asks for the video number...
Good afternoon, tell me how to get rid of the logs when running the script? 
This is an attempt to correct (a) the `Position` enum values, see `Parser.FIXME_enums` and (b) generate signed and unsigned enums, see `PythonGenerator.generate_enums` from issue #243.
Hi, I'm working on a project making a semi-randomized video player on the Raspberry Pi 4 (64-bit OS with Desktop) using Python-VLC. I have a proof of concept working, but...
Added `INSTALLED_INCLUDE_DIR` for usage with `make` on macOS.
Workaround for `TypeError` due to the wrong `Position` enum type and values for `video_set_logo_int (VideoLogoOption.logo_position, Position.center)` and `video_set_marquee_int (VideoMarqueeOption.Position, Position.bottom)`.
Hi All, Trying to implement text overlays in using player.video_set_marquee_int, but found the [following fix me note](https://github.com/oaubert/python-vlc/blob/master/generated/3.0/vlc.py#L8574): ```python # FIXME: This crashes the module - it should be investigated #...
The video effects do not work with this configuration. This problem also applies to the VLC you can download via snapstore. On this VLC, I solved the problem by changing...