This commit is contained in:
rozbrian
2026-01-10 20:46:22 +09:00
commit 304cbcc554
66 changed files with 1291 additions and 0 deletions

15
tvshow_categorize Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
# Change to the target directory
TARGET_DIR="$DS918_DIR/video/#tvshow"
if cd "$TARGET_DIR"; then
echo "==== $(pwd) ===="
else
echo "Failed to change directory to $TARGET_DIR"
exit 1
fi
# Run the categorization scripts
tvshow_categorize_folders
tvshow_categorize_files
tvshow_categorize_etc