Tuan Doan Posted May 9, 2018 Report Posted May 9, 2018 The folder was create by ftrack-connect is auto lower case everything. For example, on ftrackapp webpage, I create a folder name's "beetleCar", but ftrack-connect create a "beetlecar". beetleCar vs beetlecar Is there anyway to keep the format we want? (beetleCar)
Lorenzo Angeli Posted May 11, 2018 Report Posted May 11, 2018 Hi Tuan, Ftrack default (storage scenario / default structure) file system structure is sanitised in order to work in mixed operating system environment. here where does happen: https://bitbucket.org/ftrack/ftrack-python-api/src/c2fcbca6f8a957a423f6bc2f2bde768a0d8e50b6/source/ftrack_api/structure/standard.py#lines-126 The best solution you have to get this as you like, would be to create a custom location + structure. If you want to dig deeper on how to create custom location (and structure), have a look in here :http://ftrack-python-api.rtd.ftrack.com/en/stable/locations/overview.html?highlight=structurehttp://ftrack-python-api.rtd.ftrack.com/en/stable/locations/tutorial.html Hope it helps ! L.
Tuan Doan Posted May 16, 2018 Author Report Posted May 16, 2018 Thank you, Lorenzo. I will give a try.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.