Finish disentangling dbcore from beets globals
Open
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
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