client: deezer.Client
gw_client: GWClient
creds: DeezerCredentials
- user: deezer.resources.User
+ user: deezer.User
async def handle_setup(self) -> None:
"""Set up the Deezer provider."""
metadata.popularity = track.rank
if hasattr(track, "release_date"):
metadata.release_date = track.release_date
- if hasattr(track, "album"):
+ if hasattr(track, "album") and hasattr(track.album, "cover_big"):
metadata.images = [
MediaItemImage(
type=ImageType.THUMB,
"description": "Support for the Deezer streaming provider in Music Assistant.",
"codeowners": ["@Un10ck3d", "@micha91"],
"documentation": "https://github.com/orgs/music-assistant/discussions/1245",
- "requirements": ["git+https://github.com/music-assistant/deezer-python-async@v0.1.1", "pycryptodome==3.18.0"],
+ "requirements": ["git+https://github.com/music-assistant/deezer-python-async@v0.1.2", "pycryptodome==3.18.0"],
"multi_instance": true
}
faust-cchardet>=2.1.18
git+https://github.com/MarvinSchenkel/pytube.git
git+https://github.com/gieljnssns/python-radios.git@main
-git+https://github.com/music-assistant/deezer-python-async@v0.1.1
+git+https://github.com/music-assistant/deezer-python-async@v0.1.2
ifaddr==0.2.0
mashumaro==3.9
memory-tempfile==2.2.3