Update
This commit is contained in:
parent
5cc29919e3
commit
0250551bad
2 changed files with 1 additions and 1 deletions
2
nicesong
2
nicesong
|
|
@ -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
0
retag.py → retag
Normal file → Executable file
Loading…
Reference in a new issue