Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Releases: wolveix/plexus

Plexus v0.9

15 Oct 12:28
Compare
Choose a tag to compare
Plexus v0.9 Pre-release
Pre-release
  • Added 0 option to install sub-function
  • Added additional error handling for the encode function where no manual list file is specified but the default list file doesn't exist either
  • Added additional error handling on the -c:v copy statement. If FFmpeg fails, a full conversion will be tried instead. This helps resolve some issues.
  • Added --cache-db-purge to mount function
  • Added FFmpeg bug fix flag for each FFmpeg call (-max-muxing_queue_size 1024)
  • Added FFmpeg error handling (for unsupported subtitles)
  • Added FFmpeg error handling (for multiple unsupported subtitles)
  • Added install option for custom FFmpeg (built from source)
  • Added option to prevent incorrect handling of a file if the codecs are already correct
  • Added missing sudo prefix from apt-get commands within the install function
  • Added support for libfdk
  • Added --verbose flag to encode function
  • Cleaned up mount function
  • Fixed a few bash common practices
  • Fixed bug where unsupported subtitles weren't negatively mapped if they didn't have title metadata
  • Fixed empty line bug in encode function
  • Fixed incorrect url for config file
  • Fixed implementation of FFmpeg (custom) install
  • Improved FFprobe command for subtitle handling
  • Improved the information on the Help page of the Plexus Suite website
  • Prevent encode function failing due to grep no match
  • Removed -profile:v high from x264 specific FFmpeg commands due to incompatibility with different bit depths
  • Removed speech marks from new variable inclusion within FFmpeg script
  • Removed unnecessary flags from all FFmpeg commands
  • Removed unnecessary flags from mount function
  • Removed unused variable declaration
  • Reset exclude_stream variable
  • Wrapped previously-unwrapped variable

Plexus v0.8

26 Sep 15:12
Compare
Choose a tag to compare
Plexus v0.8 Pre-release
Pre-release
  • Added basic support for RClone cache
  • Added config check to install script
  • Added dependency handling
  • Added install function
  • Added mount function
  • Added RClone cache config option
  • Added RClone remove config option
  • Added unmount function
  • Added x264 specific FFmpeg options
  • Changed default FFmpeg preset from 'veryfast' to 'faster'
  • Changed /tmp/plexus directories to $HOME/.plexus to maintain data
  • [Encode] All streams now get converted, not just the first video and first audio streams/
  • Fixed missing directory and removed unnecessary directory creation
  • Improved colour use throughout program
  • Improved config file check to download a new version if one doesn't currently exist
  • Increased default CRF value from 18 to 20
  • Made install script quieter
  • Removed RClone check from install script
  • Removed unzip dependency from install script
  • Renamed PATH variable to DIRP (directory path) to fix "sed: command not found" error
  • Reset terminal color on install script finish
  • Simplified very problematic sed command

Plexus v0.7

02 Jul 20:20
Compare
Choose a tag to compare
Plexus v0.7 Pre-release
Pre-release
  • Added a check_variable function to prevent repeating the same code (audio and video codec checks)
  • Default variable values can now be defined using the config function
  • Default variables rely on an independent configuration file now
  • If no command or flag is specified, the help function gets called
  • Removed profile flag from ffmpeg commands to prevent potential compatibility issues

Plexus v0.6

25 Jun 22:04
Compare
Choose a tag to compare
Plexus v0.6 Pre-release
Pre-release
  • Added further codec support
  • Added local media support to the encode function alongside RClone functionality
  • Better flag handling
  • Changed /tmp/ folder hierarchy
  • Encode function has been implemented
  • List function now displays 'pretty' names when scanning
  • Much better function handling
  • Removed install function as this is now handled externally
  • Root flag support
  • Set functions to stop when an error is encountered
  • Some text has been minified

New website: https://plexus.robt.me

Plexus v0.5

25 Jun 22:13
Compare
Choose a tag to compare
Plexus v0.5 Pre-release
Pre-release
  • Added about function
  • Added basic logging functionality
  • Added help function
  • Added install function
  • Added setup file for environment setup
  • Consolidated functions into a single file to begin a suite of tools
  • Renamed build function to list

Plex Encode v0.4

25 Jun 22:08
Compare
Choose a tag to compare
Plex Encode v0.4 Pre-release
Pre-release
  • Added build script
  • Added encode script
  • Built-in RClone support
  • Templates for the scripts provided by Mason Rowe