diff options
author | jaseg <code@jaseg.net> | 2017-12-25 13:32:46 +0100 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2017-12-25 13:32:46 +0100 |
commit | 243414d5e09c20ca909b564a0a1e5d05a11db8ab (patch) | |
tree | fcfe2628ea2121054f966ae2abd4c0894e20d67f | |
parent | 62add955f99e96a89bc27002675eb99f5182185d (diff) | |
download | python-mpv-243414d5e09c20ca909b564a0a1e5d05a11db8ab.tar.gz python-mpv-243414d5e09c20ca909b564a0a1e5d05a11db8ab.tar.bz2 python-mpv-243414d5e09c20ca909b564a0a1e5d05a11db8ab.zip |
README: Add "supported platforms" section
-rw-r--r-- | README.rst | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -36,6 +36,19 @@ but functional `py2compat branch`_ providing Python 2 compatibility. .. _`issue`: https://github.com/jaseg/python-mpv/issues .. _`pull request`: https://github.com/jaseg/python-mpv/pulls +Supported Platforms +................... + +**Linux**, **Windows** and **OSX** all seem to work mostly fine. For some notes on the installation on Windows see +`this comment`__. Shared library handling is quite bad on windows, so expect some pain there. On OSX there seems to be +some bug int the event logic. See `issue 36`_ and `issue 61`_ for details. Creating a pyQT window and having mpv draw +into it seems to be a workaround (about 10loc), but in case you want this fixed please weigh in on the issue tracker +since right now there is not many OSX users. + +.. __: https://github.com/jaseg/python-mpv/issues/60#issuecomment-352719773 +.. _`issue 61`: https://github.com/jaseg/python-mpv/issues/61 +.. _`issue 36`: https://github.com/jaseg/python-mpv/issues/36 + Usage ----- |