-
Notifications
You must be signed in to change notification settings - Fork 5
new --regex option to modify the source file extension #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added |
Hmmm. This is interesting and does solve two of the hardcoded things I didn't like about the script (the FLAC file extension and the length calculation). |
Okay, I've reviewed your changes and have some suggestions and want things done a bit differently. I created a new branch |
Thanks ! I'll integrate your changes into my lidarr docker image when I'll have time to check the modifications |
- 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
Adding the possibility to convert from another format than .flac with this new option.
Examples added
Default setting keep the current behavior