Šarūnas Nejus

Results 229 comments of Šarūnas Nejus

@Morikko, this may be slightly complicated. We won't be able to publish a new version of the package and will have to depend on the GitHub URL of the fork,...

Here we go: https://github.com/beetbox/beets/pull/6052

Note @sampsyo had not been active recently, tagging @beetbox/maintainers may be your best bet if you need something that needs looking at!

I don't see why not, that's a good idea!

You may want to consider updating your (dependent) branches with `git rebase` + force pushes rather than `git merge`. GitHub seems to support it a bit better, for example, see...

> slowly start to create PRs to prepare the specific metadata plugins for adaption If you undo `MetadataSourcePlugin.get_artist -> artists_to_artist_str` replacement and `_get_id` removal, you should be left with very...

Can we keep this PR focused on what the title suggests? > Refactor of metadata plugin and opt in all metadata plugins to new baseclass Could you move commits with...

Thanks for moving the docs changes out! The PR still contains plugin refactors, namely `beatport`, `deezer` and `spotify`. I see the changes you've made in `discogs` and I expect an...

I removed support for the latest version [here](https://github.com/beetbox/beets/issues/5450) since I found that the tests failed (for some reason). I thought that issue could be addressed in a separate PR where...