[Desktop Entry] Actions=getMediaInfoComplete;getMediaInfoSimple;getTXT;getHTML; Icon=dialog-information ServiceTypes=KonqPopupMenu/Plugin,video/.*,audio/.*,image/* Type=Service X-KDE-Priority=TopLevel X-KDE-Submenu=Mediainfo Icon=video-x-generic TryExec=mediainfo [Desktop Action getMediaInfoComplete] Name=Get media info Icon=dialog-information Exec=kdialog -msgbox "$(mediainfo --Output=HTML %u)" -title "Info about `basename %u`" [Desktop Action getMediaInfoSimple] Name=Get short media info Icon=dialog-information Exec=kdialog -msgbox "$(mediainfo %u|grep -E '(Format)|(Complete)|(Width)|(Height)|(Audio)|(Duration)|(Video)|(Writing)')" -title "Info about `basename %u`" [Desktop Action getTXT] Name=Generate TXT Icon=text-plain Exec=mediainfo --LogFile=%u.txt %u [Desktop Action getHTML] Name=Generate HTML Icon=text-html Exec=mediainfo --LogFile=%u.html --Output=HTML %u