Skip to content

Conversation

@HiItsStolas
Copy link

@HiItsStolas HiItsStolas commented Nov 7, 2025

Description

This is 99% https://github.com/0-Pierre 's branch (#1238), all credit to them!

Haven't had any action on the other PR for a while, so this is a re-based + updated PR based on that PR.

Screenshot (if UI-related)

To-Dos

  • Disclosed any use of AI (see our policy)
  • Successful build pnpm build
  • Translation keys pnpm i18n:extract
  • Database migration (if required)

Issues Fixed or Closed

Please use this discussion #2160 as a place to discuss testing / questions related to the work-in-progress Music support feature. This will allow the PR comments to be used for code review instead of general discussion.

@HiItsStolas HiItsStolas changed the title Lidarr [Rebased and updated] WIP Seerr Music support [Rebased and updated] WIP Nov 8, 2025
@HiItsStolas
Copy link
Author

Little bits to fix up, but its mostly working again against the new code. I am trying to reduce some of the changes though, I feel like it touches and changes more than it needs to in some places. Any feedback helpful. All credit to @0-Pierre for 99% of the work.

@HiItsStolas HiItsStolas changed the title Seerr Music support [Rebased and updated] WIP feat: Seerr Music support [Rebased and updated] WIP Nov 8, 2025
@github-actions github-actions bot added the merge conflict Cannot merge due to merge conflicts label Nov 8, 2025
@github-actions
Copy link

github-actions bot commented Nov 8, 2025

This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.

@github-actions github-actions bot removed the merge conflict Cannot merge due to merge conflicts label Nov 8, 2025
@MrDuartePT
Copy link

MrDuartePT commented Nov 8, 2025

This is kinda off topic but if you want you can add at end of the commit message Co-authored-by: 0-Pierre <[email protected]> and he also appear as the author of the commit.

Also might be good practice to rebase commit a commit or just clone the branch and update from there.
Because is difficult to review this large commit, but its just an opinion I only user of the software not a developer.

Bellow is a clean way of getting the old branch on your repo:

git checkout -b lidarr-bk lidarr #saves your branch
git branch -D lidarr
git remote add 0pierre https://github.com/0-Pierre/jellyseerr.git
git fetch 0pierre
git checkout -b lidarr origin/0pierre

@HiItsStolas
Copy link
Author

Thank you! I did have a really nice rebase that included all of pierre's commit history, then my lack of git expertise caused me to fumble and nuke it all. I'll try and get it back with that :)

@github-actions
Copy link

github-actions bot commented Nov 8, 2025

This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.

@github-actions github-actions bot added the merge conflict Cannot merge due to merge conflicts label Nov 8, 2025
0-Pierre and others added 16 commits November 9, 2025 08:54
…ULL constraint failure in metadata_album.caaUrl
separted the discography and similar-artist from the monolithic artists call
Music was being blacklisted, and the API call to listenbrainz was wrong
Aligned the request notifications with radarr and sonarr, which fixed how it used updateParentStatus
@github-actions github-actions bot removed the merge conflict Cannot merge due to merge conflicts label Nov 8, 2025
@HiItsStolas
Copy link
Author

Eyyy got it back!

@0xSysR3ll
Copy link
Contributor

Little bits to fix up, but its mostly working again against the new code. I am trying to reduce some of the changes though, I feel like it touches and changes more than it needs to in some places. Any feedback helpful. All credit to @0-Pierre for 99% of the work.

Indeed, if you feel like things can be removed/refactored to reduce the number of changes, please do.
Seeing +14,451 −1,107 already gives me a headache x)

@github-actions github-actions bot added the merge conflict Cannot merge due to merge conflicts label Nov 18, 2025
@github-actions
Copy link

This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.

@M0NsTeRRR
Copy link
Member

M0NsTeRRR commented Nov 19, 2025

Hello,

Why is there a need to supersede PR #1238 ?

In his last message, 0-Pierre confirmed he is still available to work on until we (Seerr) are ready for it.

@0-Pierre
Copy link

0-Pierre commented Nov 19, 2025

Hi everyone,

To be honest I'm pretty happy someone with an other vision refactor the code, I'm very busy and don't have that much time this last 6 months.

So enjoy, let's makes Seerr even better 👍

@M0NsTeRRR
Copy link
Member

Thanks for your quick feedback @0-Pierre I can close your PR in favor of this one so :)

@M0NsTeRRR M0NsTeRRR changed the title feat: Seerr Music support [Rebased and updated] WIP feat: music support Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge conflict Cannot merge due to merge conflicts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Music / Audio support

5 participants