summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/midentify2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/midentify b/TOOLS/midentify
index 1fdec43ea8..b2c9feccb7 100755
--- a/TOOLS/midentify
+++ b/TOOLS/midentify
@@ -14,5 +14,5 @@ fi
mplayer -vo null -ao null -frames 0 -identify "$@" 2>/dev/null |
sed -ne '/^ID_/ {
- s/[]`\\!$" []/\\&/g;p
+ s/[]()|&;<>`'"'"'\\!$" []/\\&/g;p
}'