Page 2 of 2

Re: Tweak: Show Age Limit

Posted: 21 May 2015 20:50
by TheQwerty
TheQwerty wrote:
admin wrote:You mean it does not work?
It works! I was only pointing out that it's missing a comment in the INI file, so it is not only an undocumented tweak but also a tweak in hiding. ;)
All better - thank you for marking it as such!

Re: [GRANTED] Tweak: Show Age Limit

Posted: 23 May 2015 16:44
by Marco
I use the tweak AgeDecimalPlaces=-1 from time to time and I'm very pleased!
As far as I can see, you use the following pairs to express time: mins+secs, hrs+mins, days+hrs, yrs+days. Can I suggest to split the last pair in something like months+days and yrs+months, or even wks+days, months+wks, yrs+months? The rationale behind this is that brain maps time in logarithmic fashion ( http://infoscience.epfl.ch/record/15480 ... 20line.pdf ), and the on screen format should follow accordingly by picking the two larger units possible.

Re: [GRANTED] Tweak: Show Age Limit

Posted: 23 May 2015 17:46
by admin
Weeks would be okay, but months is difficult since they are different in length.

Re: [GRANTED] Tweak: Show Age Limit

Posted: 23 May 2015 19:16
by Marco
Do you use your own custom code or VB6 functions to calculate date differences?

Re: [GRANTED] Tweak: Show Age Limit

Posted: 23 May 2015 19:17
by admin
Own code.

Re: [GRANTED] Tweak: Show Age Limit

Posted: 27 May 2015 11:09
by LittleBiG
Bug: when a file is fresh, age can be negative number:

Re: [GRANTED] Tweak: Show Age Limit

Posted: 27 May 2015 11:14
by admin
XY just reports the facts. In this case the app that created the file has set a (very slightly) wrong date.

OTOH I'm surprised that you see msecs. Did you tick Show Milliseconds?

Re: [GRANTED] Tweak: Show Age Limit

Posted: 27 May 2015 11:34
by admin
OK, I could repro it...

Re: [GRANTED] Tweak: Show Age Limit

Posted: 27 May 2015 15:08
by LittleBiG
It shows this now:

AgeDecimalPlaces = -1
0 secs (I would prefer 0 sec)
Sometimes 1 sec, sometimes 1 secs (I would prefer always 1 sec)
2 secs
3 secs

AgeDecimalPlaces = -2
0 secs (I would prefer 0s)
1 sec (I would prefer 1s)
2s
3s

Re: [GRANTED] Tweak: Show Age Limit

Posted: 27 May 2015 15:47
by Marco
LittleBiG wrote:AgeDecimalPlaces = -1
0 secs (I would prefer 0 sec)
0 secs is correct - check http://ell.stackexchange.com/questions/ ... or-seconds

Re: [GRANTED] Tweak: Show Age Limit

Posted: 27 May 2015 15:50
by admin
Yes, 0 secs is correct.

But the other little glitches....well, it's a long way to perfection... :whistle:

Re: [GRANTED] Tweak: Show Age Limit

Posted: 21 Jun 2015 17:07
by RalphM
I would actually prefer a more flexible approach to "Show maximum age in hours" where it is showing the age only if {the date part = today}.
So I get the age for everything of today and the proper dates for everything older.

Re: [GRANTED] Tweak: Show Age Limit

Posted: 21 Jun 2015 20:53
by admin
Yes, I share your desire.It will come...

Re: [GRANTED] Tweak: Show Age Limit

Posted: 22 Jun 2015 03:39
by RalphM
Thanks in advance then...