mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
get metadata value
This commit is contained in:
parent
7be5ee8749
commit
712b69d8ec
2
AAXtoMP3
2
AAXtoMP3
@ -397,9 +397,11 @@ do
|
||||
if [[ $(type -P mediainfo) ]]; then
|
||||
narrator="$(get_metadata_value nrt)"
|
||||
description="$(get_metadata_value Track_More)"
|
||||
publisher="$(get_metadata_value pub)"
|
||||
else
|
||||
narrator=""
|
||||
description=""
|
||||
publisher=""
|
||||
fi
|
||||
|
||||
if [[ "${noclobber}" = "1" ]] && [[ -d "${output_directory}" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user