diff --git a/installer/homebrew/filebot.rb b/installer/homebrew/filebot.rb index dfd93a5b..279a6485 100644 --- a/installer/homebrew/filebot.rb +++ b/installer/homebrew/filebot.rb @@ -15,6 +15,9 @@ class Filebot < Formula end def post_install + # Clearing cache and temporary files + system "#{bin}/filebot", "-clear-cache" + # Initializing Cache system "#{bin}/filebot", "-script", "g:MediaDetection.warmupCachedResources()" end