-
-
Notifications
You must be signed in to change notification settings - Fork 25
[Feat]: Add Deezer artists / album artists / top track artists by country #191
Comments
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... |
Doesn't look like a solution there... |
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 *** 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 |
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. |
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... |
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. |
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.
The text was updated successfully, but these errors were encountered: