1
1
# Integrations
2
2
3
- Integrations can be used to continuously update your media progress. They can be of two
4
- types:
3
+ Integrations can be used to continuously update your media progress or inform external
4
+ services about changes. They can be of following types:
5
5
6
6
- _ Yank_ : Progress data is downloaded from an externally running server at a periodic
7
7
interval.
8
- - _ Push_ : Ryot sends data to an external service.
8
+ - _ Push_ : Ryot sends data to an external service at a periodic interval .
9
9
- _ Sink_ : An external client publishes progress updates to the Ryot server.
10
10
11
11
## Yank integrations
@@ -25,7 +25,7 @@ You can configure the interval at which the data is fetched from the external us
25
25
[import](./importing.md#audiobookshelf) if you want to import media that are finished.
26
26
27
27
The [ Audiobookshelf] ( https://www.audiobookshelf.org ) integration can sync all media if they
28
- have an Audible ID or ITunes ID or ISBN.
28
+ have a valid provider ID (Audible, ITunes or ISBN) .
29
29
30
30
1 . Obtain an API token as described in the Audiobookshelf
31
31
[ authentication] ( https://api.audiobookshelf.org/#authentication ) docs.
@@ -34,7 +34,7 @@ have an Audible ID or ITunes ID or ISBN.
34
34
35
35
## Push integrations
36
36
37
- Follow the same instructions as the [ yank] ( #yank-integrations ) integrations to add.
37
+ Follow the same instructions as the [ yank] ( #yank-integrations ) integrations to add one .
38
38
39
39
### Radarr
40
40
@@ -52,7 +52,8 @@ Automatically add shows in the selected collections to Sonarr.
52
52
53
53
## Sink integrations
54
54
55
- All webhook URLs follow this format:
55
+ These work via webhooks wherein an external service can inform Ryot about a change. All
56
+ webhook URLs follow this format:
56
57
57
58
``` txt
58
59
https://<instance_url>/backend/_i/<slug>
@@ -136,19 +137,3 @@ TMDb ID attached to their metadata.
136
137
the zipped addon to your Kodi instance. Once installed, it will be visible under
137
138
the "Services" sub category named "Ryot".
138
139
4 . Click on "Configure" to fill in the correct details.
139
-
140
- ### Flow Launcher
141
-
142
- !!! warning
143
-
144
- This is a community maintained integration.
145
-
146
- The plugin for [ Flow Launcher] ( https://www.flowlauncher.com/ ) allows you to quickly
147
- search your Ryot tracker by media category:
148
-
149
- ![ image] ( https://imgur.com/gVt9VBd.gif )
150
-
151
- To install, search for "Ryot" in the Flow Launcher plugin store. Or use ` pm install ryot ` .
152
-
153
- Refer to the [ documentation] ( https://github.com/bretthysuik/Flow.Launcher.Plugin.Ryot#configuration )
154
- for post-install configuration.
0 commit comments