Releases: Robert-Zacchigna/MKVAudioSubsDefaulter
Releases · Robert-Zacchigna/MKVAudioSubsDefaulter
1.3.3 - Import error handling, Dependecy package updates
- 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
- MKVAudioSubsDefaulter:
- Increase multi-processing efficiency
- Fix multi-processing logging
1.3.0 - Add Multi-Processing
- 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
- MKVAudioSubsDefaulter:
- Add missing param descriptions to class description
- Minor formatting fixes
1.2.0 - Add Regex Filtering Arg
- MKVAudioSubsDefaulter: Added regex filtering arg
-regfil, --regex-filter
- ReadMe: Added shields
1.1.1 - Minor Fixes
- 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
- README updated with "Advanced Usage (Orchestration)" section
- MKVAudioSubsDefaulter updated to use class structure
1.0.0 - Initial Release
Initial release of MKVAudioSubsDefaulter
, please refer to README for info.