python-linkplay 0.2.7__py3-none-any.whl → 0.2.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- linkplay/__version__.py +1 -1
- linkplay/consts.py +2 -0
- linkplay/discovery.py +1 -0
- {python_linkplay-0.2.7.dist-info → python_linkplay-0.2.9.dist-info}/METADATA +1 -1
- {python_linkplay-0.2.7.dist-info → python_linkplay-0.2.9.dist-info}/RECORD +8 -8
- {python_linkplay-0.2.7.dist-info → python_linkplay-0.2.9.dist-info}/WHEEL +1 -1
- {python_linkplay-0.2.7.dist-info → python_linkplay-0.2.9.dist-info}/licenses/LICENSE +0 -0
- {python_linkplay-0.2.7.dist-info → python_linkplay-0.2.9.dist-info}/top_level.txt +0 -0
linkplay/__version__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '0.2.
|
1
|
+
__version__ = '0.2.9'
|
linkplay/consts.py
CHANGED
@@ -152,6 +152,7 @@ class PlayingMode(StrEnum):
|
|
152
152
|
ALARM = "30"
|
153
153
|
SPOTIFY = "31"
|
154
154
|
TIDAL = "32"
|
155
|
+
QOBUZ = "36"
|
155
156
|
LINE_IN = "40"
|
156
157
|
BLUETOOTH = "41"
|
157
158
|
OPTICAL = "43"
|
@@ -187,6 +188,7 @@ PLAY_MODE_SEND_MAP: dict[PlayingMode, str] = { # case sensitive!
|
|
187
188
|
PlayingMode.ALARM: "Alarm",
|
188
189
|
PlayingMode.SPOTIFY: "Spotify",
|
189
190
|
PlayingMode.TIDAL: "Tidal",
|
191
|
+
PlayingMode.QOBUZ: "Qobuz",
|
190
192
|
PlayingMode.LINE_IN: "line-in",
|
191
193
|
PlayingMode.BLUETOOTH: "bluetooth",
|
192
194
|
PlayingMode.OPTICAL: "optical",
|
linkplay/discovery.py
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
linkplay/__init__.py,sha256=y9ZehEq-KhS3cwn-PUpwVSJGfDUx7e5wf_G6guODcTk,56
|
2
2
|
linkplay/__main__.py,sha256=Wcza80QaWfOaHjyJEfQYhB9kiPLE0NOqIj4zVWv2Nqs,577
|
3
|
-
linkplay/__version__.py,sha256=
|
3
|
+
linkplay/__version__.py,sha256=bd8hlxKMc0Fh_2w5GWfqBtuwa8uTepTMjT8w7F-EKvY,22
|
4
4
|
linkplay/bridge.py,sha256=Id0yDa807qo0Jv_0IUIwnok0EuUa-0z01rABul4AcXs,21834
|
5
|
-
linkplay/consts.py,sha256=
|
5
|
+
linkplay/consts.py,sha256=J2tocNaSyb5xs-qY0PqvOLl8_DzwarWZjTi-F9tXY4U,15780
|
6
6
|
linkplay/controller.py,sha256=U370dMVl-E7iIhDC1wWmsrnFcdrWso84K0vkImsgCTo,4430
|
7
|
-
linkplay/discovery.py,sha256=
|
7
|
+
linkplay/discovery.py,sha256=NnkO9gknp3Cyff7830zBu1LwyhkkWCdhDbEDbAwF8D8,4610
|
8
8
|
linkplay/endpoint.py,sha256=_gelW0cDWt0SC8EApwaKIVh_YJIMNiOkfrLR_RYW7aM,2677
|
9
9
|
linkplay/exceptions.py,sha256=UHcV0Yok0hdM0MYgHRwTWnMJ612Ts0iJvMFHX-IxmNo,312
|
10
10
|
linkplay/manufacturers.py,sha256=vvD5KnxtxGLz5t_r1mGATv86tDsQL622zYXH8WFk2Hc,4227
|
11
11
|
linkplay/utils.py,sha256=fZHGnUM4XFrQ7MM6guHhaEmxJbVlwilbwoZXvXwSfMs,9480
|
12
|
-
python_linkplay-0.2.
|
13
|
-
python_linkplay-0.2.
|
14
|
-
python_linkplay-0.2.
|
15
|
-
python_linkplay-0.2.
|
16
|
-
python_linkplay-0.2.
|
12
|
+
python_linkplay-0.2.9.dist-info/licenses/LICENSE,sha256=bgEtxMyjEHX_4uwaAY3GCFTm234D4AOZ5dM15sk26ms,1073
|
13
|
+
python_linkplay-0.2.9.dist-info/METADATA,sha256=d9gFk6Ob-D2AFjqDMOGZlM6GSttOzrqJMPeo-A-DgEE,3260
|
14
|
+
python_linkplay-0.2.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
15
|
+
python_linkplay-0.2.9.dist-info/top_level.txt,sha256=CpSaOVPTzJf5TVIL7MrotSCR34gcIOQy-11l4zGmxxM,9
|
16
|
+
python_linkplay-0.2.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|