Help with Filtered BV

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
ColdNose
Posts: 30
Joined: 16 Jun 2017 09:21

Help with Filtered BV

Post by ColdNose »

Hi,

I have a BV ("C:\Photos:\2017? /flat") displaying thumbnails of all underlying photos in all subdirectories, with a power filter set to images only ("Image|Image Files" {:Image}).

How can I exclude certain subdirectories from the view, namely those with \.picasaoriginals that are littered throughout?

Also can you give me the SC that would create a tab with the above BV and filters set, with thumbnail view?

Thanks!

highend
Posts: 13313
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Help with Filtered BV

Post by highend »

You don't need a filter, quick search can manage that as well

Code: Select all

C:\Photos\2017? /excl=\.picasaoriginals /types={:Image} /flatfiles
Afaik you can't avoid the visibility of the folder name itself in quick search mode with /excl=
only. /flatfiles does it though

Code: Select all

    tab("new", "C:\Photos\2017? /excl=\.picasaoriginals /types={:Image} /flatfiles");
    #306; // Thumbnails #1
One of my scripts helped you out? Please donate via Paypal

Post Reply