Compare commits
2 Commits
5032bb8739
...
0b58d11c1e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b58d11c1e | ||
|
|
d147cdc49c |
@ -4,7 +4,8 @@ tagreaders+=( "$getInfosSoxi_version" )
|
|||||||
getInfos::soxi() {
|
getInfos::soxi() {
|
||||||
tagreader="$getInfosSoxi_version"
|
tagreader="$getInfosSoxi_version"
|
||||||
infos=$(
|
infos=$(
|
||||||
soxi "$sourcepath/$filename"
|
soxi "$sourcepath/$filename" \
|
||||||
|
| grep -v METADATA_BLOCK_PICTURE
|
||||||
)
|
)
|
||||||
albumartist=$(gettag albumartist)
|
albumartist=$(gettag albumartist)
|
||||||
album=$(gettag album)
|
album=$(gettag album)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user