-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Allow selecting either tags or genres in the includes, defaulting to genres #5874
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
Conversation
|
Thank you for the PR! The changelog has not been updated, so here is a friendly reminder to check if you need to add an entry. |
4698b56 to
e348566
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5874 +/- ##
==========================================
+ Coverage 67.39% 67.44% +0.04%
==========================================
Files 136 136
Lines 18523 18526 +3
Branches 3129 3129
==========================================
+ Hits 12484 12494 +10
+ Misses 5375 5369 -6
+ Partials 664 663 -1
🚀 New features to boost your workflow:
|
d3bf316 to
62d1d60
Compare
9c2d293 to
b396dfe
Compare
|
Hi! Anything else I need to do for this PR? |
|
Apologies - couldn't review this earlier. The build seems to be failing due to documentation formatting and typing issues - are you happy to address these? |
23cb9f8 to
ff9f2ef
Compare
|
Thanks! I fixed the typing error and one of the docs formatting, but I'm not sure what it's complaining about with the other docs file. |
Just try running |
|
I tried that but ran into this error: After some experimenting I ran |
|
dr
Try docstrfmt -p pyproject.toml docs/plugins/musicbrainz.rst |
|
Sorry, for the late response, I didn't get a notification for that. I still get this error with that command: |
962b4bd to
f46c0e5
Compare
|
OK, it was a little complicated and I'm not sure why it wasn't working but I think I got the linting to pass. Anything else I need to do for this? |
|
Hi again! Anything else I need to do for this PR? |
|
LGTM but since @snejus requested changes initially I'd like to ask them for the final go :-) |
…genres Genres is a filtered list based on what musicbrainz considers a genre, tags are all the user-submitted tags. [1] 1. https://musicbrainz.org/doc/MusicBrainz_API#:~:text=Since%20genres%20are,!). Also apply suggestions from code review Co-authored-by: Šarūnas Nejus <[email protected]>
|
Also @aereaux would you mind including |
Co-authored-by: Šarūnas Nejus <[email protected]>
075d5bd to
0b329e4
Compare
|
OK, I think I got the tests right. Let me know how that looks! Thanks! |
0b329e4 to
672bf0b
Compare
snejus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks!
Description
Genres is a filtered list based on what musicbrainz considers a genre, tags are all the user-submitted tags. [1]
To Do
docs/to describe it.)docs/changelog.rstto the bottom of one of the lists near the top of the document.)