cast_control
cast_control copied to clipboard
📺 Control Chromecasts from Linux and D-Bus
Last working version of PyChromecast is 9.4.0, which is the last version before 10.0.0. No error, `playerctl` works just fine, but something is failing to register with Plasma's MPRIS widget...
I get the error below ``` Traceback (most recent call last): File "/home/william/.local/bin/cast_control", line 5, in from cast_control.app.cli import cli File "/home/william/.local/lib/python3.8/site-packages/cast_control/app/cli.py", line 11, in from ..base import RC_NO_CHROMECAST, LOG_LEVEL,...
When I try running cast_control, I get the error below. I tried installing through pip (0.11.8 .post0) and from github (0.11.9), but both times I get the same error. ```...
I get the following error upon launching cast_control: ``` afeder@voyager:~$ cast_control -V cast_control v0.11.8.post0 afeder@voyager:~$ cast_control connect -u 5b6ca94f-332a-4e8d-895f-3b3a94c55d0d Exception in thread Thread-4: Traceback (most recent call last): File "/usr/lib/python3.9/threading.py",...
Just a heads up, PyChromecast [9.3.0](https://github.com/home-assistant-libs/pychromecast/releases/tag/9.3.0) removed the Spotify controller: ``` ❯ cast_control Traceback (most recent call last): File "/usr/bin/cast_control", line 33, in sys.exit(load_entry_point('cast-control==0.11.8.post0', 'console_scripts', 'cast_control')()) File "/usr/bin/cast_control", line 25,...
Left `castctl` running for 6 days, and it's using 2GB of resident memory out of nowhere: user 1642 0.2 7.5 2357276 2166868 ? Sl Oct09 19:26 /usr/bin/python /home/user/.local/bin/castctl service connect...
When starting chromecast_mpris, it sometimes (most times, but not always) mutes my Chromecast. I also get this when I run it (but this is also shown when it doesn't mute...
Fixes issue #3
When installing cast_control with pip(x), I faced a fatal error: ``` Package gobject-introspection-1.0 was not found in the pkg-config search path. Package 'gobject-introspection-1.0', required by 'virtual:world', not found ``` Considering...
``` Traceback (most recent call last): File "/home/xk/.local/bin/cast_control", line 5, in from cast_control.cli import cli File "/home/xk/.local/lib/python3.11/site-packages/cast_control/cli.py", line 10, in from .base import RC_NO_CHROMECAST, LOG_LEVEL, NAME, \ File "/home/xk/.local/lib/python3.11/site-packages/cast_control/base.py", line...