mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
[FeatureRequest] Add Get Albums by foreignArtistId to the API #316
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
Area: Update API
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Don't Merge
Status: Help Wanted
Status: In Progress
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
conflict
no-conflict
not-pulled
radarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Lidarr#316
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tidusjar on GitHub (Aug 23, 2018).
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
I would like another API endpoint similar to
api/v1/album/{artistId}but with the ability to pass in theForignArtistId.Describe alternatives you've considered
Can't think of any
Additional context
The reason for this is in Ombi, I would like to give the ability to search via Artist, then show the albums by that Artist, currently this is not possible unless they have that artist already in Lidarr.
AB#447
@Qstick commented on GitHub (Sep 9, 2018):
@danielunderwood do you have a parameter built into album lookup on metadata side that would allow lookup by artist to return all albums? Worst case we just make a Artist call which returns all albums already.
@danielunderwood commented on GitHub (Sep 9, 2018):
Not if you're saying by search. I suppose it could be added if necessary. The current flow would be to do a search and follow that up with an artist request.
@tidusjar commented on GitHub (Apr 7, 2019):
Has there been any progress on this?