github allaboutduncan/comic-utils v3.5
v3.5 Create Folders from Files, Multi-file Delete,

one day ago

Release Version 3.5 Change Log

New Features

  • Create Folders from Files - Select multiple files in the File Browser, right-click and you can create a folder with those files. The folder name will use the filename if they all match. If multiple filenames, you will be prompted for a folder name.
  • Delete Multiple Files - Select multiple files in the File Browser, right-click and delete those files. You will be prompted to confirm the delete. This is something I wanted to add for a while, but it wasn't until I landed on the right-click option that is seemed convenient and precise enough to not accidentally trigger.
  • Text Replace - You can now "Replace Text" in all filenames in a directory. This allows you to quickly rename multiple files.
  • Clear ComicInfo.xml - newer files will often come with a "Scraped" bare bones XML. This let's you delete that file while viewing file details.
  • List New Comics - If you manually download a lot of new releases, this will let you view all recent downloads in your '/data' directory. This is a 'search' of your file system, so it's limited to 30-seconds or 500 files, whichever is first.

Backend Improvements

  • Improved RAR File Detection - All unpack operations now use this process. Sometimes CBZ files are simply RAR files with the extension changed. If the app encountered these during file extraction, the process would fail. Logic has been added so that if a CBZ file fails to unzip - an attempt will be made to unpack using RAR instead and the file will be converted toa valid CBZ/ZIP on completion.
  • Renaming Updates - Added additional 'rename rules' based on more file patterns encountered.
  • Filename Capitalization - When renaming files, all words will be capitalized with the exception of common conjunctions.

Full Documentation

Docker Deploy

Docker images are updated for image: allaboutduncan/comic-utils-web:latest

Images

CLU Create Folder from Files
CLU Text Replace

Don't miss a new comic-utils release

NewReleases is sending notifications on new releases.