Cast Control Versions Save

📺 Control Chromecasts from Linux and D-Bus

v0.6.4

3 years ago

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

3 years ago

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

3 years ago

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-release

3 years ago
  • Changed log level flag -l/--log-level to use the name of the log level as a string, instead of an int. 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

3 years ago
  • Upgrade PyChromecast to 7.5.1
  • Refactored back end a bit, nothing that users will notice

v0.3.1

3 years ago

This version upgrades PyChromecast to 7.5.0.