play-daemon-threaded/pipeline/handlers
Erik Thuning cbf29c4962 Implementing a unified job pool for transcodes and subtitles never panned out,
so the code was just adding unnecessary complexity. The pipeline now uses
mp.pool to manage ffmpeg jobs as before.

This reverts commit f91109fb3e and deletes the
WorkThread class and its associated tests.
2024-10-17 11:34:00 +02:00
..
__init__.py Implementing a unified job pool for transcodes and subtitles never panned out, 2024-10-17 11:34:00 +02:00
audio.py Fixed a typo 2024-03-27 10:40:31 +01:00
handler.py Implementing a unified job pool for transcodes and subtitles never panned out, 2024-10-17 11:34:00 +02:00
metadata.py VisibilityHandler (#3) 2024-03-27 14:54:33 +01:00
poster.py VisibilityHandler (#3) 2024-03-27 14:54:33 +01:00
slides.py VisibilityHandler (#3) 2024-03-27 14:54:33 +01:00
subtitles_import.py VisibilityHandler (#3) 2024-03-27 14:54:33 +01:00
subtitles_whisper_serial.py VisibilityHandler (#3) 2024-03-27 14:54:33 +01:00
subtitles_whisper.py Added a debug log line when the model has finished loading. 2024-10-16 14:03:20 +02:00
thumbnail.py Made it possible to have more than one handler of the same type 2023-11-23 15:41:42 +01:00
transcode.py Implementing a unified job pool for transcodes and subtitles never panned out, 2024-10-17 11:34:00 +02:00
visibility.py VisibilityHandler (#3) 2024-03-27 14:54:33 +01:00