summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2017-12-25 13:32:46 +0100
committerjaseg <code@jaseg.net>2017-12-25 13:32:46 +0100
commit243414d5e09c20ca909b564a0a1e5d05a11db8ab (patch)
treefcfe2628ea2121054f966ae2abd4c0894e20d67f /README.rst
parent62add955f99e96a89bc27002675eb99f5182185d (diff)
downloadpython-mpv-243414d5e09c20ca909b564a0a1e5d05a11db8ab.tar.gz
python-mpv-243414d5e09c20ca909b564a0a1e5d05a11db8ab.tar.bz2
python-mpv-243414d5e09c20ca909b564a0a1e5d05a11db8ab.zip
README: Add "supported platforms" section
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 30a518f..3316896 100644
--- a/README.rst
+++ b/README.rst
@@ -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
-----