You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OR: save files to external USB drive if it exists. Either would be great!
I think maybe the way to do this is:
have an environment variable with the path to save to, like $FILE_SAVE_LOCATION or something
have an event run when a new disk is mounted OR monitor disks (maybe with ls /media/removable/ or wherever they'll show up?) once per second using cron
when a new disk is present, re-assign $FILE_SAVE_LOCATION to be the new removable media.
if yet another disk is inserted, re-assign again to the newest
OR: save files to external USB drive if it exists. Either would be great!
I think maybe the way to do this is:
$FILE_SAVE_LOCATION
or somethingls /media/removable/
or wherever they'll show up?) once per second usingcron
$FILE_SAVE_LOCATION
to be the new removable media.image-sequencer
to use the location in$FILE_SAVE_LOCATION
The text was updated successfully, but these errors were encountered: