- Removed -v flag from remote host ssh call that was corrupting ffmpeg output
- Prevent exception if no frame count detected in media metadata
- Fixed bug in progress calculation for agent mode.
- More updates to compensate for ffmpeg 7.0 occasional missing or erroneous time calculations.
- Added compatibility with new ffmpeg (7.0) changes that prevented progress updates.
- Added version check to let you know if there is a new release of wandarr.
- Added agent ability access local shares instead of copying files to and from the host.
- Updated agent protocol.
- Agent client/host version compatibility checks.
- More documentation
- Minor parsing bug fix for multiple audio and subtitle tracks. Videos previously encoded are not affected.
- Added -vq (video quality) option to override default quality in the template, reducing the number of templates you have to define if the difference is only the quality.
- Added -l (local-only) mode. Skips detection and use of remove machines.
- Internal refactoring to make the code more readible.
- Bug fixes to agent-based host management
- Reduce redundant pings to hosts for awake-checks
- Code refactoring cleanup
- Misc small bug fixes related to parsing media technical details
- Continue to make small usability tweaks
- Switch to using ffprobe for primary tech details, ffmpeg secondary
- Fixed some parsing issues when certain information isn't present
- better error reporting for some activities
- refine the progress bar to provide more information