Skip to content

Commit 98748f2

Browse files
committed
Actually put it back it's always slow...
1 parent aec1a06 commit 98748f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/common/.local/bin/update-mp4-metadata

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ track_ids=$("$tool" -info "$input_file" 2>&1 | grep '# Track' | awk '{print $3}'
3333
cmd=("$tool" "$input_file")
3434

3535
# Remove all metadata
36-
# Disabled because it needs to rewrite the entire file which is very slow...
37-
# cmd+=("-itags" "all=clear")
36+
cmd+=("-itags" "all=clear")
3837

3938
# Set language on all tracks
4039
for track_id in $track_ids; do

0 commit comments

Comments
 (0)