Skip to main content
Participant
March 18, 2023
Answered

Video files via FTP sample plugin

  • March 18, 2023
  • 2 replies
  • 539 views

The FTP upload sample plugin in LR SDK works like a charm. But does anyone have a hint or two on how to tweak it to also upload video files?

 

Thanks!

This topic has been closed for replies.
Correct answer Bob Somrak

You can add the highlighted code to the shown LUA in the plugin and reload the plugin.   With the added code the checkbox for "Include Vidoe Files" is no longer greyed out in the FTP export.   I did not set up the server so you will have to try the code to see if it actually export the video.

 

2 replies

Bob Somrak
Legend
March 19, 2023

@Eirik Wallem Fossan 

 

BTW, the sample plugin was probably written BEFORE video files were included in Lightroom.  If you look at the documentation for the plugin the screen clip for the export dialog does not even show the Video Section.  Hopefully the code addition I showed above works.

M4 Pro Mac Mini. 48GB
Bob Somrak
Bob SomrakCorrect answer
Legend
March 19, 2023

You can add the highlighted code to the shown LUA in the plugin and reload the plugin.   With the added code the checkbox for "Include Vidoe Files" is no longer greyed out in the FTP export.   I did not set up the server so you will have to try the code to see if it actually export the video.

 

M4 Pro Mac Mini. 48GB
Participant
March 26, 2023

Thanks @Bob Somrak! That worked like a charm.