Skip to content

HBBatchBeast-v2.0.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@HaveAGitGat HaveAGitGat released this 16 Apr 08:39
· 350 commits to master since this release

Bug related:

Fixed excessive RAM issue when folder watching for long periods.

Identified issue with custom presets exported from HandBrake. Not an issue with HBBB but with HandBrakeCLI - Removing '"PictureRotate": "0:0"' from the JSON preset resolves the issue (or if it's a different error then the first addition below will help resolve the issue.)

Linux issue with filenames which contain quotes - don't think it's possible to fix this issue. Windows purposefully doesn't allow filenames with double quotes in to prevent these types of issues. Will keep looking though.

Features/additions:

Full HandBrakeCLI console output is now logged for each worker thread. "View HB Console output" button added. This should allow people to resolve issues such as the aforementioned preset issue more easily.

A message is now given when closing the program to double check you're wanting to close down any conversion processes.

Option to replace the original file if the converted file is smaller.

File title word filter. Enter keywords to be filtered out when scanning for files. For example, if "720p" is entered, then any files with "720p" in the title will not be converted. Again, keywords need to be separated by a comma. Option added copy filtered files directly to the destination folder.

Daily scanning. Set a specific time to scan/convert.

Option to now automatically create temporary conversion and destination folders if they don't exist.

Option to run HandBrake threads at low priority on Linux. Still looking at ways to get this working on Windows and macOS.

Option to move corrupt files into a specific folder after health check.

Moved help page to GitHub Wiki.