Some small follow-up fixes (#313)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 15 May 2022 21:55:08 +0000 (23:55 +0200)
committerGitHub <noreply@github.com>
Sun, 15 May 2022 21:55:08 +0000 (23:55 +0200)
commitcfb921eac4d45e13520ebf0af126be12ec0a707c
treee05cccadbd27d17058b62b3c92e86724458caea6
parent698954291aa6e0d67d0d3de5e37bb2046d2f07ad
Some small follow-up fixes (#313)

* power on player when play requested

* add delete item in queue

* add guard in auto turn off logic

* adjust logging for loudness analyze

* fix typo in thumbnail creation

* add helper func to retrieve image
music_assistant/controllers/metadata/__init__.py
music_assistant/helpers/audio.py
music_assistant/helpers/images.py
music_assistant/models/player.py
music_assistant/models/player_queue.py