summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNaglis Jonaitis <naglis@mailbox.org>2022-05-16 00:43:08 +0300
committerjaseg <136313+jaseg@users.noreply.github.com>2022-06-17 00:10:34 +0200
commitcc9072d7d8bfa32718a536b62631d95f9ab89af3 (patch)
treed4701e563b90a3ce8d8b09fe8c1090eb077c14cd /README.rst
parent4a8554319f2457328330236dbce6c41a5f6c978f (diff)
downloadpython-mpv-cc9072d7d8bfa32718a536b62631d95f9ab89af3.tar.gz
python-mpv-cc9072d7d8bfa32718a536b62631d95f9ab89af3.tar.bz2
python-mpv-cc9072d7d8bfa32718a536b62631d95f9ab89af3.zip
Update branch name references
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 5009cf8..3af7d9d 100644
--- a/README.rst
+++ b/README.rst
@@ -34,7 +34,7 @@ into ctypes, which is different to the one Windows uses internally. Consult `thi
Python >= 3.7 (officially)
..........................
-The ``master`` branch officially only supports recent python releases (3.5 onwards), but there is the somewhat outdated
+The ``main`` branch officially only supports recent python releases (3.5 onwards), but there is the somewhat outdated
but functional `py2compat branch`_ providing Python 2 compatibility.
.. _`py2compat branch`: https://github.com/jaseg/python-mpv/tree/py2compat
@@ -64,7 +64,7 @@ Usage
player.play('https://youtu.be/DOmdB7D-pUU')
player.wait_for_playback()
-python-mpv mostly exposes mpv's built-in API to python, adding only some porcelain on top. Most "`input commands <https://mpv.io/manual/master/#list-of-input-commands>`_" are mapped to methods of the MPV class. Check out these methods and their docstrings in `the source <https://github.com/jaseg/python-mpv/blob/master/mpv.py>`__ for things you can do. Additional controls and status information are exposed through `MPV properties <https://mpv.io/manual/master/#properties>`_. These can be accessed like ``player.metadata``, ``player.fullscreen`` and ``player.loop_playlist``.
+python-mpv mostly exposes mpv's built-in API to python, adding only some porcelain on top. Most "`input commands <https://mpv.io/manual/master/#list-of-input-commands>`_" are mapped to methods of the MPV class. Check out these methods and their docstrings in `the source <https://github.com/jaseg/python-mpv/blob/main/mpv.py>`__ for things you can do. Additional controls and status information are exposed through `MPV properties <https://mpv.io/manual/master/#properties>`_. These can be accessed like ``player.metadata``, ``player.fullscreen`` and ``player.loop_playlist``.
Threading
~~~~~~~~~
@@ -395,7 +395,7 @@ python-mpv inherits the underlying libmpv's license, which can be either GPLv2 o
For details, see `the mpv copyright page`_.
.. _`PEP 8`: https://www.python.org/dev/peps/pep-0008/
-.. _`mpv.py`: https://raw.githubusercontent.com/jaseg/python-mpv/master/mpv.py
+.. _`mpv.py`: https://raw.githubusercontent.com/jaseg/python-mpv/main/mpv.py
.. _cosven: https://github.com/cosven
.. _Robozman: https://gitlab.com/robozman
.. _dfaker: https://github.com/dfaker