Created attachment 7776 [PATCH] Accept network paths in ffmpeg thumbnailer plugin In my testing, this change allows the ffmpeg thumbnailer plugin to generate thumbnails on samba shares. Quoting my mailing list post: I am not completely confident that removing the call to g_file_is_native() is the correct approach here; if it's wrong, perhaps someone more knowledgeable could suggest an alternative. https://mail.xfce.org/pipermail/xfce4-dev/2018-June/032128.html
@Ali: Sorry I missed your reply on the mailing list. [1] To answer your question, I'm generating the thumbnails by navigating to the network share in Thunar. [1] https://mail.xfce.org/pipermail/xfce4-dev/2018-June/032134.html
The patch has been pushed to master, will be included in 0.2.2 release. Thanks