This commit is contained in:
Jaroslaw Konik 2026-05-24 21:26:36 +02:00
parent 5cc29919e3
commit 0250551bad
2 changed files with 1 additions and 1 deletions

View file

@ -44,7 +44,7 @@ if [[ "$confirm" =~ ^[Yy]$ ]]; then
if [[ -n "$file" ]]; then
script_dir="$(cd "$(dirname "$0")" && pwd)"
python3 "$script_dir/retag.py" "$tmpdir" --commit --no-backup
"$script_dir/retag" "$tmpdir" --commit --no-backup
tag_artist="$(ffprobe -v error -show_entries format_tags=artist -of default=nw=1:nk=1 "$file")"
tag_album="$(ffprobe -v error -show_entries format_tags=album -of default=nw=1:nk=1 "$file")"

0
retag.py → retag Normal file → Executable file
View file