Skip to content

Commit 131dc3b

Browse files
authored
docs: update usage
1 parent 8197800 commit 131dc3b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,23 @@ These environment variables should be set:
4949
```
5050

5151
2. Usage
52+
53+
**Jellyfin**:
5254
```sh
5355
mov-cli -s jelly {query}
5456
```
57+
58+
**Plex**:
59+
```sh
60+
mov-cli -s jelly.plex {query}
61+
```
62+
63+
> [!NOTE]
64+
> You can also override the jelly namespace to only use `jelly` instead of `jelly.plex`:
65+
> ```toml
66+
> [mov-cli.scrapers]
67+
> jelly = "jellyplex.plex"
68+
>
69+
> [mov-cli.plugins]
70+
> jellyplex = "mov-cli-jellyplex"
71+
>```

0 commit comments

Comments
 (0)