linuxmint / nemo

File browser for Cinnamon
GNU General Public License v2.0
1.22k stars 300 forks source link

Feature Request: "nemo-media-columns" plugin activated by default #3006

Open alexanderdd opened 2 years ago

alexanderdd commented 2 years ago
 * Nemo version 5.2.4
 * Distribution Mint 20.3
 * 64 bit

Issue no metadata shown in file properties, you need to install nemo-media-columns or https://github.com/linux-man/nemo-mediainfo-tab

Steps to reproduce right-click file, go to properties don't find metadata/codec info

Expected behaviour right-click file, go to properties see a tab with metadata/codec information

Jeremy7701 commented 2 years ago

That add-on does nothing for me (in LMDE5) - although opening a media file with mediainfo does!

You can add it to the right-click (context menu) as a nemo action, with a little nemo "coding":- In ~/.local/share/nemo/actions/ insert a text file called mediainfo.nemo_action containing

[Nemo Action]
# Requires mediainfo-gui - apt install mediainfo-gui
Name=Media _Properties
Comment=Open %F with mediainfo-gui
Exec=mediainfo-gui %F
Icon-Name=applications-multimedia-symbolic
Selection=s
Mimetypes=video/mpeg;video/x-mpeg;video/msvideo;video/quicktime;video/x-anim;video/x-avi;video/x-ms-asf;video/x-ms-wmv;video/x-msvideo;video/x-nsv;video/x-flc;video/x-fli;video/x-flv;video/vnd.rn-realvideo;video/mp4;video/mp4v-es;video/mp2t;application/ogg;application/x-ogg;video/x-ogm+ogg;audio/x-vorbis+ogg;application/x-matroska;audio/x-matroska;video/x-matroska;video/webm;audio/webm;audio/x-mp3;audio/x-mpeg;audio/mpeg;audio/x-wav;audio/x-mpegurl;audio/x-scpls;audio/x-m4a;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;application/vnd.rn-realmedia;audio/x-real-audio;audio/x-pn-realaudio;application/x-flac;audio/x-flac;application/x-shockwave-flash;audio/vnd.rn-realaudio;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-wav;audio/x-pn-windows-acm;application/x-extension-mp4;audio/mp4;audio/amr;audio/amr-wb;application/x-shorten;audio/x-ape;audio/x-wavpack;audio/x-tta;audio/x-opus+ogg;
EscapeSpaces=true
Dependencies=mediainfo-gui;

This will work on all kinds of video/audio sources. Example:- Screenshot from 2022-06-17 11-59-17

alexanderdd commented 2 years ago

This feature request is about changing the default behavior of nemo. (not about getting media info to work as a user by installing something or creating an action).

Jeremy7701 commented 2 years ago

I fully realize that you are wanting an extra tab to be provided in the properties of video files. Since this may take some considerable time until it is provided (if ever); I thought you might like to give consideration to a simple add-on that could be used in the interim.