-
Notifications
You must be signed in to change notification settings - Fork 5
/
_PLAYERDETAILS.json
53 lines (52 loc) · 1.57 KB
/
_PLAYERDETAILS.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"playerDetails": {
"node":{
"time": {
"node": "Metadata.viewOffset",
"type": "number"
}
},
"action": {
"volume": {
"node": "playback.setVolume",
"type": "number"
},
"time": {
"node": "playback.seekTo",
"type": "number"
},
"percent": {
"node": "playback.seekToPercent",
"type": "number",
"notDetails": true
},
"state": {
"node": "playback.play_switch",
"type": "boolean",
"values": ["playing"],
"notDetails": true
},
"shuffle": {
"node": "playback.setShuffle",
"type": "boolean"
},
"repeat": {
"node": "playback.setRepeat",
"type": "number"
}
}
},
"deepVal":{
"Metadata.Media.Part.Stream.streamType": [{
"nodes":[{"node":".url", "key":"key"},{"node":".codec", "key":"codec"}],
"value": 4,
"node": "Metadata.Music.Lyric"
}],
"Metadata.type": [{
"call":{"Metadata.Media.Part.key": [{"node": ".Media", "app": ".mediaurl"}],
"Metadata.Media.Part.codec": [{"node": ".Media", "app": ".codec"}]},
"valueAsKey": true,
"node": "Metadata"
}]
}
}