musicmuster/app
Keith Edmunds 40cad1c98f Fix resource leak
After around 1.5h of operation, we'd get messages such as:

vlcpulse audio output error: PulseAudio server connection failure: Connection terminated

Tracked down to not correctly releasing vlc player resources when
track had finished playing. Fixed now, and much simplified the fadeout
code as well.
2024-08-02 18:35:33 +01:00
..
ui Fixup type hints, renamed function 2024-07-22 16:27:31 +01:00
classes.py Fix resource leak 2024-08-02 18:35:33 +01:00
config.py Increase play debounce time 500ms → 1000ms 2024-07-26 11:20:15 +01:00
dbmanager.py Tighter mypy testing, fixed up type hints 2024-07-08 19:03:35 +01:00
dbtables.py Rewrite of track handling 2024-07-29 18:52:02 +01:00
dialogs.py Reduce complexity of playlistmodel:headerData 2024-07-21 08:58:49 +01:00
helpers.py Quieten logging: move many info to debug 2024-07-30 16:51:53 +01:00
infotabs.py Implement external browser 2024-07-19 19:59:18 +01:00
log.py Log.debug production stackprinter messages 2024-07-26 18:10:53 +01:00
models.py Rewrite of track handling 2024-07-29 18:52:02 +01:00
musicmuster.py Fix resource leak 2024-08-02 18:35:33 +01:00
pipeclient.py Tighter mypy testing, fixed up type hints 2024-07-08 19:03:35 +01:00
playlistmodel.py Fix resource leak 2024-08-02 18:35:33 +01:00
playlists.py More log quietening 2024-07-30 16:54:00 +01:00
utilities.py Tighter mypy testing, fixed up type hints 2024-07-08 19:03:35 +01:00
vlcmanager.py Fix resource leak 2024-08-02 18:35:33 +01:00