.coveragerc
.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
run_tests.sh
setup_dev.sh
.github/copilot-instructions.md
.github/workflows/publish.yml
media/settings1.png
media/settings2.png
media/stream1.png
media/stream2.png
media/stream3.png
media/tray.png
src/streamcondor/__init__.py
src/streamcondor/_version.py
src/streamcondor/favicons.py
src/streamcondor/main.py
src/streamcondor/model.py
src/streamcondor/monitor.py
src/streamcondor/resources.py
src/streamcondor/slhelper.py
src/streamcondor.egg-info/PKG-INFO
src/streamcondor.egg-info/SOURCES.txt
src/streamcondor.egg-info/dependency_links.txt
src/streamcondor.egg-info/entry_points.txt
src/streamcondor.egg-info/requires.txt
src/streamcondor.egg-info/top_level.txt
src/streamcondor/assets/app.png
src/streamcondor/assets/app.svg
src/streamcondor/assets/sc_b_idle.png
src/streamcondor/assets/sc_b_idle.svg
src/streamcondor/assets/sc_b_live.png
src/streamcondor/assets/sc_b_live.svg
src/streamcondor/assets/sc_b_off.png
src/streamcondor/assets/sc_b_off.svg
src/streamcondor/assets/sc_b_vips.png
src/streamcondor/assets/sc_b_vips.svg
src/streamcondor/assets/sc_w_idle.png
src/streamcondor/assets/sc_w_idle.svg
src/streamcondor/assets/sc_w_live.png
src/streamcondor/assets/sc_w_live.svg
src/streamcondor/assets/sc_w_off.png
src/streamcondor/assets/sc_w_off.svg
src/streamcondor/assets/sc_w_vips.png
src/streamcondor/assets/sc_w_vips.svg
src/streamcondor/ui/__init__.py
src/streamcondor/ui/settings.py
src/streamcondor/ui/stream.py
src/streamcondor/ui/trayicon.py
test/README.md
test/__init__.py
test/conftest.py
test/sample_config.json
test/test_configuration.py
test/test_configuration_more.py
test/test_favicons.py
test/test_helpers.py
test/test_launcher_args.py
test/test_model_additional.py
test/test_monitor.py
test/test_slhelper.py
test/test_stream_model.py
test/test_ui_settings_more_pytest.py
test/test_ui_settings_pytest.py
test/test_ui_settings_unittest.py
test/test_ui_stream_pytest.py
test/test_ui_stream_unittest.py
test/test_ui_tray_more_pytest.py
test/test_ui_tray_open_url_unittest.py
test/test_ui_tray_pytest.py
test/test_ui_tray_unittest.py