update
This commit is contained in:
15
tvshow_categorize
Executable file
15
tvshow_categorize
Executable 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
|
||||
Reference in New Issue
Block a user