You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-14
Original file line number
Diff line number
Diff line change
@@ -9,22 +9,22 @@ out of the box, this tool support `Jellyfin`, `Plex` and `Emby` media servers.
9
9
10
10
## Updates
11
11
12
-
### 2024-10-07
12
+
### 2024-12-30
13
13
14
-
We have added a WebUI page for Custom GUIDs and stabilized on `v1.0` for the `guid.yaml` file spec. We strongly recommend
15
-
to use the `WebUI` to manage the GUIDs, as it's much easier to use than editing the `guid.yaml` file directly. and both the
16
-
`WebUI` and `API` have safeguards to prevent you from breaking the parser. For more information please check out the associated
17
-
FAQ entry about it at [this link](FAQ.md#advanced-how-to-extend-the-guid-parser-to-support-more-guids-or-custom-ones).
14
+
We have removed the old environment variables `WS_CRON_PROGRESS` and `WS_CRON_PUSH` in favor of the new ones
15
+
`WS_SYNC_PROGRESS` and `WS_PUSH_ENABLED`. please update your environment variables accordingly. We have also added
16
+
new FAQ entry about watch progress syncing via [this link](FAQ.md#sync-watch-progress).
18
17
19
-
### 2024-09-14
18
+
### 2024-10-07
20
19
21
-
We have recently added support for extending WatchState with more GUIDs, as of now, the support for it is done via
22
-
editing a`/config/guid.yaml` file in the config directory. We plan to hopefully add management via WebUI in near the future. For more information please check out the associated
20
+
We have added a WebUI page for Custom GUIDs and stabilized on `v1.0` for the `guid.yaml` file spec. We strongly
21
+
recommend
22
+
to use the `WebUI` to manage the GUIDs, as it's much easier to use than editing the `guid.yaml` file directly. and both
23
+
the
24
+
`WebUI` and `API` have safeguards to prevent you from breaking the parser. For more information please check out the
25
+
associated
23
26
FAQ entry about it at [this link](FAQ.md#advanced-how-to-extend-the-guid-parser-to-support-more-guids-or-custom-ones).
24
27
25
-
The mapping should work for all officially supported clients. If you have a client that is not supported, you have to manually add support for that client,
26
-
or request the maintainer to add support for it.
27
-
28
28
---
29
29
Refer to [NEWS](NEWS.md) for old updates.
30
30
@@ -38,7 +38,8 @@ Refer to [NEWS](NEWS.md) for old updates.
38
38
* Search your backend for `title` or `item id`.
39
39
* Display and filter your play state. Can be exported as `yaml` or `json`.
40
40
* Check if your media servers reporting same data via the parity command.
41
-
* Track your watch progress via webhooks.
41
+
* Sync your watch progress via webhooks or scheduled tasks.
42
+
* Check if your media backends have stale references to old files.
42
43
43
44
----
44
45
@@ -115,7 +116,7 @@ You can check the message in the notification itself to know what went wrong. Or
115
116
error has been logged to a file named `app.YYYYMMDD.log`.
116
117
117
118
If everything went ok, you should see the backend shows up in the same page. You can then go to the Tasks page and click
118
-
on `Qeueu Task`, for first time import we recommand letting
119
+
on `Queue Task`, for first time import we recommend letting
119
120
the task run in the background, as it might take a while to import all the data.
120
121
121
122
Once you have done all for your backends, You should go back again to `Tasks` page and enable the `Import` and `Export`
@@ -134,7 +135,7 @@ After starting the container you should start adding your backends and to do so
134
135
> [!NOTE]
135
136
> to get your plex token, please
136
137
> visit [this plex page](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/) to
137
-
> know how to extract your plex token. For jellyfin & emby. Go to Dashboard > Advanced > API keys > then create new api
138
+
> know how to extract your plex token. For jellyfin & emby. Go to Dashboard > Advanced > API keys > then create new API
0 commit comments