File tree 1 file changed +9
-5
lines changed
src/content/docs/services
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ dependency: `gvfs` for cover art caching
7
7
NixOS: ` services.gvfs `
8
8
:::
9
9
10
+ ::: note
11
+ Not every media player supports ` position ` , ` volume ` and other functionality. Support varies from player to player.
12
+ :::
13
+
10
14
## signals
11
15
12
16
* ` changed ` : emits on any state change except position change
@@ -47,11 +51,11 @@ NixOS: `services.gvfs`
47
51
* ` can-go-next ` : ` boolean `
48
52
* ` can-go-prev ` : ` boolean `
49
53
* ` can-play ` : ` boolean `
50
- * ` shuffle-status ` : ` boolean | null ` null if shuffle is unsupported by the player
51
- * ` loop-status ` : ` "None" | "Track" | "Playlist" | null ` null if shuffle is unsupported by the player
52
- * ` volume ` : ` number `
53
- * ` length ` : ` number `
54
- * ` position ` : ` number `
54
+ * ` shuffle-status ` : ` boolean | null ` null if unsupported by the player
55
+ * ` loop-status ` : ` "None" | "Track" | "Playlist" | null ` null if unsupported by the player
56
+ * ` volume ` : ` number ` -1 if unsupported by the player
57
+ * ` length ` : ` number ` -1 if unsupported by the player
58
+ * ` position ` : ` number ` -1 if unsupported by the player
55
59
56
60
### methods
57
61
You can’t perform that action at this time.
0 commit comments