mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-02 22:57:22 -05:00
[BUG]: Split authors that are not in an array #261
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Tooling
Area: UI
Area: Update API
Priority: High
Priority: Low
Priority: Medium
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
lidarr-pull
radarr-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/Prowlarr#261
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 @PearsonFlyer on GitHub (Aug 21, 2021).
Is there an existing issue for this?
Current Behavior
Books by multiple authors should be in an array, but sometimes are not. Detecting the & in an author name, we should be able to break those out into an array again to make it a proper author format.
Example:
"creators": [
{
"creator": "Terry Pratchett, Ian Stewart & Jack Cohen",
"role": "aut"
}
]
Expected Behavior
Each author should be separate in an array. Readarr uses only the first author for matching, so this format is lowering the match percentage on poorly-tagged books.
Steps To Reproduce
No response
Environment
What branch are you running?
Nightly
Anything else?
Logs for this example are here: https://0bin.net/paste/LnNQ1vkM#3WTpZ0OcnGZqtPEKdn7OaU6pK0VqOTy-928hX6WR3vG
AB#1485
@PearsonFlyer commented on GitHub (Aug 21, 2021):
Oops, wrong github.