platypush/platypush/plugins/music/mopidy
Fabio Manganiello 59c693d6a0
[#394] All `manifest.yaml` converted to `manifest.json`.
YAML isn't part of the Python standard library, while JSON is.

If we want `setup.py` to dynamically parse the available integration
manifest files in order to populate the extra dependencies, then it's
better to rely on a JSON format for manifest files - the parser is part
of the standard library and it doesn't require the user to install
`pyyaml` before `platypush`.
2024-05-17 02:21:57 +02:00
..
__init__.py [music.mopidy] Handle the case where `add` returns a list. 2024-05-02 00:51:09 +00:00
_client.py [music.mopidy] Fixed parsing of `new_state` upon `playback_state_changed`. 2024-04-05 03:46:01 +02:00
_common.py [WIP] `music.mopidy` refactor, initial backend rewrite. 2024-04-03 23:01:22 +00:00
_conf.py [WIP] `music.mopidy` refactor, initial backend rewrite. 2024-04-03 23:01:22 +00:00
_exc.py [WIP] `music.mopidy` refactor, initial backend rewrite. 2024-04-03 23:01:22 +00:00
_playlist.py [WIP] `music.mopidy` refactor, initial backend rewrite. 2024-04-03 23:01:22 +00:00
_status.py [WIP] `music.mopidy` refactor, initial backend rewrite. 2024-04-03 23:01:22 +00:00
_sync.py [WIP] `music.mopidy` refactor, initial backend rewrite. 2024-04-03 23:01:22 +00:00
_task.py [WIP] `music.mopidy` refactor, initial backend rewrite. 2024-04-03 23:01:22 +00:00
_track.py [music.mopidy] Better handling of client events. 2024-04-05 03:40:27 +02:00
manifest.json [#394] All `manifest.yaml` converted to `manifest.json`. 2024-05-17 02:21:57 +02:00