gettag()
This commit is contained in:
parent
f1827ac93e
commit
000f953ee7
9
atom
9
atom
@ -628,6 +628,15 @@ removeObsoleteFiles() {
|
|||||||
EOWhere
|
EOWhere
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gettag() {
|
||||||
|
tagval=$(
|
||||||
|
echo -e "$infos" \
|
||||||
|
| egrep -i "^${1}="
|
||||||
|
)
|
||||||
|
echo "${tagval#${1^^}=}"
|
||||||
|
unset tagval
|
||||||
|
}
|
||||||
|
|
||||||
getInfos::MP3() {
|
getInfos::MP3() {
|
||||||
# mp3info only supports ID3v1. Information may be incomplete.
|
# mp3info only supports ID3v1. Information may be incomplete.
|
||||||
infos=$(
|
infos=$(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user