musicmuster/app
Keith Edmunds f4923314d8 Remove spurious logging. Start 10ms timer at a better time.
The 10ms timer was paused for five seconds when starting a track to
avoid a short pause (issue #223). That fixed the problem. However, it
doesn't need to be started until the fade graph starts changing, so we
now don't start it until then. It's possible that this may help the
occasional 'slow to refresh after moving tracks' issue that has been
seen which may be caused by timer ticks piling up and needing to be
serviced.
2025-01-31 09:55:21 +00:00
..
ui WIP file_importer rewrite, one test written and working 2025-01-21 21:26:06 +00:00
audacity_controller.py Tighten up AudacityController type hints 2024-12-22 15:11:30 +00:00
classes.py Use locking when creating singleton 2025-01-31 09:55:21 +00:00
config.py Cleanup around new logging 2025-01-31 09:55:21 +00:00
dbmanager.py Tighter mypy testing, fixed up type hints 2024-07-08 19:03:35 +01:00
dbtables.py Cascade deleted tracks to playlist_rows and playdates 2025-01-31 09:55:21 +00:00
dialogs.py Much improved file importer 2025-01-10 19:50:53 +00:00
file_importer.py Tweaks to FileImporter and tests 2025-01-31 09:55:21 +00:00
helpers.py WIP: FileImporter runs but needs more testing 2025-01-31 09:55:21 +00:00
infotabs.py Implement external browser 2024-07-19 19:59:18 +01:00
log.py Cleanup around new logging 2025-01-31 09:55:21 +00:00
logging_tester.py Fixup new logging 2025-01-31 09:55:21 +00:00
logging.yaml Cleanup around new logging 2025-01-31 09:55:21 +00:00
models.py Clean up type hints 2025-01-17 21:35:29 +00:00
music_manager.py Remove spurious logging. Start 10ms timer at a better time. 2025-01-31 09:55:21 +00:00
musicmuster.py Remove spurious logging. Start 10ms timer at a better time. 2025-01-31 09:55:21 +00:00
playlistmodel.py New FileImporter working, tests to be written 2025-01-31 09:55:21 +00:00
playlists.py WIP file_importer rewrite, one test written and working 2025-01-21 21:26:06 +00:00
utilities.py Rewrite file importer 2024-12-22 15:22:21 +00:00
vlcmanager.py Fix resource leak 2024-08-02 18:35:33 +01:00