From 23f2d287d6d1fb20bee079169f4ab67552eefbed Mon Sep 17 00:00:00 2001 From: neofright <68615872+neofright@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:14:46 +0000 Subject: [PATCH 1/3] Typo in .env.sample --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 2953a0e..b5bc55e 100644 --- a/.env.sample +++ b/.env.sample @@ -28,7 +28,7 @@ MAX_THREADS = 32 ## Comma separated for multiple options #USER_MAPPING = { "testuser2": "testuser3", "testuser1":"testuser4" } -## Map libraries between servers in the even that they are different, order does not matter +## Map libraries between servers in the event that they are different, order does not matter ## Comma separated for multiple options #LIBRARY_MAPPING = { "Shows": "TV Shows", "Movie": "Movies" } From b378dff0dc180f7f9b031eac2aefae772e511b49 Mon Sep 17 00:00:00 2001 From: neofright <68615872+neofright@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:21:07 +0000 Subject: [PATCH 2/3] Improve README.md - Inprogress is not a word in English, but two separate words. - Many words are unnecessarily captialised as they are not names or at the beginning of the sentences. - Prefer 'usernames' to 'usersnames' --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 899425d..5fbb898 100644 --- a/README.md +++ b/README.md @@ -12,33 +12,33 @@ Keep in sync all your users watched history between jellyfin and plex servers lo ### Plex -* \[x] Match via Filenames +* \[x] Match via filenames * \[x] Match via provider ids -* \[x] Map usersnames +* \[x] Map usernames * \[x] Use single login -* \[x] One Way/Multi Way sync -* \[x] Sync Watched -* \[x] Sync Inprogress +* \[x] One way/multi way sync +* \[x] Sync watched +* \[x] Sync in progress ### Jellyfin -* \[x] Match via Filenames +* \[x] Match via filenames * \[x] Match via provider ids -* \[x] Map usersnames +* \[x] Map usernames * \[x] Use single login -* \[x] One Way/Multi Way sync -* \[x] Sync Watched -* \[ ] Sync Inprogress +* \[x] One way/multi way sync +* \[x] Sync watched +* \[ ] Sync in progress ### Emby -* \[ ] Match via Filenames +* \[ ] Match via filenames * \[ ] Match via provider ids -* \[ ] Map usersnames +* \[ ] Map usernames * \[ ] Use single login -* \[ ] One Way/Multi Way sync -* \[ ] Sync Watched -* \[ ] Sync Inprogress +* \[ ] One way/multi Way sync +* \[ ] Sync watched +* \[ ] Sync in progress ## Configuration From 375c6b23a5bbc7bf21fafce9921d3c0fcdb1b939 Mon Sep 17 00:00:00 2001 From: neofright <68615872+neofright@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:21:41 +0000 Subject: [PATCH 3/3] Update README.md Remove another unnecessary captialisation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fbb898..e0f3f9a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Keep in sync all your users watched history between jellyfin and plex servers lo * \[ ] Match via provider ids * \[ ] Map usernames * \[ ] Use single login -* \[ ] One way/multi Way sync +* \[ ] One way/multi way sync * \[ ] Sync watched * \[ ] Sync in progress