Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lidarr push failed to parse #126

Closed
ludviglundgren opened this issue Feb 8, 2022 · 0 comments · Fixed by #133
Closed

Lidarr push failed to parse #126

ludviglundgren opened this issue Feb 8, 2022 · 0 comments · Fixed by #133
Labels
backend Backend bug Something isn't working Download client

Comments

@ludviglundgren
Copy link
Contributor

Releases fails to push from the two most prominent music trackers because the release name is to sparse.

We parse their releases as Artist - Album which is not enough for Lidarr release/push. It needs at least the year in the title to properly function like Artist - Album 2022.

Possible fixes:

  • Extend regex to capture year as well in the tittle Artist - Album [2022]
  • Build the title and add year from the parsed release before making the api post
  • Fetch full release name from api
@ludviglundgren ludviglundgren added bug Something isn't working backend Backend Download client labels Feb 8, 2022
@ludviglundgren ludviglundgren linked a pull request Feb 10, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend bug Something isn't working Download client
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant