MCPcopy Index your code
hub / github.com/Syncplay/syncplay

github.com/Syncplay/syncplay @v1.7.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.7.5 ↗ · + Follow
1,131 symbols 3,546 edges 50 files 11 documented · 1%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Syncplay

GitHub Actions build status

Solution to synchronize video playback across multiple instances of mpv, VLC, MPC-HC, MPC-BE and mplayer2 over the Internet.

Official website

https://syncplay.pl

Download

https://syncplay.pl/download/

What does it do

Syncplay synchronises the position and play state of multiple media players so that the viewers can watch the same thing at the same time. This means that when one person pauses/unpauses playback or seeks (jumps position) within their media player then this will be replicated across all media players connected to the same server and in the same 'room' (viewing session). When a new person joins they will also be synchronised. Syncplay also includes text-based chat so you can discuss a video as you watch it (or you could use third-party Voice over IP software to talk over a video).

What it doesn't do

Syncplay is not a file sharing service.

License

This project, the Syncplay released binaries, and all the files included in this repository unless stated otherwise in the header of the file, are licensed under the Apache License, version 2.0. A copy of this license is included in the LICENSE file of this repository. Licenses and attribution notices for third-party media are set out in third-party-notices.txt.

Authors

  • Initial concept and core internals developer - Uriziel.
  • GUI design and current lead developer - Et0h.
  • Original SyncPlay code - Tomasz Kowalczyk (Fluxid), who developed SyncPlay at https://github.com/fluxid/syncplay
  • Other contributors - See http://syncplay.pl/about/development/

Core symbols most depended-on inside this repo

getMessage
called by 435
syncplay/messages.py
connect
called by 82
syncplay/server.py
showDebugMessage
called by 68
syncplay/ui/gui.py
getName
called by 51
syncplay/server.py
isMacOS
called by 46
syncplay/utils.py
showMessage
called by 39
syncplay/client.py
getRoom
called by 30
syncplay/server.py
getGlobalPosition
called by 27
syncplay/client.py

Shape

Method 982
Class 77
Function 72

Languages

Python100%

Modules by API surface

syncplay/client.py255 symbols
syncplay/ui/gui.py147 symbols
syncplay/server.py146 symbols
syncplay/protocols.py86 symbols
syncplay/ui/GuiConfiguration.py66 symbols
syncplay/players/mpc.py64 symbols
syncplay/players/mpv.py62 symbols
syncplay/utils.py59 symbols
syncplay/players/mplayer.py50 symbols
syncplay/players/vlc.py43 symbols
syncplay/ui/ConfigurationGetter.py25 symbols
syncplay/ui/consoleUI.py24 symbols

For agents

$ claude mcp add syncplay \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page