29 Commits

Author SHA1 Message Date
TheCaptain989
73c9967a8e
Release 2.6.0 2025-12-07 10:23:00 -06:00
TheCaptain989
2e9202118e
Release 2.5.0 2025-05-03 16:50:40 -05:00
TheCaptain989
13d9032f09
Release 2.4.3 2025-03-08 10:58:49 -06:00
TheCaptain989
2057d39e32 Release 2.4
- Allow use of optional environmental variables for Lidarr config
- Updated Docker labels
2024-05-18 21:20:55 -05:00
TheCaptain989
e9cc0a2c2f Release 2.3.5 2024-05-11 22:01:42 -05:00
TheCaptain989
3c20621e12 Updated log date format 2024-03-08 18:08:48 -06:00
TheCaptain989
2fdd21073f Update Tags handlings
- Minor extra debug output
2024-02-26 09:51:21 -06:00
TheCaptain989
371acbeb37 Release 2.3.3
- Fix for TheCaptain989/lidarr-flac2mp3#44
2024-01-15 15:53:29 -06:00
TheCaptain989
f9088e2451 Release 2.3.2
- Added checks for log file and path
- Added command-line option for log file
- Added title metadata correction
- Added end_script function for more consistent ending of script
- Fixed metadata key case insensitive match
- Resolves TheCaptain989/lidarr-flac2mp3#42
- Update README.md
2023-12-17 10:47:46 -06:00
TheCaptain989
7c16d430d4 Lidarr: flac2mp3 Release 2.3
## What's Changed
- **Complete re-write of the core script to use shell instead of AWK.**
- **New:** Better use of the Lidarr API, including:
  - Using it to delete or recycle old tracks
  - No more artist refresh/rescan (which took forever) (issue thecaptain989/lidarr-flac2mp3#39)
  - Imports the converted tracks directly
- Fixed logging of curl errors and improved error handling
- Removed unnecessary function
- Improved track import JSON generator logic
- Added check for 'queued'  job status
- Use tag or branch name as Docker image tag
- Added GitHub Container Registry push
- Added GitHub container Registry labels
2023-08-27 15:53:25 -05:00
aptalca
8c5a7c4fbc
lidarr-flac2mp3 update/add workflows 2023-05-18 13:42:11 -04:00
TheCaptain989
a62debcf23 Update flac2mp3.sh
- Resolves TheCaptain989/lidarr-flac2mp3#37
2022-12-08 18:55:45 -06:00
TheCaptain989
64b36034ee 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
2022-11-27 09:56:09 -06:00
TheCaptain989
a5b136d992 Switch to hybrid S6
- Comments updated
2022-08-30 14:05:44 -05:00
aptalca
7725c78aa6 switch to hybrid 2022-08-12 15:12:54 -04:00
TheCaptain989
2ee66c34b3 Updated flac2mp3.sh
- Resolves TheCaptain989/lidarr-flac2mp3#31
- Resolves the "Unsupported Media Type" error when calling the Lidarr API
2022-06-23 09:13:54 -05:00
TheCaptain989
024b80026f Release 2.0
## Lots of new features and it still retains backward compatibility!

- Added batch mode per issue #28
- Added ALAC wrapper script per issue #28
- Bug fix for issue #29 introduced with release 1.3
- Added output and keep-file options per issue #30
- Moved option check earlier in the script and completely reworked options/arguments processing
- Added long option names
- Added debug info for system API
- Added debug info for config API
- Added multiple debug logging levels, defaults to lowest
  - Default debug level excludes the returned JSON, making it more readable and useful
- Normalized test event output
- Minor fix for error text
- Added version option
- Modified how script version is handled
   - Updated BuildImage.yml
   - Updated Dockerfile
   - Update 98-flac2mp3 init script
- Changed awk pattern match to be more robust
- Removed dedundant system command in awk script
- Updated help text
- Updated README.md
- Updated SECURITY.md
2022-05-07 11:26:42 -05:00
TheCaptain989
12feeae2b6 Release 1.3
- Added advanced -a and -e options
- Script can now convert to any ffmpeg supported format
- Added example script for Opus format
2021-12-27 15:38:15 -06:00
TheCaptain989
931a617946 Included apt-get standardization
apt-get update changes made by aptalca
2021-09-26 14:12:20 -05:00
TheCaptain989
8568b31bb1 Lidarr: flac2mp3 release 1.3
- Added advanced -a and -e options
- Can now convert to any ffmpeg supported format
- Added included script for Opus format
2021-09-26 14:01:03 -05:00
TheCaptain989
4843b31d87 Release 1.2.2
- Now uses the API to detect RecycleBin, removing dependency on sqlite
- Fixes formatting bug with submitted JSON in curl
- Adding URL quoting to curl commands
- Renamed more variables to avoid name collisions
- Added additional debug logging
- Reordered error redirects; No functional difference.
2021-07-04 17:55:39 -05:00
TheCaptain989
f1fd4b229d Release 1.2.1
- Added Variable Bit Rate option
- Fixed cover art conversion issue
- Fixed file permission/owner issue
- Reworked some bash logic
- Updated documentation
2021-03-11 13:47:19 -06:00
TheCaptain989
297b1a1013 Initial release 2020-12-07 11:15:44 -06:00
TheCaptain989
705c6454c9 Update 98-striptracks
Fixed the inconsistent stat command after a change to chown
2020-12-07 11:10:14 -06:00
TheCaptain989
fd11a826af Updates per aptalca 2020-12-07 11:10:14 -06:00
TheCaptain989
15b7eeb87b radarr: striptracks initial release
mkvtoolnix
2020-12-07 11:10:14 -06:00
TheCaptain989
37e57d2b83 Delete run 2020-12-07 11:10:14 -06:00
aptalca
5be8b23ea1 readme and template updates 2020-04-01 17:35:56 -04:00
thelamer
5aeb83b384 adding rough draft docs for review 2019-04-14 22:28:48 -07:00