Skip to content

Commit

Permalink
Actually put it back it's always slow...
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeville committed Dec 26, 2024
1 parent aec1a06 commit 98748f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/common/.local/bin/update-mp4-metadata
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ track_ids=$("$tool" -info "$input_file" 2>&1 | grep '# Track' | awk '{print $3}'
cmd=("$tool" "$input_file")

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

# Set language on all tracks
for track_id in $track_ids; do
Expand Down

0 comments on commit 98748f2

Please sign in to comment.