From 2d0f094449e524b0feb0fdbf19fd63e7af4ed8b8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 4 Jul 2025 18:32:14 -0700 Subject: [PATCH] Add migration for adding ffmpegthumbnailer --- migrations/1751679069.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/1751679069.sh diff --git a/migrations/1751679069.sh b/migrations/1751679069.sh new file mode 100644 index 0000000..e42dc62 --- /dev/null +++ b/migrations/1751679069.sh @@ -0,0 +1,2 @@ +echo "Install ffmpegthumbnailer for video thumbnails in the file manager" +yay -S --noconfirm --needed ffmpegthumbnailer