Releases: alexdelorenzo/cast_control
v0.8.2
This release has one small change:
- Continue gracefully even if desktop files cannot be created, read or found
You can install this version like so:
python3 -m pip install chromecast_mpris==0.8.2
v0.8.1
This release introduces some small changes:
- Displayed icons are now loaded from local files, instead of using externally hosted icons
- Add and move image assets
- Fix dead images in README
You can install this version like so:
python3 -m pip install chromecast_mpris==0.8.1
v0.8.0
This release introduces some new changes:
- Proper desktop file support, as well as support for the
MediaPlayer2.DesktopEntry
property from the MPRIS specification - MPRIS clients can now display an icon for the
chromecast_mpris
daemon itself. Both the light and dark icon are supported with the-i/--icon
flag - Add
pyproject.toml
(PEP 518) - Upgrade to
mpris_server==0.2.18
- Update documentation
You can install this version like so:
python3 -m pip install chromecast_mpris==0.8.0
v0.7.6
This release introduces two changes:
- Upgrade to
mpris_server==0.2.17
- Upgrade to
PyChromecast==9.1.2
You can install this version like so:
python3 -m pip install chromecast_mpris==0.7.6
v0.7.4
This release introduces two changes:
- When available, exported metadata will include YouTube URLs
- Upgrade to
PyChromecast==9.1.1
You can install this version like so:
python3 -m pip install chromecast_mpris==0.7.4
v0.7.1
This release introduces a few changes:
- You can choose to use a light icon for dark themes via the
-i/--icon
flag - More media metadata is available
- Help text is improved
You can install this version like so:
python3 -m pip install chromecast_mpris==0.7.1
v0.6.10
This release sets the current playing title to the Chromecast App display name if a stream title isn't found.
You can install this version like so:
python3 -m pip install chromecast_mpris==0.6.10
v0.6.9
This release fixes the ability to skip to the previous item in the play queue.
You can install this version like so:
python3 -m pip install chromecast_mpris==0.6.9
v0.6.8
This release fixes the ability to skip to the next or previous item in the play queue.
You can install this version like so:
python3 -m pip install chromecast_mpris==0.6.8
v0.6.7
This release upgrades PyChromecast
to version 8.0.0
.
You can install this version like so:
python3 -m pip install chromecast_mpris==0.6.7