Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My Collection sort options [feature request] #30

Open
mpetrossian opened this issue Feb 17, 2024 · 2 comments
Open

My Collection sort options [feature request] #30

mpetrossian opened this issue Feb 17, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@mpetrossian
Copy link

In the official Tidal app (ie the one from Tidal), there are sort options for My Collection > Albums of sort by Date Added, A-Z, Artist, Release Date. The Date Added sort option is handy to get to the newest additions quickly, especially if you can't remember what they were. The Date Added sort option is also available for My Collection > Artists

Would it be possible please to investigate / add this feature at a later date?

Many thanks.

@michaelherger
Copy link
Owner

Some of this is available in the API using:

{
		order => 'DATE',
		orderDirection => 'DESC',
}

More to be figured out.

@mpetrossian
Copy link
Author

Thank you. Appreciate your efforts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants