Releases: alexdelorenzo/cast_control
Releases · alexdelorenzo/cast_control
v0.6.6
This version fixes an error that prevented a D-Bus interface from being named when connecting to a device using its hostname or IP address, or when a device name isn't found.
You can install this version like so:
python3 -m pip install chromecast_mpris==0.6.6
v0.6.5
This version upgrades mpris_server
.
You can install this version like so:
python3 -m pip install chromecast_mpris==0.6.5
v0.6.4
This release upgrades PyChromecast
to version 7.7.2
.
You can install this version like so:
python3 -m pip install chromecast_mpris==0.6.4
v0.6.3
This version upgrades mpris_server
and removes an unused dependency on dbus-python
.
You can install this version like so:
python3 -m pip install chromecast_mpris==0.6.3
v0.6.1
Changes:
- Connect to device by supplying its UUID
- Allow users to supply
-r/--retry-wait
flag - YouTube video opening and queuing
- Better error text
- Better help text
- Back-end refactoring
Installation:
$ python3 -m pip install chromecast_mpris==0.6.1
v0.4.0
- Changed log level flag
-l/--log-level
to use the name of the log level as a string, instead of anint
. Example:chromecast_mpris -l debug
- Added host flag
-h/--host
. Users can specify the hostname or IP address of the casting device they want to connect to.
v0.3.3
- Upgrade PyChromecast to 7.5.1
- Refactored back end a bit, nothing that users will notice
v0.3.1
This version upgrades PyChromecast to 7.5.0.