cast_control
cast_control copied to clipboard
📺 Control Chromecasts from Linux and D-Bus
I can successfully install mpris_server 0.4.2, any tips? ``` ERROR: Could not find a version that satisfies the requirement mpris_server=0.7.0 (from versions: 0.0.2, 0.0.3, 0.1.0, 0.1.1, 0.1.3, 0.1.4, 0.1.5, 0.1.6,...
Trying to install from AUR gives this error: ```bash [sataa@SusBook cast_control]$ makepkg -si ==> Making package: cast_control 1:0.11.8.post0-3 (Sat 03 Jun 2023 02:42:17 PM EDT) ==> Checking runtime dependencies... ==>...
I'm not too versed in the implementations of everything here, but is it somehow possible to use this to open arbitrary webpages on a chromecast? [This project](https://github.com/boombatower/chromecast-dashboard) is able to...
I'm trying out `cast_control` and `mpris_server` both from the latest commits. I have `StrEnum` 0.4.10 installed, so I'm guessing something changed in Python 3.11? I'm still using 3.10.10. ``` Traceback...
Found via: - `markdownlint README.md --disable MD013 MD033` - `codespell -S .git`
AUR package maintainer here. I've updated everything now that Python 3.12 is available in Arch, however... ``` Traceback (most recent call last): File "/usr/bin/cast_control", line 5, in from cast_control.app.cli import...
Hi, I attempted to install and run the software with the following commands on a Debian Testing (13 pre-release) system: ```sh sudo apt-get install -y \ python3-gi \ gobject-introspection \...