You are not logged in.

#1 2010-02-19 10:32:02

aeosynth
Member
From: California
Registered: 2010-02-06
Posts: 115
Website

feh slideshow start index

In feh, I can start a name-sorted slideshow with feh -S name ., but I don't see how to specify which image I'd like the slideshow to start at. Can I do this?

In eog (gnome's image viewer), opening an image automatically does this. I'm not using Gnome anymore, though, so I'm trying out other image viewers, of which feh seems to be the favorite.

Offline

#2 2010-02-19 13:04:08

pSub
Member
Registered: 2009-04-06
Posts: 2

Re: feh slideshow start index

I think this isn't possible with feh. I would recommend impressive for slideshows and presentations. e.g. `impressive -i 5 *.jpeg` will start a slideshow starting with the 5th image.

Offline

#3 2010-02-19 14:08:27

jdarnold
Member
From: Medford MA USA
Registered: 2009-12-15
Posts: 485
Website

Re: feh slideshow start index

As it just takes a list of files, you can easily tell feh to show whatever files you want in whatever order you want. The -f option allows you to specify the list of files to display. You can either hand create it, or write a script to create it, or whatever.

Last edited by jdarnold (2010-02-19 14:08:42)

Offline

#4 2010-05-06 15:32:33

virus_found
Member
From: Moscow
Registered: 2009-05-22
Posts: 51
Website

Re: feh slideshow start index

feh -Sfilename --start-at /path/img.png /path

It's also possible with qiv.
qiv -B /path/img.png

Last edited by virus_found (2010-05-06 15:42:05)

Offline

#5 2010-05-06 22:05:55

aeosynth
Member
From: California
Registered: 2010-02-06
Posts: 115
Website

Re: feh slideshow start index

I'm actually the guy who made the feature request for --start-at. This is my setup:

[feh.desktop]
Exec=$wrapper %f

[$wrapper]
#!/bin/sh

feh --start-at "$1" "$(dirname "$1")"


With Thunar you can get away with just
[feh.desktop]
Exec=feh --start-at %f

but with Nautilus and PCManFM (what I use), you need the wrapper.

edit: quoting

Last edited by aeosynth (2010-05-07 06:07:24)

Offline

Board footer

Powered by FluxBB