Skip to content

Releases: Unmanic/unmanic

[RELEASE] v0.0.3

31 Mar 08:44
Compare
Choose a tag to compare

Enable Plugins support

Major Changes:

  • Add Plugin runners:
    • Library Management - File test
    • Worker - Processing file
    • Post-processor - File movements
    • Post-processor - Marking task success/failure
  • Add Plugin Management CLI tool for creating, listing and testing Unmanic Plugins
  • Added privacy policy in footer of application web UI
  • Added application login support for sponsor only features
  • Added builds for ARMv7 and ARM64 Docker images
  • Improvements to the SQLite DB connection to fix results timeouts
  • Fix bug where an unhandled exception my be thrown when FFMPEG STDOUT included non Unicode characters
  • Added link to new http://unmanic.app/ documentation in the WebUI
  • Fix bug where files that had failed in history were still being added to task queue on a library scan.

[RELEASE] v0.0.2

26 Feb 18:55
Compare
Choose a tag to compare

Enable hardware accelerated decoding for VAAPI devices and NVIDIA GPUs.

Major Changes:

  • Add hardware accelerated docoding as an advanced option.
  • Always pull latest FFMPEG Docker base image when building Unmanic's Docker image.
  • Web UI improvements

[RELEASE] v0.0.1

23 Oct 06:16
Compare
Choose a tag to compare

Initial release time!

Major Changes:

  • Develop python package.
  • Add formatting rules for Python code.
  • Add ability to select video decoders.
  • Add ability to select audio decoders.
  • Rebase Docker image to linuxserver FFMPEG Ubuntu image.
  • Add support for VAAPI HW accelerated encoding.
  • Move task lists into DB for better ability to generate datasets for metrics.
  • Add advanced settings and ability to overwrite the default Unmanic command line options.
  • Fix DB connection to SQLite to fix issues caused by multiple threads locking it on write.
  • Update documentation.

[RELEASE] v0.0.1-beta6

29 Sep 06:33
0c0dad6
Compare
Choose a tag to compare
Pre-release

Expand upon the current set of encoder options/settings.
The main goal of this project was to implement SQLite DB and the required application structure for storing settings in a DB.
Beyond this, this project also sought to split codec configuration of the FFMPEG command into separate python modules so they can be expanded upon further down the line with things like encoder selection per codec (HW video encoding).

Changes:

  • Move all settings to SQLite database
  • Disable subtitle configurations on containers that do not support subtitles.
  • Fix issues with subtitle streams when remuxing to a container that does not support the source subtitle format.
  • Enable/Disable video encoding.
  • Enable/Disable audio encoding.
  • Add ability to remux a file only (by disabling video and audio encoding).
  • Add ability to transcode audio streams.
  • Enable/Disable the creation of a stereo audio stream cloned from multi-channel streams.
  • Add selection of audio encoders based on the audio codec selected

[RELEASE] v0.0.1-beta5

17 Jun 23:34
aad4ffd
Compare
Choose a tag to compare
Pre-release
  • Improvements to logging historical job. This now includes some basic statistical data.
  • Added "See All Records" screen
  • Increase FFMPEG packet buffer to prevent issues with some video files.