https://bugs.kde.org/show_bug.cgi?id=515572
--- Comment #4 from Daniel <[email protected]> --- Just verified: 1. added files with: EXT_PATTERN='\.(mp4|mkv|avi)$' find "\path\to\folder" -regextype posix-extended -type f -iregex ".*$EXT_PATTERN" -print0 | while IFS= read -r -d '' file; do balooctl clear "$file" balooctl index "$file" done 2. Checked for correct data (Duration, width, height in Dolphin) 3. Restart 4. Checked again: All data is wrong. -- You are receiving this mail because: You are watching all bug changes.
