diff --git a/README.md b/README.md index 6ab472d..57ec07e 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Once installed, you have to configure the following parameters in the plugin con
Starting from v1.3.1 this plugin offers playback progress and watched status bidirectional synchronization, but you can choose to enable only a one way synchronization (Jellyfin->TubeArchivist or TubeArchivist->Jellyfin) too.
+ +### Jellyfin->TubeArchivist synchronization +This kind of synchronization is done listening for progress and watched status changes while playing the videos for the specified users.
Furthermore, there is a task that runs at Jellyfin startup to synchronize the whole library.
In the plugin configuration you will find these settings:
+ + +In the text field you can specify one Jellyfin username to synchronize data of to TubeArchivist.
+ +### TubeArchivist->Jellyfin synchronization +This kind of synchronization is done using a Jellyfin scheduled task that regularly synchronizes data from TubeArchivist API to Jellyfin.
+In the plugin configuration you will find these settings:
+ + +In the first text field you can specify one or more Jellyfin usernames to update data for.
+In the second field you can specify the interval in seconds the task should run at, so that you can choose according to your system requirements. The lower is the interval the higher will be the resources consuption on your system.