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
# Player that will be used. Possible values: spotify, mpd, mopidy, mpris, browser.
58
-
# You can also provide a comma-separated list to try players in order, e.g.:
59
-
# player: mopidy ,mpris
60
-
# Only the players explicitly listed will be tried, in the given order.
61
-
player: spotify
62
-
# Whether to ignore errors instead of showing them.
63
-
ignoreErrors: true
64
+
```yaml
65
+
### Global settings ###
66
+
# Player that will be used. Possible values: spotify, mpd, mopidy, mpris, browser.
67
+
# You can also provide a comma-separated list to try players in order, e.g.:
68
+
# player: mopidy ,mpris
69
+
# Only the players explicitly listed will be tried, in the given order.
70
+
player: spotify
71
+
# Whether to ignore errors instead of showing them.
72
+
ignoreErrors: true
64
73
# Interval of the internal timer. Determines how often the terminal will be updated.
65
74
timerInterval: 200
66
75
# Interval for checking the position. Doesn't really affect the precision.
@@ -137,9 +146,9 @@ browser:
137
146
local:
138
147
# Folder for scanning .lrc files. Example: "~/Music".
139
148
folder: ""
140
-
```
141
-
142
-
</details>
149
+
```
150
+
151
+
</details>
143
152
144
153
### Spotify
145
154
@@ -182,7 +191,7 @@ mopidy:
182
191
183
192
Mopidy server will be used as a player.
184
193
185
-
### MPRIS
194
+
### MPRIS
186
195
187
196
```yaml
188
197
# config.yaml
@@ -191,22 +200,22 @@ mpris:
191
200
players: []
192
201
```
193
202
194
-
Linux only. System player that supports MPRIS protocol will be used. You can also specify a whitelist of players to use, example: `players: [rhythmbox, spotifyd, ncspot]`. Run `playerctl -l` to get the names.
195
-
196
-
### Multiple Players (fallback by order)
197
-
198
-
```yaml
199
-
# config.yaml
200
-
player: mopidy ,mpris
201
-
mopidy:
202
-
address: 127.0.0.1:6680
203
-
mpris:
204
-
players: []
205
-
```
206
-
207
-
The application will initialize players in the order specified by `player` and use the first one that initializes successfully. Players not listed will not be tried.
208
-
209
-
### Browser
203
+
Linux only. System player that supports MPRIS protocol will be used. You can also specify a whitelist of players to use, example: `players: [rhythmbox, spotifyd, ncspot]`. Run `playerctl -l` to get the names.
204
+
205
+
### Multiple Players (fallback by order)
206
+
207
+
```yaml
208
+
# config.yaml
209
+
player: mopidy ,mpris
210
+
mopidy:
211
+
address: 127.0.0.1:6680
212
+
mpris:
213
+
players: []
214
+
```
215
+
216
+
The application will initialize players in the order specified by `player` and use the first one that initializes successfully. Players not listed will not be tried.
0 commit comments