From b405af6068082283b14f135d833eb8b59580e154 Mon Sep 17 00:00:00 2001 From: Samiksha Mishra <38784342+mishrasamiksha@users.noreply.github.com> Date: Fri, 20 Oct 2023 20:33:32 +0530 Subject: [PATCH 1/4] README.md - fix Corrected typo error for "flexibility" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 855a25a1..d73bfe58 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The host has complete control over a room. Commands they send to their client wi - 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 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. From e51c2966b2571d4d301f5c4fb0856e184974be8d Mon Sep 17 00:00:00 2001 From: Sakshi Umredkar <128240967+saakshii12@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:46:45 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 855a25a1..35ecfdf7 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Head to the [website](https://synclounge.tv) ## 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. +Theoretically, all Plex Clients that implement the Plex Client Protocol will work. As some clients have this implemented slightly differently, compatibility 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). From aaec99429ad0668a49cb8e6a3b9522d62ce4678d Mon Sep 17 00:00:00 2001 From: Ayush varshney Date: Wed, 25 Oct 2023 17:02:09 +0530 Subject: [PATCH 3/4] Typo error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 855a25a1..d73bfe58 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The host has complete control over a room. Commands they send to their client wi - 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 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. From 748de2e242490b763ce40d70988eba51909b38d0 Mon Sep 17 00:00:00 2001 From: Ayush varshney Date: Wed, 25 Oct 2023 17:18:26 +0530 Subject: [PATCH 4/4] Typo error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d73bfe58..dc63cd8e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ SyncLounge (Previously PlexTogether) is a tool to sync [Plex](https://plex.tv) c 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. +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