Does the thumbnails data ".@__thumb" not get cleaned up when (re)moving video files? I see these files on my NAS but not under macOS (via smb). So I can only remove them from my NAS. (QNAP)
find . -name ".@__thumb" | while read f; do rm -rf "$f"; done
Does the thumbnails data ".@__thumb" not get cleaned up when (re)moving video files? I see these files on my NAS but not under macOS (via smb). So I can only remove them from my NAS. (QNAP)
find . -name ".@__thumb" | while read f; do rm -rf "$f"; done