beetbox / beetbox/beets

Finish disentangling dbcore from beets globals

Open
#1,531 0 comments 0 reactions 0 assignees View on GitHub
refactor
Dominant language
Python
Stars
15.7k
Forks
2.1k
Avg merge
4d 21h
Merged PRs (30d)
31

Description

There are three places left in `beets.dbcore` that reference `beets.config` (find them with `ack config beets/dbcore`). The `dbcore` component is supposed to be independent of the rest of beets, so we need to remove these.

Contributor guide

Open the contributing guide

Research direction

Run `ack config beets/dbcore` and inspect the three references in `beets/dbcore`. Trace what each use of `beets.config` provides before removing the dependency, then run the relevant project tests to confirm dbcore still works independently of beets globals.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
databases
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.