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

[feature] musicbrainz release-group ID and release to add album #146

Closed
Pompiedom opened this issue Jul 8, 2023 · 2 comments · Fixed by #150
Closed

[feature] musicbrainz release-group ID and release to add album #146

Pompiedom opened this issue Jul 8, 2023 · 2 comments · Fixed by #150
Assignees
Labels
enhancement New feature or request

Comments

@Pompiedom
Copy link

Many albums don't appear automatically in lidarr and you can add them manually by ID. Would it be possible to add the lidarr icon also on the following urls besides artist.

As artist is already supported it would be awesome to also add:

@Pompiedom
Copy link
Author

Pompiedom commented Jul 8, 2023

I can't branch/commit but here is the proposed addition. Sorry formatting is going all wonky.

{ id: 'musicbrainz', defaultSite: 'lidarr', search: { containerSelector: '.rgheader > h1 > a', selectorType: 'href', modifiers: [ { type: 'replace', from: '/release-group/', to: 'lidarr:' } ] }, match: { term: 'musicbrainz.org/release-group' }, icon: { containerSelector: '.rgheader > h1', locator: 'prepend', imgStyles: 'width: 26px; margin: 0 5px -4px 0;' } }, { id: 'musicbrainz', defaultSite: 'lidarr', search: { containerSelector: '.releaseheader > h1 > a', selectorType: 'href', modifiers: [ { type: 'replace', from: '/release/', to: 'lidarr:' } ] }, match: { term: 'musicbrainz.org/release' }, icon: { containerSelector: '.releaseheader > h1', locator: 'prepend', imgStyles: 'width: 26px; margin: 0 5px -4px 0;' } },

@Pompiedom Pompiedom changed the title musicbrainz release-group ID and release to add album [Feature request] musicbrainz release-group ID and release to add album Jul 9, 2023
@Pompiedom Pompiedom changed the title [Feature request] musicbrainz release-group ID and release to add album [feature] musicbrainz release-group ID and release to add album Jul 9, 2023
@Pompiedom
Copy link
Author

I tested the above proposed edits in my local extensions and it works.

@trossr32 trossr32 self-assigned this Jul 22, 2023
@trossr32 trossr32 added the enhancement New feature or request label Jul 22, 2023
@trossr32 trossr32 mentioned this issue Jul 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants