ENHANCEMENT RELEASE
- Focus on performance improvements
- Faster renaming/library management
- Significantly improved metadata matching
- Improved subtitle/OCR support
Changelog for 2.4.10 (32bit and 64bit)
NEW FEATURES:
- Improve H.265 remuxing support, added new profile parameter
AllowH265CopyRemuxing=true
- Added support for extracting and embedding multiple subtitle files
- Allow for updating metadata, subtitles and chapters in rename only mode
BUG FIXES:
- Fix for conversion failure when using Rename only with Comskip enabled and a Saved EDL file
- Fix for not reading Silicon Dust HDHR episode/season metadata
- Improve IMDB matching
- Fix for reading metadata from filenames without a subtitle
- Fix writing MKV metadata in some cases
- Fix for using original title regex while correcting metadata
- Patch for Kodi bug, don’t write BOM to EDL file
ENHANCEMENTS:
- Handle asymmetrical special characters (
-
) in filename while extracting metadata - Added support for extracting Premiere Year from Filename ShowTile, e.g. Alice (1979) – S01E03 – Episode name
- Upgraded ffmpeg to N-92683-g32601fb821 Dec 13th build to improve hardware conversions
- Add support for absolute exclusion paths in Monitor Locations
- Improve ffmpeg encoding/decoding performance (software and NVIDIA CUDA)
- Improve interlace detection speed by 100%
- Improve crop detection speed by 350%
- Update AVIDemux to 2.7.1 Jan 15th 2019 build to support H.265
- Fixed H.265 profile generating very large files
- Updated MediaInfo to 18.12
- Change Disable cropping to Enable cropping in settings page
- Speed up Rename only tasks by up to 10x
- Don’t limit minimum file size allowing renaming of SRT and other meta files
- Improved reading and writing for MP4 and MKV metadata
- Improve DVB subtitle detection (requires OCR files installed How to Enable DVB and Image Subtitle Extraction)
- Updated CCExtractor to 0.87
- Improved matching metadata using series years
- Added 3 additional custom renaming commands:
-
%ifpremieredate%<RenamePatternIfTrue,RenamePatternIfFalse>
- If Series Premiere Date is present rename using True pattern, else rename using False pattern -
%ifairdate%<RenamePatternIfTrue,RenamePatternIfFalse>
- If Original Air Date is present rename using True pattern, else rename using False pattern -
%ifrecorddate%<RenamePatternIfTrue,RenamePatternIfFalse>
- If Video Record Date is present rename using True pattern, else rename using False pattern