currently we only parse the beets config in our entrypoint.
thus, the num_workers need to be parsed from there, as the rest of the config.
smoothest way is to put this into a small python inti script, that parses all the configs, like our main module, and launch this once from the entry point.
we have multiple ways to set configs:
currently we only parse the beets config in our entrypoint.
thus, the num_workers need to be parsed from there, as the rest of the config. smoothest way is to put this into a small python inti script, that parses all the configs, like our main module, and launch this once from the entry point.
cf. https://gitlab.gwdg.de/irp/snip/-/blob/main/packages/python/pyproject.toml?ref_type=heads#L40