Page 2 of 2

Re: List image files as sequences

Posted: 30 Dec 2014 12:21
by sinilill
DJV Imaging has this command line tool djv_ls which lists image sequences http://djv.sourceforge.net/djvHelp.html.
I'm using it with XYplorer runret command:
Image
I don't know much about scripting, but maybe there's a way to add some more functionality to this dialog box, like file operations etc for the selected file sequence.

But if XYplorer could handle file sequences natively, that would be über cool!

Re: List image files as sequences

Posted: 30 Dec 2014 12:23
by highend
but maybe there's a way to add some more functionality to this dialog box
Nope, you could feed it into a html form but it depends on what you want to do :)

Re: List image files as sequences

Posted: 30 Dec 2014 13:28
by PeterH
OK: with XY you can't change the display in the List Pane as you like. (I.e make a condensed list.)

But in an XY-script you can
- list the contents of a folder,
- work on this list of names as you wish
- display the result (i.e. a condensed list) in some text box.

I think main problem would be programming of the rules for condensing.
Simple example: files with names that are identical in position 1-18 and 23-end are treated as one condensed file.

Don't know if that's what you want.