diff --git a/generator.sh b/generator.sh index 2366a42..677e1c2 100755 --- a/generator.sh +++ b/generator.sh @@ -118,11 +118,6 @@ do continue fi - if [[ "$(realpath "$i")" =~ ^$root/Musique/Vidéos ]] - then - preload=none - fi - # Date de dernière modif lastmodif="$(stat -c "%y" "$i" | cut -d':' -f-2)" @@ -147,6 +142,12 @@ do then continue fi + + # Ne pas précharger Musique/Vidéos qui est trop volumineux + if [[ "$(realpath "$i")" =~ ^$root/Musique/Vidéos ]] + then + preload=none + fi # Date de dernière modif lastmodif="$(stat -c "%y" "$i" | cut -d':' -f-2)"