Hello,
I'm wondering if there's any way of treating files differently depending on different variables when ingesting?
For example, say I want to import footage from a 360 GoPro-rig (6 different cameras) simultaneously as sound from an audio recorder and regular stills from a DSLR. I want the 360 footage to be sorted into a {mediatype}/{datesort}/{time} structure, so that the clips from all the different GoPros gets sorted into individual sequence folders, named after the capture time. For the audio I want a {mediatype}/{datesort} structure, but with the source directories intact. And for the stills I want {mediatype}/{datesort} structure, but I want the files to be renamed in a specific way.
I hope I'm not too confusing. My point is that I want to treat different files differently depending on specific parameters, which in this case is the media type.