ShellDetails 1.26 (Content plug-in)

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
nn1k3
Member
Member
Posts: 136
Joined: 2007-02-06, 16:59 UTC

Post by *nn1k3 »

2teeceeuser
If your shelldetails.ini is messed up, just delete it and restart TC.
With the re-created file, replace these lines

Code: Select all

[{64440490-4C8B-11D1-8B70-080036B11A03}3]
Caption=Length
UseDefault=1
State=131810
with

Code: Select all

[{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
teeceeuser
Junior Member
Junior Member
Posts: 33
Joined: 2018-06-21, 15:06 UTC

Post by *teeceeuser »

Thank you nn1k3! It now works.

I don't know how or why I messed up the ShellDetails.ini file... :oops: , but I'm very pleased to see that it's fine.
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2teeceeuser
Great to hear that it works now :-)
teeceeuser
Junior Member
Junior Member
Posts: 33
Joined: 2018-06-21, 15:06 UTC

Post by *teeceeuser »

Lefteous wrote:2teeceeuser
Great to hear that it works now :-)
Thank you for all your help. It's a great plugin. :D
User avatar
Brumm
Junior Member
Junior Member
Posts: 98
Joined: 2014-11-18, 11:00 UTC

Re: ShellDetails 1.25 (Content plug-in)

Post by *Brumm »

How can I use ShellDetails to filter files by rating? Assuming I only want to see files with a 5-star rating, "Rating = 5" does not work, at least.
Dateimanagerfetischist.
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Re: ShellDetails 1.25 (Content plug-in)

Post by *HolgerK »

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
Make our planet great again
User avatar
Brumm
Junior Member
Junior Member
Posts: 98
Joined: 2014-11-18, 11:00 UTC

Re: ShellDetails 1.25 (Content plug-in)

Post by *Brumm »

Ah! Thank you. :)
Dateimanagerfetischist.
User avatar
Brumm
Junior Member
Junior Member
Posts: 98
Joined: 2014-11-18, 11:00 UTC

Re: ShellDetails 1.25 (Content plug-in)

Post by *Brumm »

That does not work. The custom column gives the correct number, but "99 or 75" still shows no files...
Dateimanagerfetischist.
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Re: ShellDetails 1.25 (Content plug-in)

Post by *HolgerK »

Locate the shelldetails.ini file and open it with text editor.
One section of the ini file should look similar to this:
[{64440492-4C8B-11D1-8B70-080036B11A03}9]
Caption=Rating
UseDefault=1
State=131617
change it to:
[{64440492-4C8B-11D1-8B70-080036B11A03}9]
Caption=Rating
UseDefault=0
Cast=2

State=131617
For explanation see shelldetails plugin folder readme.htm:4.2 Field Settings

HTH
Holger
Make our planet great again
User avatar
Brumm
Junior Member
Junior Member
Posts: 98
Joined: 2014-11-18, 11:00 UTC

Re: ShellDetails 1.25 (Content plug-in)

Post by *Brumm »

That worked. :) Thank you!
Dateimanagerfetischist.
User avatar
Ovg
Power Member
Power Member
Posts: 756
Joined: 2014-01-06, 16:26 UTC

Re: ShellDetails 1.25 (Content plug-in)

Post by *Ovg »

And from me too :D
It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 11.01 x64, Windows 7 SP1 x64
User avatar
DrShark
Power Member
Power Member
Posts: 1872
Joined: 2006-11-03, 22:26 UTC
Location: Kyiv, 68/262
Contact:

Re:

Post by *DrShark »

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
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Re: ShellDetails 1.25 (Content plug-in)

Post by *Lefteous »

2DrShark
Sorry I'm quite busy at the moment. I'll report here when there is something to report.
mikeyo
Junior Member
Junior Member
Posts: 3
Joined: 2019-01-10, 19:18 UTC

Re: ShellDetails 1.25 (Content plug-in)

Post by *mikeyo »

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?
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Re: ShellDetails 1.25 (Content plug-in)

Post by *HolgerK »

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.
->
HolgerK wrote: 2018-10-15, 21:18 UTC [{64440492-4C8B-11D1-8B70-080036B11A03}9]
Caption=Rating
UseDefault=0
Cast=2
Operator=47
Operand=24

State=131617
Regards
Holger
Make our planet great again
Post Reply