Skip to content

Ability to change the sorting of results #110

Answered by AnssiAhola
VinylVault asked this question in Ideas
Discussion options

You must be logged in to vote
user = client.user("username")

releases = user.collection_folders[folder_id].releases 

releases.sort("added", "asc")
for release in releases:
    print(release.instance_id)

List of accepted sort keys for collection folders found here

@VinylVault
I'll mark this as answered.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@VinylVault
Comment options

@AnssiAhola
Comment options

@VinylVault
Comment options

@AnssiAhola
Comment options

@AnssiAhola
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by AnssiAhola
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants