Enjoy Plex with your friends. In Sync. Together.
Go to file
Travis Shivers 1e123c2473 Removed more of my debug prints 2020-05-26 01:20:55 -05:00
.github Merge pull request #184 from MagicalCodeMonkey/stale-and-close-automation 2020-05-09 22:42:34 +10:00
build Tied app version to package version and fixed base url 2020-05-24 20:52:31 -05:00
config Tied app version to package version and fixed base url 2020-05-24 20:52:31 -05:00
src Removed more of my debug prints 2020-05-26 01:20:55 -05:00
static Updated assets 2020-04-05 16:05:37 +12:00
.babelrc Revert "Migrate to Vuecli" 2018-08-19 13:31:52 +10:00
.eslintrc.js ESLInt and remove console.logs 2018-12-24 16:23:52 +11:00
.gitignore The right name would help... 2020-04-25 16:46:34 -04:00
.jsconfig Revert "Migrate to Vuecli" 2018-08-19 13:31:52 +10:00
.postcssrc.js Revert "Migrate to Vuecli" 2018-08-19 13:31:52 +10:00
LICENSE Version 2.0.0 2018-07-20 14:31:44 +10:00
README.md Update README to move information to new docs 2020-03-31 20:51:39 -04:00
SettingsHelper.js Tied app version to package version and fixed base url 2020-05-24 20:52:31 -05:00
example_settings.json More work on fixing up config 2020-05-22 20:03:25 -05:00
index.html Updated assets 2020-04-05 16:05:37 +12:00
package-lock.json Initial settings cleanup 2020-05-20 20:26:42 -05:00
package.json Initial settings cleanup 2020-05-20 20:26:42 -05:00
server.js More permissive CORS policies 2020-05-20 00:07:27 -05:00
settings.json More settings cleanup (volume stuff) 2020-05-24 16:08:30 -05:00
waterline_settings.json Version 2.0.0 2018-07-20 14:31:44 +10:00
webapp.js Cleaned settings / config and started making setting access more consistent 2020-05-22 02:50:33 -05:00

README.md

Build Status Version Size Pulls License

SyncLounge (Previously PlexTogether) is a tool to sync Plex content across multiple players in multiple locations.

While we run a live version available at synclounge.tv, the project can be built and deployed completely seperate from synclounge.tv. We also provide a handful of public SyncLounge Server instances that everyone is free to use.

Live Version

How it works

SyncLounge aims to keep multiple viewing sessions in sync regardless of whether the clients are in the same room or across the globe. To do this SyncLounge utilizes a middle-man server to communicate between each of the SyncLounge clients. Users choose their Plex client, decide on a SyncLounge Server and Room name and join up. Your friends/family can do the same. Whoever joins the room first will become the host.

The host has complete control over a room. Commands they send to their client will be sent through to other people in the room (Play, Pause, Seek etc). If the host starts playing something different, SyncLounge will search all of your available Plex Media Servers for an equiavalent copy, even if it is not from the same Plex Media Server as the Host.

Features

  • Syncing between Plex Clients over the Internet
  • SyncLounge Player
    • Plays content directly within SyncLounge.
    • Built specifically for syncing.
  • Settings to tune SyncLounge to your environment
    • Client Polling Interval - Sets how frequently SyncLounge will poll the client for new information.
    • Sync Flexability - Sets the acceptable distance away from the host in milliseconds.
    • Sync method:
      • Clean seek - Seeks straight to where the host is.
      • Skip ahead - Seeks 10 seconds ahead, pauses and then resumes 10 seconds later.
    • Plex Media Server blocking - allows you to restrict the servers SyncLounge searches for content.
  • Autoplay content
    • SyncLounge will automatically search all of your available Plex Media Servers for content that is similar to the Host.
  • Plex Media Server Browsing - find, search and fling content to Plex Clients from within SyncLounge.
  • Metadata fetching from Plex Media Server
  • Chat to others in your room
  • Password locked rooms
  • Invite others via generated short link
  • Movies and TV Shows (Music not supported)

Screenshots

Head to the website

Supported Plex Clients

Theoretically, all Plex Clients that implement the Plex Client Protocol will work. As some clients have this implemented slightly differently, compability with SyncLounge may vary. If you have access to one of the untested clients please let us know so we can update our list below.

Some low powered clients may be hard to achieve a perfect sync with (for example: Raspberry Pi clients).

Unsupported

  • Plex Web Player (Chrome/Safari/Firefox)

Supported

  • Plex Media Player
  • Plex Home Theater
  • OpenPHT
  • Rasplex
  • Roku
  • Android
  • Nvidia Shield
  • iOS (iPhone & iPad)
  • AppleTV

Broken

  • Xbox One
  • Xbox 360
  • PS3
  • PS4

Documentation

The FAQ, Self-Hosting, Development, Contributing, and other documentation has been move to docs.synclounge.tv! Head there for more information!

Contributors

samcm - Developer

gcordalis - User Interface

Brandz - Design

TheGrimmChester - Developer/Tester

MagicalCodeMonkey - Developer/Tester

Starbix - Docker Support

kg6jay - Tester

Contact

Discord Server

Twitter: SyncLounge

License

SyncLounge is licensed under MIT License. See the LICENSE.txt file. SyncLounge is in no way affiliated with Plex Inc.