Compare commits
4 Commits
6c19327198
...
75159a4e2b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75159a4e2b | ||
|
|
325bdb3c96 | ||
|
|
2b5bf06e58 | ||
|
|
3a6c7bfc9c |
@ -105,7 +105,7 @@ echo '
|
|||||||
oldbitrate=${rest%%::AtOM:SQL:Sep::*}
|
oldbitrate=${rest%%::AtOM:SQL:Sep::*}
|
||||||
((++count))
|
((++count))
|
||||||
(( cron )) || echo -en "\rTags: $((count*100/filecount))%"
|
(( cron )) || echo -en "\rTags: $((count*100/filecount))%"
|
||||||
if (( count % 1000 == 0 ))
|
if (( count % 100 == 0 ))
|
||||||
then
|
then
|
||||||
echo 'COMMIT;BEGIN TRANSACTION;' >&3
|
echo 'COMMIT;BEGIN TRANSACTION;' >&3
|
||||||
(( debug )) \
|
(( debug )) \
|
||||||
|
|||||||
@ -38,7 +38,7 @@ LC_ALL=C
|
|||||||
|
|
||||||
shopt -s extglob
|
shopt -s extglob
|
||||||
|
|
||||||
source ./share/id3genres
|
source "$SHAREDIR"/id3genres
|
||||||
|
|
||||||
for function in "$LIBDIR"/*/*
|
for function in "$LIBDIR"/*/*
|
||||||
do
|
do
|
||||||
@ -292,7 +292,7 @@ cat <<-EOBrag
|
|||||||
EOBrag
|
EOBrag
|
||||||
|
|
||||||
printDate() {
|
printDate() {
|
||||||
printf "%("${timeformat:-%x %X}")T "$1"
|
printf "%("${timeformat:-%x %X}")T" "$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
for index in ${!show[@]}
|
for index in ${!show[@]}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user