Compare commits
2 Commits
14be013b3f
...
c56080b58d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c56080b58d | ||
|
|
9c4f271109 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*.ex
|
||||
*.EX
|
||||
trace.log
|
||||
.vscode/
|
||||
@ -407,10 +407,13 @@ do
|
||||
rest="${rest#*::AtOM:SQL:Sep::}"
|
||||
case $mimetype in
|
||||
application/ogg\ opus) type=Opus ;;
|
||||
audio/ogg\ opus) type=Opus ;;
|
||||
application/ogg\ vorbis) type=Vorbis ;;
|
||||
audio/ogg\ vorbis) type=Vorbis ;;
|
||||
audio/mp4) type=MPEG4\ Audio;;
|
||||
audio/mpeg) type=MPEG\ Audio;;
|
||||
audio/x-flac) type=FLAC ;;
|
||||
audio/flac) type=FLAC ;;
|
||||
video/mpeg) type=MPEG\ Video;;
|
||||
video/webm) type=WebM ;;
|
||||
video/x-flv) type=Flash\ Video;;
|
||||
@ -687,9 +690,9 @@ maxcountlen=${#maxcountlen}
|
||||
rest="${line#*::AtOM:SQL:Sep::}::AtOM:SQL:Sep::"
|
||||
totalsize="${line%%::AtOM:SQL:Sep::*}"
|
||||
for format in \
|
||||
audio/x-flac \
|
||||
application/ogg\ vorbis \
|
||||
application/ogg\ opus \
|
||||
audio/flac \
|
||||
audio/ogg\ vorbis \
|
||||
audio/ogg\ opus \
|
||||
audio/mpeg \
|
||||
audio/mp4 \
|
||||
\
|
||||
@ -715,11 +718,11 @@ do
|
||||
size="${rest%%::AtOM:SQL:Sep::*}"
|
||||
(( count )) || continue
|
||||
case $format in
|
||||
application/ogg\ opus) type=Opus ;;
|
||||
application/ogg\ vorbis) type=Vorbis ;;
|
||||
audio/ogg\ opus) type=Opus ;;
|
||||
audio/ogg\ vorbis) type=Vorbis ;;
|
||||
audio/mp4) type=MPEG4\ Audio ;;
|
||||
audio/mpeg) type=MPEG\ Audio ;;
|
||||
audio/x-flac) type=FLAC ;;
|
||||
audio/flac) type=FLAC ;;
|
||||
video/mpeg) type=MPEG\ Video ;;
|
||||
video/webm) type=WebM ;;
|
||||
video/x-flv) type=Flash\ Video ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user