Release 2.2

- Switch to hybrid S6
- **Added --regex option** TheCaptain989/lidarr-flac2mp3#33
- **Added optional use of environment variable** TheCaptain989/lidarr-flac2mp3#33
- **Added new --tags option to resolve TheCaptain989/lidarr-flac2mp3#15**
- Added checks for identical track name
- Recycled files are now moved to subdirectory paths that more closely resemble the original path
- Better error handling in awk script when calling system commands
- Added logging for skipped tracks
- Corrected some logging anomalies
- Modified exit codes
- Updated command line help
- Fixed missing executable attribute on some script files
- Updated README
This commit is contained in:
TheCaptain989
2022-11-27 09:56:09 -06:00
parent a5b136d992
commit 64b36034ee
7 changed files with 313 additions and 100 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ Only the latest major and minor version are supported.
| Version | Supported |
| ------- | ------------------ |
| 2.0.x | :heavy_check_mark: |
| < 2.0 | :x: |
| 2.2.x | :heavy_check_mark: |
| < 2.2 | :x: |
## Reporting a Vulnerability