Skip to content

issues Search Results · repo:browniebroke/deezer-python language:Python

Filter by

50 results
 (67 ms)

50 results

inbrowniebroke/deezer-python (press backspace or delete to remove)

Is your feature request related to a problem? Please describe. Deezer has added an AI detection tool to their system and, I believe since June this year, Deezer warns you when a track has been made using ...
enhancement
  • davetremblay
  • Opened 
    8 days ago
  • #1377

Is your feature request related to a problem? Please describe. At this moment it is not possible to register new apps on Deezer, so I guess that should be clearly stated somewhere. If you do not have ...
enhancement
  • viking1304
  • 4
  • Opened 
    on Jun 2
  • #1357

Is your feature request related to a problem? Please describe. Thank you for this amazing project! 😍 While using this library in an asynchronous context (let s say in an asynchronous API), it would strongly ...
enhancement
  • jmaupetit
  • 2
  • Opened 
    on May 12
  • #1339

Describe the bug In src/deezer/resources/artist.py The Artist.get_radio method returns a list of tracks with the caller artist as the artist. A radio is composed of tracks that are from other artists ...
bug
  • tdambrin
  • Opened 
    on Dec 4, 2024
  • #1210

Hi! I love this lib and im currently using it to integrate deezer into music assistant. But i have a problem. The get_user_albums works great but i would also love to be able to use get_user_playlists ...
  • jonbng
  • 5
  • Opened 
    on Mar 22, 2023
  • #681

Followed the installation steps for this package but for some reason its always returning an empty paginated list. import deezer client = deezer.Client() print(client.get_album(680407).title) print(client.search( ...
  • sortedcord
  • 2
  • Opened 
    on Dec 21, 2022
  • #651

The doc was showing how its used with client.search( Daft Punk , relation= artist ) This was not the case as it threw an error: TypeError: Client.search() got an unexpected keyword argument relation ...
  • Qoyyuum
  • 1
  • Opened 
    on Sep 2, 2022
  • #565

When using the following code with v5.3.3 of this lib deezer_client = deezer.Client() deezer_podcast = deezer_client.get_podcast(3330122) deezer_episodes = deezer_podcast.get_episodes() for episode in ...
  • andygrunwald
  • 4
  • Opened 
    on Jul 17, 2022
  • #536

I noted the behaviour below trying to extract UPC information. If i query the Album directly, I can access all the metadata I expect. However, if i get the album second-hand from a Artist.get_albums() ...
  • truxnell
  • 2
  • Opened 
    on Jul 4, 2022
  • #530

Client.rate_album and Album.rate_album both fail: import deezer client = deezer.Client(access_token= [...] ) client.rate_album(302127, 4) # OR album = client.get_album(302127) album.rate(4) Traceback ...
  • pierrand
  • 1
  • Opened 
    on Feb 21, 2022
  • #461
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub