Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

[Feat]: Add Deezer artists / album artists / top track artists by country #191

Open
steve1977 opened this issue Jan 26, 2023 · 8 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@steve1977
Copy link

Curious what Deezer lists are picked up when enabling this and how many artists are pulled? Just the #1 or top 10? Any chance to make this configurable to allows top-x? And even more important by country? For example, I'd love to automatically pull the #1 artist/albumartist/toptrackartists from Deezer Germany.

@RandomNinjaAtk
Copy link
Owner

What your asking for requires API support, and I'm not aware of any support for selecting region... If you can provide an API example, I can look into incorporating it...

@RandomNinjaAtk RandomNinjaAtk added enhancement New feature or request help wanted Extra attention is needed labels Jan 26, 2023
@steve1977
Copy link
Author

@RandomNinjaAtk
Copy link
Owner

Doesn't look like a solution there...

@steve1977
Copy link
Author

Seems my API knowledge is too little to even notice ;-) I thought the response below was the answer how to do it?

*** There is a way to make it you only have to search the top chart playlist for each country using the method curl --location
*** --request GET https://api.deezer.com/search/playlist?q=Trending France.

*** In that query, you can change the country name with all the countries.

*** To get the top chart of the country you only have to get the first playlist and in that you will find the correct list of top
*** chart songs following the link in the firsts track list item

@RandomNinjaAtk
Copy link
Owner

RandomNinjaAtk commented Jan 26, 2023

This is not a really viable solution and only grabs playlists, which means more trickery/workarounds would be needed. I will not be implementing this, if there was a API solution that actually worked, much like what is currently used, I would consider implementing it.

@RandomNinjaAtk RandomNinjaAtk added the wontfix This will not be worked on label Jan 26, 2023
@RandomNinjaAtk
Copy link
Owner

If someone wants to take the time to write up a PR that works and doesn't break existing functionality. I'll consider incorporating it...

@RandomNinjaAtk RandomNinjaAtk removed the wontfix This will not be worked on label Jan 26, 2023
@steve1977
Copy link
Author

When enabling the deezer import feature in docker settings, how often does it pull artists? Only once upon docker restart or more frequently. I've been trying this now for a while and it seems that it only pulls at docker reboot. Not sure and not sufficient evidence to check.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants