How to add video properties to status bar?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
SuperDude
Posts: 221
Joined: Thu Sep 25, 2014 7:57 pm

How to add video properties to status bar?

Post by SuperDude »

I use statusbar_selected_item_format=$f which displays a selected file's full path. I would like to have my status bar also show all video file types' Dimensions and Length properties whenever a file of a given video format is selected in the Result List.

This is probably an easy fix, but I can't figure out how to do this.

Any help is appreciated!
NotNull
Posts: 5308
Joined: Wed May 24, 2017 9:22 pm

Re: How to add video properties to status bar?

Post by NotNull »

The easiest way would be to add the Dimensions and Length columns to the result list.
That way their value will be shown in the statsu bar too.
void
Developer
Posts: 15568
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to add video properties to status bar?

Post by void »

Please try the following statusbar format:

Copy and paste the following into your Everything search box:

/statusbar_selected_item_format=[iflen:$length:,"Length: "[formatduration:$length:]" "][iflen:$dimensions:,"Dimensions: "$dimensions:" "]$f

Press ENTER in your Everything search box.



or, if you would like the length and dimensions after the full path:
/statusbar_selected_item_format=$f[iflen:$length:," Length: "[formatduration:$length:]][iflen:$dimensions:," Dimensions: "$dimensions:]



Custom status bar formatting
SuperDude
Posts: 221
Joined: Thu Sep 25, 2014 7:57 pm

Re: How to add video properties to status bar?

Post by SuperDude »

Thank you! That does exactly what I was trying to do.
Post Reply