On Thu, May 23, 2013 at 11:00:56AM +0200, David Vincent-Jones wrote:
> I have a number of images that I would like to show in a special 
> sequence rather than in file-name order. How can I do this? I would 
> prefer not to have to renumber all of them.

You could use the touch(1) command to change the filesystem modify date, then
sort by date in geeqie...  That'll be volatile in that if you modify any of
those files, it will change your order.

You could append varying lengths of blank padding to the end of each file and
sort by size.  :D

You could keep the original filename and prefix a numbering so that you get the
sorting without losing the original filename reference.  I have done this.

For web display, I have scripts that thumbnail an entire directory of images
and create an HTML wrapper that I then hand-edit to get the order I like.

> David

        slainte mhath, RGB

--
Richard Guy Briggs               --  ~\    -- ~\            <hpv.tricolour.net>
<www.TriColour.net>                --  \___   o \@       @       Ride yer bike!
Ottawa, ON, CANADA                  --  Lo_>__M__\\/\%__\\/\%
Vote! -- <greenparty.ca>_____GTVS6#790__(*)__(*)________(*)(*)_________________

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel

Reply via email to