Skip to content
halomore edited this page Jan 25, 2020 · 1 revision

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

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 equivalent 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 Flexibility - 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 a generated short link Movies and TV Shows (Music not supported) FAQ I have to log in to Plex.tv on the site, how come?

SyncLounge uses your Plex account to fetch details about your Plex Clients and Media Servers to use within the app. Won't you have access to my username, password and Plex account?

All of your details are stored client-side (in your browser). Absolutely none of your confidential data is sent to our server. You can verify this by inspecting the Network tab within Chrome developer tools or if you would like you can deploy SyncLounge yourself - read the 'Building and deploying' section below. What is sent then?

When you've connected to a SyncLounge room, a few details are sent back and forth to the SyncLounge Server to enable syncing. The data sent contains the following: Plex Username Plex User Thumbnail URL Content playing title (Eg. Lord of the Rings: The Fellowship of the Ring) Current timestamp (Eg. 00:35:02) Maximum timestamp (Eg. 03:48:18) Host content ratingKey Host machineIdentifier Playerstate (Eg. paused, stopped, playing) Client response time (ping time between you and your Plex Client) SL Server address, SL Server Room and SL Server Room Password are sent to the WebApp when you join a room to create shortened invite links. What about the public server provided by SyncLounge? Is my data safe?

We log absolutely nothing to disk. Data is kept within the room instance until you leave or the server restarts. We have enabled SSL on our public servers but if privacy is a concern for you, we strongly suggest running your own server. For more details read the 'Building and Deploying' section below. Speaking of SSL, why isn't the site served over HTTPS?

By default, SyncLounge is server via HTTP. While we do offer HTTPS, doing so forces modern browsers into blocking all HTTP connections. This effectively stops all communication with Plex Clients which are all HTTP.

Original Project: https://github.com/samcm/synclounge

Useful Starter Links

  1. Introduction
  2. G-Suite Signup
  3. Recommended NewsHosts
  4. Change Log

Prior Planning 101

  1. Recommended Pre-Reading
  2. Server - Storage Planning
  3. Usenet or BitTorrent
  4. PTS Editions
  5. PTS Folder Structure
  6. PTS-Repos
  7. Common Issues

Deploy & Config

PTS-Team
  1. SSH Server Access
  2. Install PTS
  3. WatchTower
  4. Remote Path Mappings

Data Transport
  1. PTS Clone
    1. Google OAuth Keys
    2. PTS Move
    3. PTS Blitz
    4. 2nd HD Option

Key Components

  1. Traefik
  2. Port Guard
  3. PTS Shield
  4. PTS Press
  5. Google Cloud - GCE
    1. Automated setup
  6. Hetzner Cloud
  7. PTS Fork
  8. Extra PTS Commands

Blitz App Info

  1. Accessing PTS Apps
  2. App Port Scheme

Tools & Services

Core Apps [Expand]
  1. Emby
  2. Jackett
  3. Jellyfin
  4. LazyLibrarian
  5. Lidarr
  6. Netdata
  7. NZBGet
  8. Ombi
  9. Plex
  10. Portainer
  11. qBittorrent
  12. Radarr
  13. Radarr4k
  14. RadarrHDR
  15. RuTorrent
  16. SABnzbd
  17. Sonarr
  18. Sonarr4k
  19. SonarrHDR
  20. Tautulli
  21. JDownloader2
Community Apps [Expand]
  1. AirSonic
  2. Bazarr
  3. Bitwarden
  4. BookSonic
  5. cAdvisor
  6. Cloud Commander
  7. Deluge
  8. DelugeVPN
  9. Dozzle
  10. Duplicati
  11. Filebrowser
  12. FlexGet
  13. Gazee
  14. Headphones
  15. Heimdall
  16. HomeAssistant
  17. jd2-openvpn
  18. Kitana
  19. Logarr
  20. MakeMKV
  21. MariaDB
  22. McMyadmin
  23. MEDUSA
  24. Mellow
  25. Miniflux
  26. Monitorr
  27. Muximux
  28. Mylar
  29. NextCloud
  30. NowShowing
  31. NZBHydra2
  32. Organizr
  33. plpp
  34. pyLoad
  35. qBittorrent
  36. QBittorrent VPN
  37. radarrsyncarr
  38. Resilio
  39. rflood-openvpn
  40. rutorrent-openvpn
  41. Shoko Anime Server
  42. SpeedTest
  43. SyncLounge
  44. Teamspeak3
  45. The Lounge
  46. Transmission
  47. Trakt.or
  48. Ubooquity
  49. Varken
  50. vnc-xfce
  51. vnstat
  52. ZeroTier

Misc Info & Articles

  1. Change Server Time
  2. Fail2Ban
  3. Custom Containers
  4. Deploying Varken, Influx, Telegraf, Grafana
  5. cloneclean commands
  6. Understanding htop
Scripts
  1. Scripting Area
    1. Auto Upload for Sonarr and Lidarr
    2. Auto Delete Log
    3. Plex Plugin DB Backup
    4. Plex fast BACKUP
    5. Delete All Unmonitored from Radarr
Clone this wiki locally