-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
metadata.yml
93 lines (80 loc) · 2.21 KB
/
metadata.yml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
name: 🕹️ Steam
category: social
description: |
This plugin can display your player profile and played games from your Steam account.
disclaimer: |
This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with [Steam](https://store.steampowered.com).
All product and company names are trademarks™ or registered® trademarks of their respective holders.
examples:
+Recently played games: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.steam.svg
Profile and detailed game history: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.steam.full.svg
supports:
- user
- organization
scopes: []
inputs:
plugin_steam:
description: |
Enable steam plugin
type: boolean
default: no
plugin_steam_token:
description: |
Steam token
type: token
default: ""
extras:
- metrics.api.steam
plugin_steam_sections:
description: |
Displayed sections
- `player`: display profile
- `most-played`: display most played games
- `recently-played`: display recently played games
type: array
format: comma-separated
default: player, most-played, recently-played
options:
- player
- most-played
- recently-played
plugin_steam_user:
description: |
Steam user id
This can be found on your Steam user account details
type: string
preset: no
plugin_steam_games_ignored:
description: |
Ignored games
Use App id as they are referenced in Steam catalog
type: array
format: comma-separated
default: ""
example: 400, 620
plugin_steam_games_limit:
description: |
Display limit (Most played games)
type: number
min: 0
zero: disable
default: 1
plugin_steam_recent_games_limit:
description: |
Display limit (Recently played games)
type: number
min: 0
zero: disable
default: 1
plugin_steam_achievements_limit:
description: |
Display limit (Games achievements)
type: number
min: 0
default: 2
plugin_steam_playtime_threshold:
description: |
Display threshold (Game playtime in hours)
type: number
min: 0
default: 2