Enjoy Plex with your friends. In Sync. Together.
Go to file
Travis Shivers 97b3bb6e90
fix(logo): put logo in public to allow static link in servers
2020-08-27 20:22:55 -05:00
.github build(deps): bump ahmadnassri/action-dependabot-auto-merge 2020-08-27 19:37:19 -05:00
config feat(server): add syncloungesocket server runner 2020-08-23 21:07:31 -05:00
public fix(logo): put logo in public to allow static link in servers 2020-08-27 20:22:55 -05:00
src feat(background): use random background on create room and join pages 2020-08-26 21:48:30 -05:00
.browserslistrc Lighten deps 2020-07-31 15:45:20 -05:00
.commitlintrc.js build(commitlint): add commitlint 2020-08-23 21:07:31 -05:00
.dockerignore build(commitlint): add commitlint 2020-08-23 21:07:31 -05:00
.editorconfig Initial vuecli conversion. Still much broken. 2020-05-25 17:12:22 -05:00
.eslintrc.js refactor(package): move dev dependendencies to proper place 2020-08-23 21:07:31 -05:00
.gitignore Dynamic runtime config 2020-07-21 16:28:48 -05:00
.huskyrc build(commitlint): add commitlint 2020-08-23 21:07:31 -05:00
.releaserc build(release): add releaserc and syncloungeweb 2020-08-25 21:10:13 -05:00
.stylelintignore Add stylelint 2020-08-06 15:27:40 -05:00
.stylelintrc.js Add stylelint 2020-08-06 15:27:40 -05:00
.travis.yml Add stylelint 2020-08-06 15:27:40 -05:00
Dockerfile build(docker): build production deps in target platform 2020-08-23 21:07:31 -05:00
Dockerfile.web build(docker): use bundled socket server 2020-08-23 21:07:31 -05:00
LICENSE Version 2.0.0 2018-07-20 14:31:44 +10:00
README.md docs: update urls to point to repository 2020-08-26 20:22:33 -05:00
babel.config.js Fix webpack issues until we get webpack 5 2020-08-01 15:16:33 -05:00
package-lock.json build(deps-dev): bump date-fns from 2.15.0 to 2.16.0 2020-08-27 20:01:59 -05:00
package.json build(deps-dev): bump date-fns from 2.15.0 to 2.16.0 2020-08-27 20:01:59 -05:00
server.js build(docker): use bundled socket server 2020-08-23 21:07:31 -05:00
vue.config.js feat(background): use random background on create room and join pages 2020-08-26 21:48:30 -05:00

README.md

SyncLounge

Release 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.

Using Material Design libraries provided under CC-BY 4.0