Files
bin/tvshow_categorize
rozbrian 304cbcc554 update
2026-01-10 20:46:22 +09:00

16 lines
316 B
Bash
Executable File

#!/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