alastair / python-musicbrainzngs

Python bindings for Musicbrainz' NGS webservice
http://python-musicbrainzngs.readthedocs.io/
Other
274 stars 105 forks source link

maximal number of tracks of a release #268

Closed dosoe closed 3 years ago

dosoe commented 3 years ago

Hi! I'm wondering: for releases with more than 500 tracks, get_release_by_id doesn't provide all the data it else provides (among others, it doesn't provide work-level-rels). Is there a way to know, other than to count the tracks of the release, if the data returned is complete or if the release is too big? Thanks, Dorian