Package Details: python-soco 0.28.1-1

Git Clone URL: https://aur.archlinux.org/python-soco.git (read-only, click to copy)
Package Base: python-soco
Description: A Python library that allows you to control Sonos speakers programmatically
Upstream URL: https://github.com/SoCo/SoCo
Licenses: MIT
Submitter: novenary
Maintainer: None
Last Packager: m8D2
Votes: 11
Popularity: 0.150447
First Submitted: 2016-01-14 13:22 (UTC)
Last Updated: 2022-12-23 22:18 (UTC)

Latest Comments

maxemann96 commented on 2023-02-24 18:05 (UTC)

I needed to additionally install python-lxml to get the README.md - Basic Usage example working.

Tonurics commented on 2019-05-22 00:04 (UTC) (edited on 2019-05-22 00:05 (UTC) by Tonurics)

I'm getting 19 "FAILED" items generated by tests/test_core.py during the build process for 0.17-1

.

AttributeError: 'SoCo' object has no attribute 'is_soundbar'

tests/test_core.py::TestSoco::test_soco_is_soundbar

.

AssertionError

tests/test_core.py::TestSoco::test_soco_get_speaker_info_speaker_not_set_refresh

tests/test_core.py::TestAVTransport::test_switch_to_line_in

tests/test_core.py::TestAVTransport::test_switch_to_tv

tests/test_core.py::TestZoneGroupTopology::test_soco_uid

tests/test_core.py::TestZoneGroupTopology::test_soco_is_visible

tests/test_core.py::TestZoneGroupTopology::test_all_groups

tests/test_core.py::TestZoneGroupTopology::test_group

tests/test_core.py::TestZoneGroupTopology::test_all_zones

tests/test_core.py::TestZoneGroupTopology::test_visible_zones

.

AttributeError: 'NoneType' object has no attribute 'members'

tests/test_core.py::TestZoneGroupTopology::test_group_label

tests/test_core.py::TestZoneGroupTopology::test_group_short_label

novenary commented on 2018-05-13 21:55 (UTC)

That sounds good. I'm adding you to both packages.

polyzen commented on 2018-05-13 21:35 (UTC)

I'd be happy to co-/maintain this (and the socos package?). If you want to make me the maintainer, you could first add me as a co-maintainer and then disown the package.

novenary commented on 2018-05-13 21:19 (UTC)

@polyzen thanks for always notifying me so quickly of new releases. I tend not to watch my AUR packages too much. If you like, I can orphan it for you to take ownership (I'm also fine with keeping it if you don't want to).

novenary commented on 2018-04-06 13:18 (UTC)

Done.

polyzen commented on 2018-04-04 05:16 (UTC) (edited on 2018-05-13 23:56 (UTC) by polyzen)

Please use a unique filename for the source, eg.: source=("SoCo-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")

novenary commented on 2016-04-19 12:27 (UTC)

Fixed, thanks.

PenGYveR commented on 2016-04-19 12:22 (UTC)

Hello, You should add python-setuptools as a build dependency.