Page 1 of 1

Expand genre api

Posted: 16 Jul 2017, 01:35
by a7medo778
Hi,
So i have multi genre in my app, that means i need to be able to apply all calls genre specific

For example for the charts i need the top tracks (which is available) but for a specific genre
Latest added, trending...etc

For tracks, albums and artists


Sent from my iPhone using Tapatalk

Re: Expand genre api

Posted: 16 Jul 2017, 11:20
by Madsonic
a7medo778 wrote:Hi,
So i have multi genre in my app, that means i need to be able to apply all calls genre specific

For example for the charts i need the top tracks (which is available) but for a specific genre
Latest added, trending...etc

For tracks, albums and artists

Sent from my iPhone using Tapatalk
Dear Ahmed,

We put your suggestion to the todo list!

Please look at the API documentation, some REST calls already exist where you can specify your genre.

getArtistsByGenre http://beta.madsonic.org/pages/api.jsp# ... stsByGenre
getRandomAlbumsID3 http://beta.madsonic.org/pages/api.jsp# ... mAlbumsID3
getAlbumListID3 http://beta.madsonic.org/pages/api.jsp#getAlbumListID3
getRandomSongs http://beta.madsonic.org/pages/api.jsp#getRandomSongs

Best regards,
The Madsonic Team

Re: Expand genre api

Posted: 17 Jul 2017, 08:29
by a7medo778
Madevil wrote:
a7medo778 wrote:Hi,
So i have multi genre in my app, that means i need to be able to apply all calls genre specific

For example for the charts i need the top tracks (which is available) but for a specific genre
Latest added, trending...etc

For tracks, albums and artists

Sent from my iPhone using Tapatalk
Dear Ahmed,

We put your suggestion to the todo list!

Please look at the API documentation, some REST calls already exist where you can specify your genre.

getArtistsByGenre http://beta.madsonic.org/pages/api.jsp# ... stsByGenre
getRandomAlbumsID3 http://beta.madsonic.org/pages/api.jsp# ... mAlbumsID3
getAlbumListID3 http://beta.madsonic.org/pages/api.jsp#getAlbumListID3
getRandomSongs http://beta.madsonic.org/pages/api.jsp#getRandomSongs

Best regards,
The Madsonic Team
Thanks for the reply, its awesome that its added to the list as its import to create a proper charts feature
If i may add, a time scope parameter (top played by week, month, all time) if possible
(Though i think it should be calculated once a day or a week)


Sent from my iPhone using Tapatalk

Re: Expand genre api

Posted: 03 May 2018, 11:18
by Matt Zornig
a7medo778 wrote:If i may add, a time scope parameter (top played by week, month, all time) if possible
(Though i think it should be calculated once a day or a week)
I like this, although its possible to get this information outside of madsonic, if you have configured the last.fm scrobbling in madsonic. Then you can just use the last.fm service (but I know, this is not what you want).