TrID.wdx Plugin - Need Some Help

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
koekje12
Junior Member
Junior Member
Posts: 7
Joined: 2024-03-07, 10:42 UTC

TrID.wdx Plugin - Need Some Help

Post by *koekje12 »

Dear Forum,

Today I learned about the TrID file identifier software.
I added the .wdx plugin and tried to use it in Total Commander. I fail to find the right documentation to get further.

I would like to add missing file extensions to a large amount of files, the extensions vary.
Is it possible to define the file extensions with the plugin? Can I automate the naming of these extensions by combining the plugin with Total Commander?

I'm not sure where to get started, if one can help me by pointing a direction, I would deeply appreciate!

Kind regards.
User avatar
Gral
Power Member
Power Member
Posts: 1467
Joined: 2005-01-26, 15:12 UTC

Re: TrID.wdx Plugin - Need Some Help

Post by *Gral »

If you already have the plugin installed:
- select files which you want to rename
- run "Multi-Rename Tool
- leave default [N] in "Rename mask: file name" field, in "Extension" field paste such a string

Code: Select all

[=trid_identifier.Match 0]
(You can choose this string via GUI under "Name" field only)

Note that some extensions may now contains "_" e.g. GZ_GZIP or Jpg_Jpeg. You need additional step to rid it out or set

Code: Select all

MrtReplacePluginChars=0
under [Configuration] section then you will we able to set additional search and rename with one step.
E.g.
Search for:
/*
Replace with:
<Clear>
as now you can get GZ/GZIP instead of GZ_GZIP
User avatar
koekje12
Junior Member
Junior Member
Posts: 7
Joined: 2024-03-07, 10:42 UTC

Re: TrID.wdx Plugin - Need Some Help

Post by *koekje12 »

Hello, thanks for the instructions!

The Multi-Rename Tool only outputs '.-' as extension. Could it be that the plugin is not working correctly?
I tried to install the newest trid.wdx that I could find, but that didn't seem to help.

Really appreciate your help, thanks :)
User avatar
Gral
Power Member
Power Member
Posts: 1467
Joined: 2005-01-26, 15:12 UTC

Re: TrID.wdx Plugin - Need Some Help

Post by *Gral »

Did you copy TrID utility (trid.exe) and triddefs.trd file to plugin subfolder TrID, as it says readme?
Fla$her
Power Member
Power Member
Posts: 2318
Joined: 2020-01-18, 04:03 UTC

Re: TrID.wdx Plugin - Need Some Help

Post by *Fla$her »

2koekje12
To start, you can check the file using this online service.
Files trid.exe and triddefs.trd in \Plugins\wdx\TrID\trid\ need to be replaced.

2Gral
>> "as it says readme"
You're confusing TrID.wdx (5.5 Kb) with TrID_Identifier.wdx64 (589/822 Kb).
Overquoting is evil! 👎
User avatar
koekje12
Junior Member
Junior Member
Posts: 7
Joined: 2024-03-07, 10:42 UTC

Re: TrID.wdx Plugin - Need Some Help

Post by *koekje12 »

Hello Fla$her and Gral,

The Readme.txt confused me a bit, yet both your answers helped me to figure it out.
Everything works now, I created the folder structure with the appropriate files.
You can find my FileTree below, in case one would face the same struggle someday :)!

Thank you for your help.

FileTree:

Code: Select all

+---/Plugins
    +---/wdx
        +---/TrID
            +---pluginst.inf
            +---TrID_Identifier.example.ini
            +---TrID_Identifier.wdx
            +---TrID_Identifier.wdx64
            + 
            +---/trid
                +---trid.exe
                +---triddefs.trd
Downloads:
trid.exe & triddefs.trc:
TrID_Identifier.wdx, .inf & .ini
User avatar
Dalai
Power Member
Power Member
Posts: 9393
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: TrID.wdx Plugin - Need Some Help

Post by *Dalai »

2koekje12
NB: The pluginst.inf is not needed, it can be deleted. It's only relevant for TC during plugin installation.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Post Reply