You are not logged in.
Using Xfce and Thunar.
If I right-click a .jpg image and click Properties, there is an "Image" tab that displays metadata of the image, such as its resolution.
But I don't see a Video or Audio tab if I view a video or audio file's properties. I remember Ubuntu had this, for example, here. Is that because of Nautilus (which I don't have currently)? Or is there a way to add these tabs in?
Offline
Dunno what exactly you need, but pacman -Ss thunar lists few plugins of which some appear to be related to media files.
Offline
Thanks, unfortunately all are installed but they don't show the tab ![]()
Offline
Thunar probably doesn't have such a feature then.
Offline
thunar-media-tags-plugin definitely adds an "Audio" tab.
Have you restarted thunar after the installation?
Offline
I definatly get Audio tab:
http://imgur.com/SkMAjOI
but alas I am not seeing a Video tab, now I am going through my collection to work out which formats provide the correct mime type which will tell thunar to display it!!
Offline
The following custom action works for me in thunar:
ffmpeg -i %f 2>&1 | grep -e Stream -e Duration -e Input | zenity --width=480 --height=240 --text-info --title %nwith appearance conditions: Audio and Video files
requires ffmpeg and zenity
Offline