11 Commits

Author SHA1 Message Date
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
aptalca
4a7e2711d8
Use alpine 3.19
Signed-off-by: aptalca <541623+aptalca@users.noreply.github.com>
2024-04-18 21:06:40 -04: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
3d27286980
Update Dockerfile
- Reverted to single-stage build
- Removed dependency on deprecated Ubuntu 16.04 (per #371)
2022-05-13 10:30:13 -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
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
b549a3758e Update Dockerfile 2020-12-07 11:10:14 -06:00
aptalca
69f8a2efb7
add maintainer label 2020-10-02 16:25:28 -04:00
thelamer
5aeb83b384 adding rough draft docs for review 2019-04-14 22:28:48 -07:00