Compare commits
No commits in common. "0b58d11c1e1547d99d76bf731451a9136d03fccb" and "5032bb8739aa641d53b0aed722e4680d2cb000cf" have entirely different histories.
0b58d11c1e
...
5032bb8739
2
atom
2
atom
@ -72,7 +72,7 @@ help() {
|
|||||||
-c <file> Load configuration file <file>
|
-c <file> Load configuration file <file>
|
||||||
-C Dump configuration and exit
|
-C Dump configuration and exit
|
||||||
-l <load> Override max-load
|
-l <load> Override max-load
|
||||||
-f <workers> Use exactly <workers> child processes
|
-f <workers> Use exactly <workers> child processes
|
||||||
-T <seconds> override load-interval
|
-T <seconds> override load-interval
|
||||||
-F <destination> Force re-generation of all files in
|
-F <destination> Force re-generation of all files in
|
||||||
<destination>
|
<destination>
|
||||||
|
|||||||
@ -4,8 +4,7 @@ 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