1
0
Fork 0
mirror of https://github.com/Lidarr/Lidarr.git synced 2026-03-03 00:26:58 -05:00

MediaCover API Documentation Needs Updating #564

Closed
opened 2026-02-20 12:03:43 -05:00 by deekerman · 3 comments
Owner

Originally created by @TChilderhose on GitHub (Jun 9, 2019).

Describe the bug
PR #780 changed the endpoints for artist and album MediaCover apis as outlined in the wiki.

Old Example:

/api/v1/MediaCover/1/poster-250.jpg
/api/v1/MediaCover/Albums/9/cover-250.jpg

New Working Example:

/api/v1/MediaCover/Artist/1/poster-250.jpg
/api/v1/MediaCover/Album/9/cover-250.jpg

System info (please complete the following information):

  • Lidarr Version: 0.6.2.883
  • Operating System: Linux (Docker)
  • Mono Version: 5.20.1.19

Additional context
Not sure the protocol for public editing wiki pages, and I'm sort of new to the github project flow (svn guy) so not sure what is all supported for pull requests on something like wikis. Thanks for all the hard work!

Originally created by @TChilderhose on GitHub (Jun 9, 2019). **Describe the bug** PR #780 changed the endpoints for artist and album MediaCover apis as outlined [in the wiki](https://github.com/lidarr/Lidarr/wiki/Images). Old Example: ``` /api/v1/MediaCover/1/poster-250.jpg /api/v1/MediaCover/Albums/9/cover-250.jpg ``` New Working Example: ``` /api/v1/MediaCover/Artist/1/poster-250.jpg /api/v1/MediaCover/Album/9/cover-250.jpg ``` **System info (please complete the following information):** - Lidarr Version: 0.6.2.883 - Operating System: Linux (Docker) - Mono Version: 5.20.1.19 **Additional context** Not sure the protocol for public editing wiki pages, and I'm sort of new to the github project flow (svn guy) so not sure what is all supported for pull requests on something like wikis. Thanks for all the hard work!
deekerman 2026-02-20 12:03:43 -05:00
Author
Owner

@Qstick commented on GitHub (Jun 9, 2019):

We currently have wiki open for public edits, feel free to update the page. We can keep this open until then.

Thanks!!

@Qstick commented on GitHub (Jun 9, 2019): We currently have wiki open for public edits, feel free to update the page. We can keep this open until then. Thanks!!
Author
Owner

@TChilderhose commented on GitHub (Jun 9, 2019):

Great! Updated it. Let me know if you need me to change anything in it. Otherwise going to close.

Thanks again!

@TChilderhose commented on GitHub (Jun 9, 2019): Great! Updated it. Let me know if you need me to change anything in it. Otherwise going to close. Thanks again!
Author
Owner

@Qstick commented on GitHub (Jun 9, 2019):

Think we ditched the 500px cover, so that could be removed from options at bottom

@Qstick commented on GitHub (Jun 9, 2019): Think we ditched the 500px cover, so that could be removed from options at bottom
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Lidarr-Lidarr#564
No description provided.