So I just installed Gentoo again because I miss being in linux. I am running amd64, so the first problem I had with totem is that it wouldn’t create thumbnails or play certian video files due to missing codecs. Some of codecs I was missing was MPEG-4 and some of the WMV codecs. If you’ve ever used the x86 branch, you know that by enabling win32codecs, you can get all of the neccisary codecs installed. Of course, this doesn’t work in the amd64 branch, but after a bit of googling, I tried installing gstreamer-plugins-ffmpeg. Once I got that installed, thumbnails started showing up and videos started playing just fine. If you don’t really like totem, I can’t say I blame you, there’s also VLC which with the proper use flags works fine as well for watching videos.

Another issue I came across was when I was browsing around some files and realized that Nautalis wasn’t displaying thumbnails for .flv files. I remember coming across this a long time ago and never finding a solution for the problem, but today things have changed. One thing you will need is gstreamer-plugins-ffmpeg installed. From what I understand here, thumbnails don’t show up due to Totem not getting the right mime type for FLV files. The comments mention that this is fixed in Totem 2.23.4, but amd64 only has 2.22.2. You’ve probably already noticed the XML file on the link, but I couldn’t make it work in its current format. So, I recreated the file using a format that worked fine for me. To load the file into your configuration just run the command `gconftool-2 –load flv_thumbnailerschema.xml`. Once I ran that command, I refreshed a directory with .flv files and saw thumbnails. YAY!

Here’s the download link for the XML file: flv_thumbnailerschema.xml

Anyway, I hope all of this has helped someone out.