tamland / python-tidal

Python API for TIDAL music streaming service
GNU Lesser General Public License v3.0
413 stars 110 forks source link

Update favorites.tracks to accept order and orderDirection params #206

Closed Jimmyscene closed 11 months ago

Jimmyscene commented 1 year ago

I've defaulted these to what appears to be the default for the API, but adding them allows users to pass in e.g. order=DATE orderDirection=DESC to get the tracks in the date they were added to favorites. There are likely other possibilities for the order but I'm not sure what they are (;

tehkillerbee commented 11 months ago

Thanks for the PR, this is a useful feature. We should probably add a few more details on possible options for order and orderDirection before merging this. I will add it in a separate MR.