Subj : WxCenter/SixelGallery/ImageMagick question
To : Nightfox
From : Codefenix
Date : Tue May 06 2025 08:18 am
Re: WxCenter/SixelGallery/ImageMagick question
By: Nightfox to Codefenix on Mon May 05 2025 08:28 pm
Ni> I've downloaded Digital Showroom and I'm setting it up on my BBS. :)
Cool. Thanks for checking it out. :)
Ni> I noticed it has an option for command-lines for extracting the configured
Ni> archive types. Does Digital Showroom use Synchronet's built-in archive
Ni> functionality to extract archives? I'd imagine Digital Showroom could try
Ni> to extract the archive using Synchronet's built-in functionality, and if
Ni> that fails, it could use the configured command-line to extract the
Ni> archive. I'm not sure if that's the case or not though.
It does this, but in the opposite order. DSR will use the buit-in archive handling only as a last resort if the configured command line fails, or if there is no command line format configured for a given archive type.
(the logic for this is within the "unarchiveFile" function)
I find I get too many errors trying to extract anything from standard .ZIP files using the built-in archive functionality. Sometimes it works, but often it fails for some reason like "unsupported compression method" or something similar. I would normally assume it's how I'm how I'm trying to use it, but the usage seems straightforward and doesn't seem to leave a lot of room for error.