[Nemo Action] ############################################# #### DEBUGGING: #### #### Run Nemo in debug mode using with ### NEMO_DEBUG set to include 'Actions' #### #### i.e. $ nemo --quit #### $ NEMO_DEBUG=Actions nemo --debug ############################################# # Whether this action is active. For troubleshooting. # Optional - if this field is omitted, the action will be active #Active=false # Standard tokens that can be used in the Name, Comment (tooltip) and Exec fields: # # %U - insert URI list of selection # %F - insert path list of selection # %P - insert path of parent (current) directory # %f or %N (deprecated) - insert display name of first selected file # %p - insert display name of parent directory # %D - insert device path of file (i.e. /dev/sdb1) Name=Media metadata Comment=Show media metadata Exec=/home/admin/bin/av-metadata.sh "%F" Icon-Name=video Selection=s Mimetypes=video/*;audio/*; Quote=double EscapeSpaces=true