platypush/platypush/plugins/music
Fabio Manganiello 61cda60751
Proper implementation for Tidal's add_to_playlist and remove_from_playlist methods
- Using tidalapi's `UserPlaylist.add` and `UserPlaylist.delete` methods
  instead of defining my own through `_api_request`, so we won't have to
  deal with the logic to set the ETag header.

- Added `remove_from_playlist` method.
2022-09-18 05:22:12 +02:00
..
mpd Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00
snapcast Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00
spotify tidal-integration (#223) 2022-09-16 21:48:09 +02:00
tidal Proper implementation for Tidal's add_to_playlist and remove_from_playlist methods 2022-09-18 05:22:12 +02:00
__init__.py Added music.spotify plugin and refactored MusicPlugin 2021-07-17 22:14:15 +02:00