List image files as sequences

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
sinilill
Posts: 111
Joined: 02 Dec 2013 18:37

Re: List image files as sequences

Post 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!

highend
Posts: 14950
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: List image files as sequences

Post 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 :)
One of my scripts helped you out? Please donate via Paypal

PeterH
Posts: 2827
Joined: 21 Nov 2005 20:39
Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%

Re: List image files as sequences

Post 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.

Post Reply