Merge pull request #112 from neofright/dev

Typos / formatting
This commit is contained in:
Luigi311
2023-11-03 19:57:12 -06:00
committed by GitHub
2 changed files with 16 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ MAX_THREADS = 32
## Comma separated for multiple options ## Comma separated for multiple options
#USER_MAPPING = { "testuser2": "testuser3", "testuser1":"testuser4" } #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 ## Comma separated for multiple options
#LIBRARY_MAPPING = { "Shows": "TV Shows", "Movie": "Movies" } #LIBRARY_MAPPING = { "Shows": "TV Shows", "Movie": "Movies" }

View File

@@ -12,33 +12,33 @@ Keep in sync all your users watched history between jellyfin and plex servers lo
### Plex ### Plex
* \[x] Match via Filenames * \[x] Match via filenames
* \[x] Match via provider ids * \[x] Match via provider ids
* \[x] Map usersnames * \[x] Map usernames
* \[x] Use single login * \[x] Use single login
* \[x] One Way/Multi Way sync * \[x] One way/multi way sync
* \[x] Sync Watched * \[x] Sync watched
* \[x] Sync Inprogress * \[x] Sync in progress
### Jellyfin ### Jellyfin
* \[x] Match via Filenames * \[x] Match via filenames
* \[x] Match via provider ids * \[x] Match via provider ids
* \[x] Map usersnames * \[x] Map usernames
* \[x] Use single login * \[x] Use single login
* \[x] One Way/Multi Way sync * \[x] One way/multi way sync
* \[x] Sync Watched * \[x] Sync watched
* \[ ] Sync Inprogress * \[ ] Sync in progress
### Emby ### Emby
* \[ ] Match via Filenames * \[ ] Match via filenames
* \[ ] Match via provider ids * \[ ] Match via provider ids
* \[ ] Map usersnames * \[ ] Map usernames
* \[ ] Use single login * \[ ] Use single login
* \[ ] One Way/Multi Way sync * \[ ] One way/multi way sync
* \[ ] Sync Watched * \[ ] Sync watched
* \[ ] Sync Inprogress * \[ ] Sync in progress
## Configuration ## Configuration