From d03d54b0bbd5d516b02836e464c4e819aa15f32b Mon Sep 17 00:00:00 2001 From: CodeName393 Date: Thu, 29 Jan 2026 02:37:34 +0900 Subject: [PATCH] Add filename configuration options Added filename configuration options for handling Unicode and episode names. --- unshackle/unshackle-example.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unshackle/unshackle-example.yaml b/unshackle/unshackle-example.yaml index 36e7c2c..41d95e5 100644 --- a/unshackle/unshackle-example.yaml +++ b/unshackle/unshackle-example.yaml @@ -39,6 +39,10 @@ title_cache_enabled: true # Enable/disable title caching globally (default: true title_cache_time: 1800 # Cache duration in seconds (default: 1800 = 30 minutes) title_cache_max_retention: 86400 # Maximum cache retention for fallback when API fails (default: 86400 = 24 hours) +# Filename Configuration +unicode_filenames: false # optionally replace non-ASCII characters with ASCII equivalents +insert_episodename_into_filenames: true # optionally determines whether the specific name of an episode is automatically included within the filename for series content. + # Debug logging configuration # Comprehensive JSON-based debug logging for troubleshooting and service development debug: