Pages: [1]   Go Down

Author Topic: Export a text doc with file names  (Read 507 times)

alatreille

  • Sr. Member
  • ****
  • Offline Offline
  • Posts: 428
    • Between the Buildings
Export a text doc with file names
« 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

Logged
Architectural Photographer
http://www.andrewlatreille.com

IanSeward

  • Full Member
  • ***
  • Offline Offline
  • Posts: 175
Re: Export a text doc with file names
« Reply #1 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
Logged

JaapD

  • Sr. Member
  • ****
  • Offline Offline
  • Posts: 303
Re: Export a text doc with file names
« Reply #2 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.

Logged

Aram Hăvărneanu

  • Full Member
  • ***
  • Offline Offline
  • Posts: 214
Re: Export a text doc with file names
« Reply #3 on: November 21, 2019, 06:45:42 am »

find dir -type f -print0 | sort -z | tr '\0' '\n' >filenames.txt
Logged

alatreille

  • Sr. Member
  • ****
  • Offline Offline
  • Posts: 428
    • Between the Buildings
Re: Export a text doc with file names
« Reply #4 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
Logged
Architectural Photographer
http://www.andrewlatreille.com
Pages: [1]   Go Up