Krop

Results 3 issues of Krop

Can't run app on android tv. Would be good to listen turntable on tv.

"override" is hardcoded by True. Suggest to add _override = early_config.getini("env_override_existing_values") to make this configurable ``` def pytest_sessionstart(session): config = session.config if config.getoption("envfile", default=None) is not None: load_dotenv(dotenv_path=config.getoption("envfile"), override=True) ```