• Resolved tomdes6

    (@tomdes6)


    Hello,

    how can I get the link of the record ?
    I would like to link each record to the Discog record page.

    Thank you

    Thomas

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author discpress

    (@discpress)

    Hi Thomas,

    this is something that will require some custom work:
    the link is in a custom field called release_endpoint.
    you should get this custom field in your theme and build the link.
    Reference: https://codex.www.ads-software.com/Custom_Fields

    Regards,

    Marco

    Thread Starter tomdes6

    (@tomdes6)

    Hi Marco,

    thank you for your quick answer.
    I saw that we can access to all the meta through custom field but the release_endpoint is the raw meta of the release : https://api.discogs.com/releases/6937483

    Do you know if I can filter the url which is called “uri” ?

    Thank you

    Thomas

    Plugin Author discpress

    (@discpress)

    You’re right, I’m sorry.

    The uri field is not available in the API endpoint fetched by Discogs.
    An additional call to the release endpoint mentioned above is required.
    We are not actively developing DiscPress anymore, but the code is fully available on Github if you wanna try adding this functionality yourself, or hire a developer to do this: https://github.com/marcofacheris/discpress

    Regards,
    Marco

    Plugin Author discpress

    (@discpress)

    Marking this as solved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Link to discog page’ is closed to new replies.