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 CHANGED
@@ -1 +1 @@
1
- __version__ = '0.2.7'
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
@@ -37,6 +37,7 @@ async def linkplay_factory_bridge_endpoint(
37
37
 
38
38
  bridge: LinkPlayBridge = LinkPlayBridge(endpoint=endpoint)
39
39
  await bridge.device.update_status()
40
+ await bridge.player.update_status()
40
41
  return bridge
41
42
 
42
43
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python_linkplay
3
- Version: 0.2.7
3
+ Version: 0.2.9
4
4
  Summary: A Python Library for Seamless LinkPlay Device Control
5
5
  Author: Velleman Group nv
6
6
  License: MIT
@@ -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=e3cfQy_iVs9ILsymUalJnJu5D_dd7HuUVoVwKKurcL0,22
3
+ linkplay/__version__.py,sha256=bd8hlxKMc0Fh_2w5GWfqBtuwa8uTepTMjT8w7F-EKvY,22
4
4
  linkplay/bridge.py,sha256=Id0yDa807qo0Jv_0IUIwnok0EuUa-0z01rABul4AcXs,21834
5
- linkplay/consts.py,sha256=zfumy4_KlagE6ECcZaOYFlDygeRaNhM7VbiAvQjDMtM,15731
5
+ linkplay/consts.py,sha256=J2tocNaSyb5xs-qY0PqvOLl8_DzwarWZjTi-F9tXY4U,15780
6
6
  linkplay/controller.py,sha256=U370dMVl-E7iIhDC1wWmsrnFcdrWso84K0vkImsgCTo,4430
7
- linkplay/discovery.py,sha256=g5CPlSF_Hxrg-_aza1M1l2zuUKoY-tWMpNY0ngZGGbQ,4570
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.7.dist-info/licenses/LICENSE,sha256=bgEtxMyjEHX_4uwaAY3GCFTm234D4AOZ5dM15sk26ms,1073
13
- python_linkplay-0.2.7.dist-info/METADATA,sha256=VAhMiPCwZKT4_qdBPKShdEc8kie1-1vYiaSK47Ip4GA,3260
14
- python_linkplay-0.2.7.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
15
- python_linkplay-0.2.7.dist-info/top_level.txt,sha256=CpSaOVPTzJf5TVIL7MrotSCR34gcIOQy-11l4zGmxxM,9
16
- python_linkplay-0.2.7.dist-info/RECORD,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5