Menu

plugins in 7-zip

zenchip
2008-11-12
2012-12-08
  • zenchip

    zenchip - 2008-11-12

    Will 7-zip add a plugin feature?
    For example to allow coders to write more compressing/decompressing features - a linux programmer who is very familiar with ext2fs disk image files handling might find easy to create a plugin that can decompress that disk file type

    thanks

     
    • Igor Pavlov

      Igor Pavlov - 2008-11-13

      7-Zip uses plugins already:
      1) .7z code is plugin for 7-zip
      2) LZMA code is embedded plugin for .7z
      3) 7-zip code is plugin for 7-zip file manager

       
      • SilverbackNet

        SilverbackNet - 2008-11-14

        I'm pretty certain zenchip meant plugins the way most consumer software uses the term: A standard for reading files dropped into a folder or referenced somehow, adding to the main program's capabilities without having to modify the main program at all, along with an SDK to develop them.

        In this case, being able to add new optional decompression formats without having to recompile 7z.dll. Total commander already has almost this exact capability; it'd be awesome to be able to recompile TC plugins to use with 7zip or vice versa. 7zip is much handier than TC imho.

         
    • Tyler Mitchell

      Tyler Mitchell - 2008-11-14

      Hi foxyshadis,

      I believe this is what Igor meant, too.

      The 7-Zip File Manager can be provided with additional DLLs to load at startup. When it loads, it looks (by default) for additional Codecs in C:\Program Files\7-Zip\Codecs and for additional Formats in C:\Program Files\7-Zip\Formats.

      You can implement your own DLL and add it to either location to have the Codec or Format understood by 7zFM.

      Kind regards,
      Tyler

       

Log in to post a comment.

MongoDB Logo MongoDB