[vlc-commits] Some updates to play video macOS. (#92)

mrJean1 git at videolan.org
Fri Jul 26 01:37:29 CEST 2019


vlc/python | branch: master | mrJean1 <22154337+mrJean1 at users.noreply.github.com> | Thu Jul 25 19:35:30 2019 -0400| [efe232032c314412cff94fb71f836fc8fa6d7feb] | committer: Olivier Aubert

Some updates to play video macOS. (#92)

Videos will play on macOS, but the video overwrites the buttons and slider at the bottom of the main window.

Added additional File menu items as workaround, but there must be a better way to fix this.

Parse command line arguments for usage
`python tkvlc.py  [-v | -version]  [<video_file_name>]`
to allow specifying a video file name on the command line, click `Open` to play.  Option `-v` or `--version` shows all `tkvlc.py`, `libtkX.Y.{so,, dll, dylib}`, `vlc.py`, `libVLC`, Python and O/S versions.

> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=efe232032c314412cff94fb71f836fc8fa6d7feb
---

 examples/tkvlc.py | 213 ++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 166 insertions(+), 47 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commitdiff;h=efe232032c314412cff94fb71f836fc8fa6d7feb


More information about the vlc-commits mailing list