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
|
if [[ $(type -P mediainfo) ]]; then
|
||||||
narrator="$(get_metadata_value nrt)"
|
narrator="$(get_metadata_value nrt)"
|
||||||
description="$(get_metadata_value Track_More)"
|
description="$(get_metadata_value Track_More)"
|
||||||
|
publisher="$(get_metadata_value pub)"
|
||||||
else
|
else
|
||||||
narrator=""
|
narrator=""
|
||||||
description=""
|
description=""
|
||||||
|
publisher=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${noclobber}" = "1" ]] && [[ -d "${output_directory}" ]]; then
|
if [[ "${noclobber}" = "1" ]] && [[ -d "${output_directory}" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user