Modifying a category?

General discussion related to "Everything".
Post Reply
phototaker
Posts: 53
Joined: Fri Oct 17, 2014 1:45 am

Modifying a category?

Post by phototaker »

Is there any way where I can select a category like video & add special extra file extension that are created by my editing software? For instance Vegas VideoPro created files for audio & other temp file.

If so how is this done? Can I see what extensions are used currently used in each other category?

Thanks in advance
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: Modifying a category?

Post by void »

Is there any way where I can select a category like video & add special extra file extension that are created by my editing software? For instance Vegas VideoPro created files for audio & other temp file.
To create a new Vegas VideoPro filter:
  • In "Everything", from the Search menu, click Organize filters....
  • Click New.
  • Type in a name, eg: Vegas VideoPro
  • Change the search to:

    Code: Select all

    ext:m2ts;mov;mp4;mts;prproj;aa3;at3;cpi;fcpxml;mxf;sfk;sfl;vf
    This is an extension list, you can add your own extensions.
    Each extension is separated by a semicolon (;).
    The extension list should start with ext:
  • Click OK.
  • Click OK.
Filters can be accessed from the filter bar, right clicking the status bar, from the Search menu, from a keyboard shortcut or a filter macro.

To show the filter bar:
  • In "Everything", from the View menu, click Filters.
Can I see what extensions are used currently used in each other category?
To see what extensions are used by the default filters:
  • In "Everything", from the Search menu, click Organize filters....
  • Select a filter, eg: Video.
  • Click Edit.
  • The extension list is shown in the search box.
  • Click Cancel.
  • Click Cancel.
phototaker
Posts: 53
Joined: Fri Oct 17, 2014 1:45 am

Re: Modifying a category?

Post by phototaker »

Thanks that's great just what I want.
Post Reply