dmdhrumilmistry / MusicAPy

A Python wrapper for Jio Saavn API
https://dmdhrumilmistry.github.io/MusicAPy/
MIT License
2 stars 3 forks source link

Define complex query #4

Closed arsaboo closed 1 year ago

arsaboo commented 1 year ago

Wondering if is it possible to add other parameters in the search API. For example, I would like to add album, year, and title to get the right matches in api.search_song('song_name').

dmdhrumilmistry commented 1 year ago

Wondering if is it possible to add other parameters in the search API. For example, I would like to add album, year, and title to get the right matches in api.search_song('song_name').

Yes, That could be added, but basically I've provided user to make requests to the JioSaavn API using this library. So its up to the user how they want to process the requests further and extract useful information.

dmdhrumilmistry commented 1 year ago

I'm closing this issue due to inactivity. If you need help then you can reopen the issue.