github Unpackerr/unpackerr v0.7.2
Webhooks & Log Rotate & Extract Folder

latest releases: v0.13.1, v0.13.0, v0.12.0...
3 years ago

New Features

  • Adds webhook support built for https://discordnotifier.com. Telegram in a future version.
  • Provides configurations to control POSIX file and folder modes for extracted files.
  • Updates Linux Packages: Configures umask (0002) and a new user/group for linux packages.
    • This provides more flexibility configuring which apps/groups/user can write to the extracted files.
  • Adds a log rotation feature, so your log file won't grow forever. Thanks @napei and @austinwbest for the idea!
    • Default is 10 log files at 10 Megabytes each. Both numbers double if debug is turned on.

Changes

  • The location of the internal package has moved to pkg/unpackerr.
  • The version -v output contains more data.
  • The temp file previously named _unpackered is now named after the archive it extracted with .txt appended. Previously multiple archives in one path would overwrite this file's content.
  • Mediocre Windows installation instructions added to the repo README. The Windows .eze.zip file on the Release pages now contains the example configuration file.
  • Prints the discord help link on startup and shutdown. https://golift.io/discord

Bug Fixes

  • The torrent protocol name was misspelled in the default configuration file. Thanks to @@luizbafilho for the fix!
  • Fixes a bug when using Radarr without Sonarr that caused a crash. Thanks @Kareltje1980
  • Fixes a bug with items that fall out of queue and come back. They were being restarted over and over when they should not have. Thanks @BRTPOB for testing!
  • Makes the Folder feature work on Windows. It was entirely broken, but seems good now! Thanks @austinwbest for testing!

This release fixes another bug where nested folders containing archives have their extracted file placed into the root folder instead of the nested folder, next to the archive. Now, the extracted files for an archive should be placed in the same folder as the archive even if it's down a folder. A very similar bug existed for archives extracted from within archives. Those files are now copied back to the folder with the original archive. A huge thanks to @BRTPOB for figuring this out and working with me to fix it!

Don't miss a new unpackerr release

NewReleases is sending notifications on new releases.