Releases: alexdelorenzo/mpris_server
Releases · alexdelorenzo/mpris_server
v0.9.0
v0.4.3
Changes:
- API breaking changes
- New
interfaces
andmpris
submodules added - Add
Root
event adapter - Add minimum and maximum rate features to
Player
interface - Add API for triggering all property changes on an interface
- Update additional properties on events
- Fix seeking
- Fix muting
- Fix logging
- Use PEP-563 postponed evaluation of annotations
- Enumerate D-Bus/Python type conversions
- Ensure Python objects are converted to D-Bus objects correctly
- Use
TypedDict
forMetadata
, andMetadataObj
wrapper for converting metadata - Refactor, and add and update type annotatons
You can install this version like so:
python3 -m pip install mpris_server==0.4.3
v0.3.0
Add annotation, remove unused code
v0.2.16
Changes:
- Remove unused
dbus-python
dependency - Check that metadata exists before passing it to D-Bus
- Add accurate signature for
TrackRemoved
method onorg.mpris.MediaPlayer2
. Thanks, @yashBhosale! - Richer type hints
You can install this version like so:
python3 -m pip install mpris_server==0.2.16
v0.2.12
This is a stable release that works with chromecast_mpris==0.3.1