From 42208d114545c09656629fb04904cc0359b11072 Mon Sep 17 00:00:00 2001 From: jackun Date: Thu, 16 Jul 2020 14:35:34 +0300 Subject: [PATCH] README.md: update media_player_name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 078fa5ab..3741e4e2 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ A partial list of parameters are below. See the config file for a complete list. | `log_duration` | Set amount of time the logging will run for (in seconds) | | `vsync`
`gl_vsync` | Set vsync for OpenGL or Vulkan | | `media_player` | Show media player metadata | -| `media_player_name` | Set main media player DBus service name without the `org.mpris.MediaPlayer2` part, like `spotify`, `vlc`, `audacious` or `cantata`. Defaults to `spotify`. | +| `media_player_name` | Force media player DBus service name without the `org.mpris.MediaPlayer2` part, like `spotify`, `vlc`, `audacious` or `cantata`. If none is set, MangoHud tries to switch between currently playing players. | | `media_player_order` | Media player metadata field order. Defaults to `title,artist,album`. | | `font_scale_media_player` | Change size of media player text relative to font_size | | `io_read`
`io_write` | Show non-cached IO read/write, in MiB/s |