You are not logged in.

#1 2010-04-11 00:21:23

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

[SOLVED] Nautilus video thumbnails

Hi everyone! I want to generate video thumbnails with ffmpegthumbnailer in nautilus. I know i can do it by setting a command in the /gnome/thumbnailer section of gconf but i dont have keys for video thumbnails. There is only keys for fonts. Is there any way to add those video keys?
I done this once in ubuntu but now i dont want to install totem.
Thanks.

Last edited by Hyugga (2010-04-12 01:33:03)

Offline

#2 2010-04-11 18:13:18

jeepee
Member
From: Turnhout / Leuven
Registered: 2009-01-10
Posts: 28

Re: [SOLVED] Nautilus video thumbnails

For movies I use the imdb-thumbnailer tool (it's in AUR). If I look in the source for the code that registers the thumbnailer, I find this:

for i in $video_extensions; do
    gconftool-2 -s "/desktop/gnome/thumbnailers/$i"/command -t string '$THUMBNAIL_COMMAND
    gconftool-2 -s "/desktop/gnome/thumbnailers/$i"/enable -t boolean 'true'
done

Search google for the thumbnail command and google for the list of extensions.

Good luck!

Offline

#3 2010-04-11 23:51:46

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: [SOLVED] Nautilus video thumbnails

It works! I added the keys for mp4 extension and it works!
Thanks for reply, i'll mark this thread as SOLVED.

Offline

Board footer

Powered by FluxBB