Content Plugins can be used to provide file meta data or details for use in Search, User defined Columns or in MultiRename-Tool.
Inhaltsplugins können verwendet werden, um Dateiinhalte und -Details für die Suche, Benutzerdefinierte Spalten und das MultiUmbenennTool zur Verfügung zu stellen.
Which Content Plugin can you recommend for a specific file type?
Welches Inhaltsplugin kannst du für einen speziellen Dateityp empfehlen?
Like usage for:
Audio/MP3/ID3-tag:
MP3 ID3 - mp3tag https://www.mp3tag.de/tc.html (dgroeser)
MP3 ID3 - AudioInfo https://totalcmd.net/plugring/AudioInfo.html (rsa)
ShellDetails (tuska)
ShellDetails everything windows explorer displays (sqa_wizard)
MediaInfoWDX for multiple kind of media (audio, video) (sqa_wizard)
Mediainfo.wdx: (see video/audio metadata detailed information) - content plugin
wdxtaglib at totalcmd.net: https://totalcmd.net/plugring/wdxtaglib.html (elgonzo)
wdxtaglib here in the forum: https://ghisler.ch/board/viewtopic.php?p=145149 (elgonzo)
http://totalcmd.net/plugring/AudioInfo.html (elgonzo)
nsp wrote: 2020-11-25, 13:12 UTC AS said, you can use any of the following :
- wdxTaglib Just pick the Zip unless you want to compile.
- Shell Details Swiss Knife of content plugins, it expose same data as Explorer in advanced properties.
- Audio Tag View Works well with HD formaty including dff and dsf
- ID3 from Ch. Ghisler Original ID3 plugin.
Photo/Foto/Image/Picture/Thumbnails/EXIF:
Imagine (Lister plugin for viewing img files) - viewtopic.php?p=91813#p91813
JPG - Exif-Plugin Exif 2.3 (norfie²)
JPG - Exif-Plugin Exif 2.5 (tuska)
ImageMetaData (set/edit EXIF/IPTC/XMP-metadata and Comment of image files by Exiv2 lib) content plugin
ShellDetails (tuska)
Mediainfo.wdx: (see video/audio metadata detailed information) - content plugin
ImgSize Content Plugin by J.Bl (Bleichroth)
Columns Width, Height, Pixel, Diagonal, Orientation, Size, Aspect ratio, Bpp, Dpi
Formats JPG GIF BMP PNG TIFF PSD PCX EPS/PS
Purpose Sorting images by size, showing image size below thumbnails..
Anzeige von webp-Bildern / Thumbnail-Darstellung >> https://ghisler.ch/board/viewtopic.php?p=389558#p389558
Video/Movie/MP4:
ShellDetails (tuska)
Mediainfo.wdx: (see video/audio metadata detailed information) - content plugin
Example/Beispiel:
Aufnahmedatum ("Medium erstellt") der Datei "presents.mp4"
--> Umbenannt in "2015.03.09 17.44.50_presents_25.000_1920x1080_00.00.04.mp4"
Code: Select all
[=shelldetails.Medium erstellt] --> 19.10.2016 20:30
[=shelldetails.Medium erstellt.Y.M.D h.m.s] --> 2016.10.19 20.30.39
[=shelldetails.Medium erstellt.Y.M.D h.m.s]_[N]_[=mediainfo.frame rate]_[=mediainfo.frame size]_[=mediainfo.duration.h.m.s]
Office/DOC/PDF:
PDF - xPDFSearch-Plugin (norfie²)
ShellDetails (tuska)
File/Folder/System:
generic File-Size, File-Count - DirSizeCalc-Plugin (norfie²)
ShellDetails (tuska)
"LotsOfHashes plugin by Gamrasni Ariel" https://totalcmd.net/plugring/LotsOfHashes.html
LotsOfHashes is able to calculate and display hash values for any file. CRC32 MD5 SHA2 256 +++
Text/RegEx:
Text/Regex and many other .... PCREsearch viewtopic.php?t=38098#p270533 (Ovg)
Execute script and use result:
WinScript Advanced 1.7 https://totalcmd.net/plugring/WinScriptAdv.html (Ovg)
Hier im Forum: viewtopic.php?t=44032
Script Content Plugin 0.2.0.2 by 'Lev Freidin: http://totalcmd.net/plugring/script_wdx.html
Hier im Forum: viewtopic.php?t=8615
..../...:
Check out >> A long list TC Lister Plugins >> http://totalcmd.net/directory/lister.html
petermad wrote: 2017-04-10, 17:36 UTC64- and 32-bit:Also, how about a viewer for TTF?
http://totalcmd.net/plugring/akfont.html
32-bit only:
http://totalcmd.net/plugring/TTFviewer.html
http://totalcmd.net/plugring/font.html
jvh wrote: 2017-04-10, 21:27 UTC My favorites:
pdf = sLister + SumatraPDF (portable version)
MS Office = uLister (but I use unofficial version 4.0.0.1 - see here)
raster, vector = IrfanView
cad = uLister / CADView (Shareware)
ttf = AKFont
Multimedia = MMedia (but I use unofficial version 2.6.2.1 - see here)
exe, dll, ... = FileInfo
ico, icl, ... = ICLView
lnk = LinkInfo
Syntax highlight = TotalHLT / Syn2 (part of SynWrite, 32-bit only)
sLister + SumatraPDF
I use modified version of sLister plugin 32+64 bit in the same folder. It is 'dirty patch' because slister.wlx64 is directly edited with Hex editor, but it works (or you can edit source files and re-compile).
Code: Select all
slister.wlx64 (v1.1.2.0 / size 59904 b) Address: Old byte New byte AC0A 65 36 AC0C 72 34 Difference: s.l.i.s.t.e.r...i.n.i -> s.l.i.s.t.6.4...i.n.i AC44 65 36 AC46 72 34 Difference: s.l.i.s.t.e.r...i.n.i -> s.l.i.s.t.6.4...i.n.i AC66 50 58 AC68 44 36 AC6A 46 34 Difference: S.u.m.a.t.r.a.P.D.F...e.x.e -> S.u.m.a.t.r.a.X.6.4...e.x.e ACA9 50 58 ACAA 44 36 ACAB 46 34 Difference: S.u.m.a.t.r.a.P.D.F...e.x.e -> S.u.m.a.t.r.a.X.6.4...e.x.e
New ini filename for slister.wlx64 is now slist64.ini, it contains path to SumatraPDF 64-bit (eg. path=%COMMANDER_PATH%\Plugins\Wlx\SLister\SumatraX64.exe).
64-bit version of SumatraPDF.exe have to be renamed to SumatraX64.exe.
..../...:
...
WLX Lister plugins
Vorschaufenster ala Explorer || How-To zum Oracle "uLister Plugin" (pdf, xlsx, docx, ...)
https://ghisler.ch/board/viewtopic.php?p=339128#p339128
Hier eine detailliertere Anleitung zum Thema "uLister Plugin (wlx)".
Schnellansicht von PDF || How-To zum "sLister Plugin" (mit SumatraPDF)
https://ghisler.ch/board/viewtopic.php?p=411218#p411218
Hier eine detailliertere Anleitung zum Thema "sLister Plugin (wlx)".
