Skip to content

Get list of releases of my collection for each folder #64

Answered by JOJ0
aurel1char asked this question in Support
Discussion options

You must be logged in to vote

HI @aurel1char, you need to cycle through the collection folder's releases iterable. Something like this:

for item in collection_folders[0].releases:
    print(item)
    print(dir(item))

ID 0 is a special folder ID, it's got all the releases in your collection. ID's 1, 2, 3, ... are your particular folders.

HTH

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@aurel1char
Comment options

Answer selected by JOJ0
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@AnssiAhola
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants