-
Notifications
You must be signed in to change notification settings - Fork 10
/
mpv_discordRPC.conf
35 lines (27 loc) · 1.02 KB
/
mpv_discordRPC.conf
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
rpc_wrapper=lua-discordRPC
# Available option, to set `rpc_wrapper`:
# * lua-discordRPC
# * python-pypresence
periodic_timer=15
# Recommendation value, to set `periodic_timer`:
# value >= 1 second, if use lua-discordRPC,
# value >= 3 second, if use pypresence (for the python3::asyncio process),
# value <= 15 second, because discord-rpc updates every 15 seconds.
playlist_info=yes
# Valid value to set `playlist_info`: (yes|no)
hide_url=no
# Valid value to set `hide_url`: (yes|no)
loop_info=yes
# Valid value to set `loop_info`: (yes|no)
cover_art=yes
# Valid value to set `cover_art`: (yes|no)
mpv_version=yes
# Valid value to set `mpv_version`: (yes|no)
active=yes
# Set Discord RPC active automatically when mpv started.
# Valid value to `set_active`: (yes|no)
key_toggle=D
# Key for toggle active/inactive the Discord RPC.
# Valid value to set `key_toggle`: same as valid value for mpv key binding.
# You also can set it in input.conf by adding this next line (without double quote).
# "D script-binding mpv_discordRPC/active-toggle"