We're currently preparing Qatar 2022 and using live ingest to:
1.automatically separate photos from different matches and photographers into folders.
2.rename photos
3.fill in IPTC fields
Please see the attached exemple screenshots of code replacement sheets and live ingest settings.
Each photographer uploads photos to his/her own folder. The idea is to use folder name and iptc date to generate a match number which serves as the output folder name and as the key of code replacement to generate city, teams, stadium names etc.
Everything works fine except for one place: the output folder path of live ingest setting. I input [{imn0}{idy0}] and want the outcome to be like M02 (the match number for David on 11.21), but the folder name became [1121](only variables were analysed but the hot code didn't work). The other fields in IPTC template worked well: [{imn0}{idy0}] became M02 for David, =[{imn0}{idy0}]#5=became "Al Thumama Stadium", name of stadium etc.
Could you tell me if there's method to have the right outcome (M02 insted of [1121]) in the folder path? Thank you!