You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ All configuration files should be placed inside the application's configuration
36
36
|`page_size_in_rows`| a page's size expressed as a number of rows (for page-navigation commands) |`20`|
37
37
|`track_table_item_max_len`| the maximum length of a column in a track table |`32`|
38
38
|`enable_media_control`| enable application media control support (`media-control` feature only) |`true` (Linux), `false` (Windows and MacOS) |
39
-
|`enable_streaming`| create a device for streaming (streaming feature only) |`true`|
39
+
|`enable_streaming`| create a device for streaming (streaming feature only) |`Always`|
40
40
|`enable_cover_image_cache`| store album's cover images in the cache folder |`true`|
41
41
|`default_device`| the default device to connect to on startup if no playing device found |`spotify-player`|
42
42
|`play_icon`| the icon to indicate playing state of a Spotify item |`▶`|
@@ -72,8 +72,9 @@ All configuration files should be placed inside the application's configuration
72
72
73
73
- An example of event that triggers a playback update is the one happening when the current track ends.
74
74
-`copy_command` is represented by a struct with two fields `command` and `args`. For example, `copy_command = { command = "xclip", args = ["-sel", "c"] }`. The copy command should read input from **standard input**.
75
+
-`enable_streaming` can be either `Always`, `Never` or `DaemonOnly`. For backwards compatibility, `true` and `false` are still accepted as aliases for `Always` and `Never`.
75
76
-`playback_window_position` can only be either `Top` or `Bottom`.
76
-
-`border_type` can be either `Hidden`, `Plain`, `Rounded`, `Double`,`Thick`.
77
+
-`border_type` can be either `Hidden`, `Plain`, `Rounded`, `Double` or`Thick`.
77
78
-`progress_bar_type` can be either `Rectangle` or `Line`.
0 commit comments