added nfo-orig to filter
This commit is contained in:
parent
d94363fd09
commit
d2c20a69a1
@ -15,6 +15,7 @@ while IFS= read -r directory; do
|
|||||||
-E '*.srt' \
|
-E '*.srt' \
|
||||||
-E '*.jpg' \
|
-E '*.jpg' \
|
||||||
-E '*.nfo' \
|
-E '*.nfo' \
|
||||||
|
-E '*.nfo-orig' \
|
||||||
-E '*.json')
|
-E '*.json')
|
||||||
dupe=$(printf '%s\n' "${season_episodes[@]}" | awk '!($0 in seen){seen[$0];next} 1')
|
dupe=$(printf '%s\n' "${season_episodes[@]}" | awk '!($0 in seen){seen[$0];next} 1')
|
||||||
if [[ -z $dupe ]]; then
|
if [[ -z $dupe ]]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user