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
|`position`| The position of the current track in microseconds |
119
+
|`status`| The playback status of the current player |
120
+
|`volume`| The volume from 0.0 to 1.0 |
121
+
|`album`| The album of the current track. |
122
+
|`artist`| The artist of the current track. |
123
+
|`title`| The title of the current track. |
124
+
115
125
### Following changes
116
126
117
127
You can pass the `--follow` flag to query commands to block, wait for players to connect, and print the query whenever it changes. If players are passed with `--player`, players earlier in the list will be preferred in the order they appear unless `--all-players` is passed. When no player can support the query, such as when all the players exit, a newline will be printed. For example, to be notified of information about the latest currently playing track for your media players, use:
@@ -197,7 +207,7 @@ fi
197
207
198
208
## Installing
199
209
200
-
First, check and see if the library is available from your package manager (if it is not, get someone to host a package for you) and also check the [releases](https://github.com/acrisci/playerctl/releases) page on github.
210
+
First, check and see if Playerctl is available from your package manager (if it is not, get someone to host a package for you) and also check the [releases](https://github.com/acrisci/playerctl/releases) page on github.
201
211
202
212
### Fedora
203
213
@@ -231,7 +241,6 @@ Additionally, you also need the following build dependencies:
231
241
232
242
Fedora users also need to install `redhat-rpm-config`
233
243
234
-
235
244
To generate and build the project to contribute to development and install playerctl to `/`:
0 commit comments