Luminous Landscape Forum

Raw & Post Processing, Printing => Capture One Q&A => Topic started by: alatreille on November 20, 2019, 09:22:30 pm

Title: Export a text doc with file names
Post by: alatreille on November 20, 2019, 09:22:30 pm
Hi all,

I have a series of process recpies that export all the file variants I provide my clients.
It's all automated so that it creates folders etc.

The only think I am missing is how to export a text document with all the filenames in them.

I have in the past used LR/Transporter to do this from Lightroom.
https://www.photographers-toolbox.com/products/lrtransporter.php

Any thoughts on how to do this?

A

Title: Re: Export a text doc with file names
Post by: IanSeward on November 21, 2019, 04:53:30 am
Hi all,

I have a series of process recpies that export all the file variants I provide my clients.
It's all automated so that it creates folders etc.

The only think I am missing is how to export a text document with all the filenames in them.

I have in the past used LR/Transporter to do this from Lightroom.
https://www.photographers-toolbox.com/products/lrtransporter.php

Any thoughts on how to do this?

A

I don't believe that is possible with C1Pro, there are very few plugins available.

Ian
Title: Re: Export a text doc with file names
Post by: JaapD on November 21, 2019, 06:34:51 am
Won’t this be supported by your Operating System? Either by the file manager or through a cmd line?

In Win it will be something like this:
1.   Open the command line at the folder of interest.
2.   Enter “dir > listmyfolder.txt” (without quotes) to list the files and folders contained in the folder.

I’m sure Unix (Mac OS) would have a similar command (ls) as well.

Regards,
Jaap.

Title: Re: Export a text doc with file names
Post by: Aram Hăvărneanu on November 21, 2019, 06:45:42 am
find dir -type f -print0 | sort -z | tr '\0' '\n' >filenames.txt
Title: Re: Export a text doc with file names
Post by: alatreille on November 21, 2019, 01:41:49 pm
Thanks everyone.

Looks like it isn't possible in C1.  That's unfortunate.
I was simply hoping to incorporate it into a 1 click export as a new process recipe

I'll contact Phase to see what they think might be possible.

A