Skip to content

synchronize the playback of Kodi media players

License

Notifications You must be signed in to change notification settings

voidiz/kodisync

Repository files navigation

kodisync

kodisync

A program used to synchronize the playback of Kodi media players through the built-in webserver.

Features

  • Synchronizing desynchronized players (i.e. players that are ahead or behind other players)
  • Pausing/playing all connected players when pausing/playing one of them
  • Seek all players when one player seeks

Usage

  1. go get github.com/voidiz/kodisync or download the latest release.
  2. Enable the webserver in Kodi (remember to set a username and password!) on every client you wish to sync. Remember to enable the settings "Allow remote control from applications on this/other system(s)" depending on where the clients are running (however, do so with great caution).
  3. Create a text file identifiers.txt in the working directory containing lines with the following format for each client: hostname:port,username,password. For example: 192.168.0.5:9090,kodi,mypassword. (Note that the port isn't the port of the webserver, but the one specified in the advanced settings file which by default is set to 9090. In other words, if you're unsure, try 9090.)
  4. Start the video you wish to play on all clients.
  5. Launch the program.

Demo

kodisync demo

About

synchronize the playback of Kodi media players

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages