No that's not possible at the moment but it's on the wish list.Is it possible to view the number of dirs in specified sub-level?
DirSizeCalc 2.22 (content plugin)
Moderators: Hacker, petermad, Stefan2, white
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
I have a rather strange wish for your excellent plugin.
Seeing the VisualDirSize plugin, I thought we could use the same visual feedback as a content plugin. What I mean is, that a new field could contain some "|" characters depending on the size of the folder or file. Like this:
Here is the same idea for Excel, to get a glimpse:
http://www.juiceanalytics.com/writing/2006/07/lightweight-data-exploration-in-excel/
What do you thing about this?
Seeing the VisualDirSize plugin, I thought we could use the same visual feedback as a content plugin. What I mean is, that a new field could contain some "|" characters depending on the size of the folder or file. Like this:
Code: Select all
My Pictures |||||||||||||||||||
My Music |||||||||||||
My Received Files ||
http://www.juiceanalytics.com/writing/2006/07/lightweight-data-exploration-in-excel/
What do you thing about this?
I switched to Linux, bye and thanks for all the fish!
2SanskritFritz
Nice trick. But I guess it's not a simple decision how to standardize i.e. what a single character | represents (filesize: a 1 byte or 1 GiB; #files 1 file or 1 million files) and what the maximum number of characters should be.
Nice trick. But I guess it's not a simple decision how to standardize i.e. what a single character | represents (filesize: a 1 byte or 1 GiB; #files 1 file or 1 million files) and what the maximum number of characters should be.
"War is evil, in so far as it makes more bad people than it takes away."
Immanuel Kant in "Perpetual Peace"
Immanuel Kant in "Perpetual Peace"
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
To receive such effect, plugin has to know width of the column where "|" characters are going to be displayed. AFAIK it's not possible now.What I mean is, that a new field could contain some "|" characters depending on the size of the folder or file. Like this:Code: Select all
My Pictures ||||||||||||||||||| My Music ||||||||||||| My Received Files ||
I think that whole functionality could be done internally like in Directory Opus.
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
- StickyNomad
- Power Member
- Posts: 1933
- Joined: 2004-01-10, 00:15 UTC
- Location: Germany
Here is a new beta version of DirSizeCalc.
List of changes in Version 2.00 BETA 3:
Download DirSizeCalc 2.00 BETA 3 (my own website)
List of changes in Version 2.00 BETA 3:
- ADDED the new option "PassThroughValues" can be set in the [General] section in DirSizecalc.ini to enable or disable display of values on FTP servers, in filesystem plug-ins and in archives. The default value is 0 (disabled). Setting it to 1 will enable displaying of values in the special locations but also lead to sort problems in the size fields. This behavior is caused by TC and hopefully will be changed one day. To apply this setting you have to reinstall the plug-in.
- ADDED Now display "Empty" or "No files" in the size fields if the directory is empty or contains no files instead of 0.
- CHANGED The whole error handling in directory calculation has been changed. The plug-in works much greedier than in the previous version. DirSizeCalc tries to get as many file size information as possible. This also includes special prefixes which are displayed before the value.
- CHANGED Many strings have been shortened.
- This version includes many internal changes - even some which are not yet fully visible to the user. So please check if everything works as expected.
- Please tell what do you think about the new strings. I'm open for suggestions on all bundled languages. It quite difficult to make short but meaningful strings. For documentation on the strings and tokens please check the language file.
- What do you think about the new way skipped files are being handled?
- "E" before a displayed value means an error occured. If this happens please give me a hint what could have caused the error. In this case please also check if the problem also occurs in subdirectories
Download DirSizeCalc 2.00 BETA 3 (my own website)
1. The [General] section is not added to the INI file even when reinstalling, as it's not available in the resource.
2. It's not possible to delete directories with new version anymore, they are all locked.
3. PassThroughValues=1 works in archives, but outside of archives the thousand separator dot is missing.
4. I can see the string "No files" on a directory which is full of junctions. I think this one should ONLY be displayed when there are only empty directories and no files in it.
5. I get an "E" for "Contains Files", for all directories and subdirectories. All other fields seem to work until now.
6. Change "Gepackte Größe" to "Komprimierte Größe".
7.
A => X (due to its widely known symbolism)
E => Is this always a bug? If yes, it should not be abbreviated.
U => can stay U, maybe you can add A for ANSI as well, disabled by default, just for informational purposes
F => I don't see a way to provoke that. Instead, when I disable reparse point following, I get an M, although it's a J(unction). Maybe wrong order in language file?
Icfu
2. It's not possible to delete directories with new version anymore, they are all locked.
3. PassThroughValues=1 works in archives, but outside of archives the thousand separator dot is missing.
4. I can see the string "No files" on a directory which is full of junctions. I think this one should ONLY be displayed when there are only empty directories and no files in it.
5. I get an "E" for "Contains Files", for all directories and subdirectories. All other fields seem to work until now.
6. Change "Gepackte Größe" to "Komprimierte Größe".
7.
A => X (due to its widely known symbolism)
E => Is this always a bug? If yes, it should not be abbreviated.
U => can stay U, maybe you can add A for ANSI as well, disabled by default, just for informational purposes
F => I don't see a way to provoke that. Instead, when I disable reparse point following, I get an M, although it's a J(unction). Maybe wrong order in language file?
Icfu
This account is for sale
2icfu
Thanks for testing
The general problem with all those tokens is that they can all occure at once. So I cannot use full length words but maybe one char is not really meaningful.
Thanks for testing

I will add it.The [General] section is not added to the INI file even when reinstalling, as it's not available in the resource.
I couldn't reproduce this so far. Does it fail to work in all cases or just occasionally?It's not possible to delete directories with new version anymore, they are all locked.
I'm not sure if I understood this correctly. Can you give an example?PassThroughValues=1 works in archives, but outside of archives the thousand separator dot is missing.
Are you using one of the "not follow reparse points" options?I can see the string "No files" on a directory which is full of junctions.
I could reproduce this and will try to fix it.I get an "E" for "Contains Files", for all directories and subdirectories. All other fields seem to work until now.
I'm not sure if this would be an improvement. What do other testers think?Change "Gepackte Größe" to "Komprimierte Größe".
Can you explain this a bit more?A => X, due to its widely known symbolism
No not necessarily. It's just an error which doesn't have to do with access problems or Unicode filenames. It could be a bug or another not yet named error.E => Is this always a bug? If yes, it should not be abbreviated => Error
I just want to add those tokens if some files where skipped. Ansi filenames are nothing special. Unicode filenames means that the plug-in couldn't use the normal filenames because the plug-in doesn't support Unicode and that it couldn't use the 8+3 filenames because the user has disabled creation of 8+3 filenames or the 8+3 filename contains Unicode characters.U => can stay U, maybe you can add A for ANSI as well, disabled by default, just for informational purposes
That looks like a bug. I just used a wrong string.I don't see a way to provoke that. Instead, when I disable reparse point following, I get an M.
The general problem with all those tokens is that they can all occure at once. So I cannot use full length words but maybe one char is not really meaningful.