This repository has been archived by the owner on May 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
io-package.json
55 lines (55 loc) · 1.83 KB
/
io-package.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
54
55
{
"common": {
"name": "squeezebox",
"version": "1.0.0",
"news": {
"1.0.0": {
"en": "Fixed title error in streams and artwork. Added buttons for forward/rewind and presets. Added playlist path URL and sleep states."
},
"0.2.1": {
"en": "Fixed issue with more than 9 players"
},
"0.2.0": {
"en": "Added support for TCP port number, username and password"
},
"0.1.0": {
"en": "Ready to be published to NPM (no further changes)"
},
"0.0.2": {
"en": "Support for artwork (will use stream artwork if available, otherwise server artwork)"
},
"0.0.1": {
"en": "Initial version"
}
},
"title": "Logitech Squeezebox Adapter",
"desc": "Controls a Squeezebox Server a.k.a. Logitech Media Server and its players.",
"authors": [
"UncleSamSwiss <samuel.weibel@gmail.com>"
],
"license": "Apache 2.0",
"platform": "Javascript/Node.js",
"mode": "daemon",
"messagebox": true,
"readme": "https://github.com/iobroker-community-adapters/ioBroker.squeezebox/blob/master/README.md",
"loglevel": "info",
"type": "multimedia",
"keywords": [
"squeezebox",
"logitech",
"media server",
"audio",
"playback"
],
"icon": "squeezebox.png",
"extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.squeezebox/master/admin/squeezebox.png"
},
"native": {
"server": "0.0.0.0",
"port": 9090,
"username": "",
"password": "",
"elapsedInterval": 5
},
"objects": []
}