This commit is contained in:
Vincent Riquer 2013-03-05 13:38:34 +01:00
parent f1827ac93e
commit 000f953ee7

9
atom
View File

@ -628,6 +628,15 @@ removeObsoleteFiles() {
EOWhere
}
gettag() {
tagval=$(
echo -e "$infos" \
| egrep -i "^${1}="
)
echo "${tagval#${1^^}=}"
unset tagval
}
getInfos::MP3() {
# mp3info only supports ID3v1. Information may be incomplete.
infos=$(