-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
25 lines (25 loc) · 749 Bytes
/
Copy pathplugin.yaml
File metadata and controls
25 lines (25 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: plex-tautulli
version: "1.2.0"
description: Read-only Plex library and Tautulli playback-history tools
tags: [plex, tautulli, media, read-only]
provides_tools:
- plex_list_libraries
- plex_search_library
- plex_recently_added
- tautulli_history
- tautulli_activity
- tautulli_home_stats
- tautulli_list_users
requires_env:
- name: PLEX_URL
description: Base URL for Plex Media Server, such as http://192.168.1.10:32400
secret: false
- name: PLEX_TOKEN
description: Plex X-Plex-Token authentication token
secret: true
- name: TAUTULLI_URL
description: Base URL for Tautulli, such as http://192.168.1.10:8181
secret: false
- name: TAUTULLI_API_KEY
description: Tautulli API key
secret: true