Always show folder size, Should be an option to ignore External drives.

Features wanted...
CLM
Posts: 41
Joined: 19 Oct 2020 05:32

Always show folder size, Should be an option to ignore External drives.

Post by CLM »

Configuration - General - Tree and List - Always show folder size ...

Should be an option to ignore external drives!

Thanks.
Last edited by CLM on 19 Feb 2023 19:23, edited 1 time in total.

admin
Site Admin
Posts: 60635
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Always show folder size, Should ignore External drives.

Post by admin »

Why?

Horst
Posts: 1093
Joined: 24 Jan 2021 12:27
Location: Germany

Re: Always show folder size, Should ignore External drives.

Post by Horst »

I agree with the request because external or network drives may be much to slow
for calculating folder sizes all the time.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3527)
Portable XYplorer (actual version, including betas)
Everything 1.5.0.1373a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73

CLM
Posts: 41
Joined: 19 Oct 2020 05:32

Re: Always show folder size, Should ignore External drives.

Post by CLM »

admin wrote: 19 Feb 2023 15:40Why?
I always plugin large drives full of staff (Terabytes of files),
Why:
* I have to wait in that tab and do nothing, until it's done calculating!
* Even if i choose to stop it, it will kick in the next directory.
* And even if i wait for it to finish, the next time i plugin that drive, things will be added and others will be deleted, so the cashed sizes are incorrect!

For internal drives yes, externals i cant really see the point!

admin
Site Admin
Posts: 60635
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Always show folder size, Should ignore External drives.

Post by admin »

Horst wrote: 19 Feb 2023 17:41 I agree with the request because external or network drives may be much to slow
for calculating folder sizes all the time.
You already can control it for network locations: Configuration | General | Tree and List | List | In network locations as well

admin
Site Admin
Posts: 60635
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Always show folder size, Should ignore External drives.

Post by admin »

CLM wrote: 19 Feb 2023 18:08
admin wrote: 19 Feb 2023 15:40Why?
I always plugin large drives full of staff (Terabytes of files),
Why:
* I have to wait in that tab and do nothing, until it's done calculating!
* Even if i choose to stop it, it will kick in the next directory.
* And even if i wait for it to finish, the next time i plugin that drive, things will be added and others will be deleted, so the cashed sizes are incorrect!

For internal drives yes, externals i cant really see the point!
Makes sense. Are these drives shown as "Removable Disk" in the "This PC" drives listing?

If yes, there is a tweak for you:

Code: Select all

v23.00.0104 - 2022-04-28 11:53
    + Added tweak to control whether folder sizes are shown for removable drives:
        ShowFolderSizeInListOnRemovables=1
      This allows you to skip removable drives when "Show folder sizes" is enabled.
      Factory default is ON.
So, you would simply set it to 0:

Code: Select all

 ShowFolderSizeInListOnRemovables=0

CLM
Posts: 41
Joined: 19 Oct 2020 05:32

Re: Always show folder size, Should be an option to ignore External drives.

Post by CLM »

Mostly external drives, ShowFolderSizeInListOnRemovables=0 doesn't effect them.

admin
Site Admin
Posts: 60635
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Always show folder size, Should be an option to ignore External drives.

Post by admin »

So how can I distinguish them from local hard drives?

CLM
Posts: 41
Joined: 19 Oct 2020 05:32

Re: Always show folder size, Should be an option to ignore External drives.

Post by CLM »

admin wrote: 20 Feb 2023 18:01 So how can I distinguish them from local hard drives?
Maybe an option to show folder size only on specified drives!

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

Re: Always show folder size, Should be an option to ignore External drives.

Post by highend »

Em, you can at least manually exclude unwanted drives...

ShowFolderSizesExclude=C:\|T:\|U:\?
One of my scripts helped you out? Please donate via Paypal

CLM
Posts: 41
Joined: 19 Oct 2020 05:32

Re: Always show folder size, Should be an option to ignore External drives.

Post by CLM »

highend wrote: 20 Feb 2023 18:53 Em, you can at least manually exclude unwanted drives...

ShowFolderSizesExclude=C:\|T:\|U:\?
Completely missed your comment, sorry about that.

I'll give it a try!

Edit:
Doesn't seem to work, running it as script is not a valid command.
Last edited by CLM on 02 Mar 2023 21:46, edited 1 time in total.

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

Re: Always show folder size, Should be an option to ignore External drives.

Post by highend »

oO It's a tweak, not a script^^
One of my scripts helped you out? Please donate via Paypal

CLM
Posts: 41
Joined: 19 Oct 2020 05:32

Re: Always show folder size, Should be an option to ignore External drives.

Post by CLM »

highend wrote: 02 Mar 2023 18:56 oO It's a tweak, not a script^^
Add it to the .ini?

Or the tweak was meant for don :)
Last edited by CLM on 02 Mar 2023 21:46, edited 1 time in total.

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

Re: Always show folder size, Should be an option to ignore External drives.

Post by highend »

You don't need to add the tweak (it's already present), just fill the value for it...
One of my scripts helped you out? Please donate via Paypal

CLM
Posts: 41
Joined: 19 Oct 2020 05:32

Re: Always show folder size, Should be an option to ignore External drives.

Post by CLM »

That's not working!
Thanks for the help though.

Post Reply