Deezer log listened songs (#830)
authormicha91 <michael.harbarth@gmx.de>
Tue, 8 Aug 2023 12:34:03 +0000 (14:34 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Aug 2023 12:34:03 +0000 (14:34 +0200)
commitdd9d094a7a5e35cd3c38fa58880440284616fe3e
tree310815eaefe8de83002e987ff9c7c0855de21ea4
parentcd64dff81dea04cddd82c1c829c9cfc15dcb7dc2
Deezer log listened songs (#830)

* First implementation of logging played songs to deezer to support artists and create a user specific listen history

* Use kw arguments and MA task management for sending log to deezer

* Calculate the maximum seconds_streamed value by using the stream started timestamp.
music_assistant/server/providers/deezer/__init__.py
music_assistant/server/providers/deezer/gw_client.py