From 0f43e8258d06c844ba1f5730eea84d3f8514bfd3 Mon Sep 17 00:00:00 2001 From: AdeHub Date: Fri, 8 Aug 2025 17:28:21 +1200 Subject: [PATCH] Set macOS encoder multiprocessing method to 'fork' default for macOS python3 is 'spawn' which is not working with the current code --- data/interfaces/default/config.html | 4 ++-- headphones/music_encoder.py | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/data/interfaces/default/config.html b/data/interfaces/default/config.html index 28320c04..e3055ecc 100644 --- a/data/interfaces/default/config.html +++ b/data/interfaces/default/config.html @@ -1115,7 +1115,7 @@
- +
@@ -1401,7 +1401,7 @@ libavselect = '' %>
-