Hi,
to answer your questions :
– Is there a shortcode to display the collection on one page?
Not at the moment, we are working on it in a future version, to achieve it now there are a lot of plugins for displaying Custom Post Types
– All meta data is in custom fields which don’t display on the release page.
Here also you can use a plugin to display custom fields, we plan to add custom fields in the shortcode
– Is it possible to import full size (or at least medium) images?
Downloading larger images through the API could overload both the Discogs server and your WP server. Also the code to fetch different image sizes is way more difficult cause we have to loop not only the user collection but also every single release to get the different image sizes.
We want to wait, if more users start to use the plugin we can consider to add this kind of features
best