Add a TODO.

This commit is contained in:
Hyperling 2025-03-19 08:15:11 -07:00
parent 94c387faba
commit 9fcb460c96

View File

@ -66,6 +66,7 @@ mkdir -pv "$NEW" "$INT"
## Convert Media ## ## Convert Media ##
# TODO: Use the INTERIM folder folder, or remove references to it entirely.
echo "* Ensure all files are mp3." echo "* Ensure all files are mp3."
find "$OLD" -type f ! -name "*".mp3 | sort | while read file; do find "$OLD" -type f ! -name "*".mp3 | sort | while read file; do
echo "** Working on '$file'." echo "** Working on '$file'."