[{64440490-4C8B-11D1-8B70-080036B11A03}3]
;Displays the length of video and audio files as time value.
Caption=media_Length
UseDefault=0
State=131810
Cast=5
Operator=47
Operand=10000000
DrShark wrote: 2018-05-21, 09:27 UTCIt seems plugin doesn't show the values for field preview in "Choose plugin property" dialog (MRT->Plugin).
Lefteous wrote: 2018-05-23, 14:50 UTCI can confirm the problem
Lefteous wrote: 2018-06-25, 11:24 UTCI'm currently switching my development system. It should be ready at the end of the week. I hope can investigate the issue in more detail then.
Any news on investigation?
Donate for Ukraine to help stop Russian invasion!
Ukraine's National Bank special bank account:
UA843000010000000047330992708
HolgerK wrote: 2018-10-14, 21:19 UTC
Create a custom column view with [=shelldetails.Rating] and take a look at the rating values.
Rating may be different than number of stars.
e.g.:
unrated
<empty>
1 star
1
2 stars
25
3 stars
50
4 stars
75
5 stars
99
Regards
Holger
iS it possible for shelldetails to show ***** (5 stars) instead of 100 for ratings?
mikeyo wrote: 2019-01-10, 19:20 UTC
iS it possible for shelldetails to show ***** (5 stars) instead of 100 for ratings?
No, but you can map the values to 0, 1, 2, 3, 4 by dividing with 24
See in shelldetails folder:
readme.htm wrote:Operator=47 47 The only allowed settings here is 47 which stands for /. That means division is currently the only supported operation.