Skip to content

Releases: alexdelorenzo/cast_control

v0.6.6

01 Feb 03:47
Compare
Choose a tag to compare

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

16 Jan 03:30
Compare
Choose a tag to compare

This version upgrades mpris_server.

You can install this version like so:

python3 -m pip install chromecast_mpris==0.6.5

v0.6.4

16 Jan 01:31
Compare
Choose a tag to compare

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

10 Dec 23:32
Compare
Choose a tag to compare

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

30 Nov 20:51
Compare
Choose a tag to compare

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

17 Nov 06:13
23e02eb
Compare
Choose a tag to compare
  • 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

22 Oct 03:48
Compare
Choose a tag to compare
  • Upgrade PyChromecast to 7.5.1
  • Refactored back end a bit, nothing that users will notice

v0.3.1

15 Oct 21:01
Compare
Choose a tag to compare

This version upgrades PyChromecast to 7.5.0.