From 1cc87855ab15461f346c18ad801430e13b21b87b Mon Sep 17 00:00:00 2001 From: wander Date: Sat, 7 Feb 2026 16:02:03 -0500 Subject: [PATCH] debugging vibecoded dogshit --- ta_symlink.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ta_symlink.py b/ta_symlink.py index 3f5d25e..9d8e5b0 100644 --- a/ta_symlink.py +++ b/ta_symlink.py @@ -715,6 +715,11 @@ def process_videos(): # Check if channel exists in the WRONG place and MOVE it (Migration/Toggle) wrong_channel_dir = other_root / sanitized_channel_name correct_channel_dir = target_root / sanitized_channel_name + + # DEBUG LOGGING (Temporary) + if meta["channel_name"] in hidden_channels: + log(f"DEBUG: Checking {meta['channel_name']} (Hidden). Wrong Dir: {wrong_channel_dir}, Exists? {wrong_channel_dir.exists()}") + if wrong_channel_dir.exists(): try: