Installed seafile and all its dependencies including moviepy via pip installer. Launching the server it works perfectly all images have thumbnails but not videos. Specifically my mp4 videos. I have enabled it using this within seahub_settings.py using the commands at the bottom. My seahub.log shows this error. β2021-04-02 03:21:33,318 [ERROR] seahub.thumbnail.utils:34 Could not find moviepy installed.β
Any ideas?
ENABLE_VIDEO_THUMBNAIL = True
THUMBNAIL_VIDEO_FRAME_TIME = 5
THUMBNAIL_ROOT = β/home/pi/Server/Server/seahub-data/thumbnail/vthumb/β
THUMBNAIL_SIZE_FOR_ORIGINAL = 1024
Edit: Iβm using 8.0.3 on the rpi 4 8gb.