Deezer Client
- Deezer Cliente
- Deezer Clienti
- Deezer Client Orange
- Deezer Client Github
- Deezer Client Free
- Deezer App Free Download
+ Labels & Artists; Developers; Press; WHO ARE WE? The Deezer desktop app is available to all users. You'll need Windows 7 or later or macOS 10.9 or later. Offline Mode only available to Deezer Family, Deezer Student, Deezer Premium or Deezer HiFi users. This is an unofficial Deezer addon for Kodi. It works only for premium account (Deezer API doesn't allow streaming for free accounts). This addon works for personal and family accounts (profiles are usable). It supports access to your playlists. Deezer HiFi The most superior music experience. All the benefits of Deezer Premium, plus High Fidelity sound. Supported audio devices include: Sonos, Sony, Devialet, Harman Kardon, Denon, Bang & Olufsen, Cabasse and more.
Implements a client class to query theDeezer API
deezer.client.
Client
(app_id=None, app_secret=None, access_token=None, headers=None, **kwargs)¶A client to retrieve some basic infos about Deezer resourses.
Create a client instance with the provided options. Options shouldbe passed in to the constructor as kwargs.
This client provides several method to retrieve the content of mostsort of Deezer objects, based on their json structure.
Headers can be forced by using the headers
kwarg.For example, use Accept-Language
header to force the output language.
app_id – appliication ID.
app_secret – application secret.
access_token – user access token.
headers – a dictionary of headers to be used.
Deprecated since version 1.4.0.
The following parameters will be removed in the next major version:
host - override the default hostname.
use_ssl - connect using HTTP if set to False.
advanced_search
(terms, relation=None, index=0, limit=25, **kwargs)¶Deezer Cliente
Advanced search of track, album or artist.
See Search section of Deezer API for search terms.
a list of Resource
objects.
get_album
(object_id, relation=None, **kwargs)¶Get the album with the provided id
an Album
object
get_artist
(object_id, relation=None, **kwargs)¶Get the artist with the provided id
Deezer Clienti
an Artist
object
get_chart
(relation=None, index=0, limit=10, **kwargs)¶Get chart
Deezer Client Orange
a list of Resource
objects.
get_comment
(object_id)¶Get the comment with the provided id
a Comment
object
get_episode
(object_id)¶Get the episode with the provided id
a Episode
object
get_genre
(object_id)¶Get the genre with the provided id
a Genre
object
get_genres
()¶a list of Genre
objects.
get_object
(object_t, object_id=None, relation=None, parent=None, **kwargs)¶Actually query the Deezer API to retrieve the object
json dictionary
get_playlist
(object_id)¶Get the playlist with the provided id
a Playlist
object
get_podcast
(object_id)¶Get the podcast with the provided id
a Podcast
object
get_radio
(object_id=None)¶Get the radio with the provided id.
a Radio
object
get_radios
()¶Get a list of radios.
a list of Radio
objects
get_radios_top
()¶Get the top radios (5 radios).
a Radio
object
get_track
(object_id)¶Get the track with the provided id
a Track
object
get_user
(object_id)¶Get the user with the provided id
a User
object
object_url
(object_t, object_id=None, relation=None, **kwargs)¶Deezer Client Github
Helper method to build the url to query to access the objectpassed as parameter
Apps free download for mobile phone. TypeError – if the object type is invalid
scheme
¶Get the http prefix for the address depending on the use_ssl attribute
search
(query, relation=None, index=0, limit=25, **kwargs)¶Search track, album, artist or user
a list of Resource
objects.
Deezer Client Free
url
(request=')¶Deezer App Free Download
Build the url with the appended request if provided.