minor
This commit is contained in:
parent
ba60b3f65d
commit
2c3d78ef29
1 changed files with 4 additions and 1 deletions
|
|
@ -107,9 +107,12 @@
|
||||||
local failed=0
|
local failed=0
|
||||||
|
|
||||||
while IFS= read -r -d "" file; do
|
while IFS= read -r -d "" file; do
|
||||||
|
local filename=$(basename "$file")
|
||||||
|
|
||||||
|
[[ "$filename" == .* ]] && continue
|
||||||
|
|
||||||
local date_dir=$(_get_video_date "$file")
|
local date_dir=$(_get_video_date "$file")
|
||||||
local year=''${date_dir:0:4}
|
local year=''${date_dir:0:4}
|
||||||
local filename=$(basename "$file")
|
|
||||||
|
|
||||||
echo "[$date_dir] $filename"
|
echo "[$date_dir] $filename"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue