Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 465 Bytes

QUESTIONS.md

File metadata and controls

7 lines (6 loc) · 465 Bytes

Technical questions about beets

  • The config is a global object, instead of a class instance. This creates problems, because we cannot set custom values for a session in local scope, but have to tweak and reset (!) the global instance - thus applying the tweaks to all sessions and tasks (hypothetically running at the same time).
  • Shall we make PRs for beets types?
    • AlbumMatch
    • Pipeline decorators
  • How to serialize Task objects (to db)?