Skip to content

Releases: Robert-Zacchigna/MKVAudioSubsDefaulter

1.3.3 - Import error handling, Dependecy package updates

13 May 21:41
Compare
Choose a tag to compare
  • MKVAudioSubsDefaulter: Add import error handling if required tqdm package is missing
  • README: Update recommended multi-processing pool size range from 1-10 to 1-5 (default is still 1)
  • Requirements and Pipfiles: Update dependency package versions

1.3.2 - Increase multi-processing efficiency and fix logging

11 May 05:44
Compare
Choose a tag to compare
  • MKVAudioSubsDefaulter:
    • Increase multi-processing efficiency
    • Fix multi-processing logging

1.3.0 - Add Multi-Processing

11 May 04:17
Compare
Choose a tag to compare
  • MKVAudioSubsDefaulter: Added multi-processing arg -plsz, --pool-size
    • This will allow users to specify the size of the processing pool to parallelize media file processing (greatly speeding up the process).
  • README:
    • Updated readme with info about new multi-processing arg
    • Future Improvements section moved towards the top of readme

1.2.1 - Minor Fixes

03 May 20:00
Compare
Choose a tag to compare
  • MKVAudioSubsDefaulter:
    • Add missing param descriptions to class description
    • Minor formatting fixes

1.2.0 - Add Regex Filtering Arg

03 May 17:07
Compare
Choose a tag to compare
  • MKVAudioSubsDefaulter: Added regex filtering arg -regfil, --regex-filter
  • ReadMe: Added shields

1.1.1 - Minor Fixes

21 Apr 07:05
Compare
Choose a tag to compare
  • MKVAudioSubsDefaulter: Code cleaning and default verbose level changed to ERROR
  • Requirements: Updated to use stricter version control
  • Future Improvements: Add an arg to filter for specific media files based on a regex query

1.1.0 - Class structure and Advanced Usage

15 Apr 05:21
Compare
Choose a tag to compare
  • README updated with "Advanced Usage (Orchestration)" section
  • MKVAudioSubsDefaulter updated to use class structure

1.0.0 - Initial Release

13 Apr 07:25
abb96f0
Compare
Choose a tag to compare

Initial release of MKVAudioSubsDefaulter, please refer to README for info.