Commit Graph

66 Commits

Author SHA1 Message Date
aptalca ecbe9cc81b Merge pull request #532 from TheCaptain989/lidarr-flac2mp3
Lidarr: flac2mp3 Release 2.2.1
2022-12-11 20:46:05 -05:00
TheCaptain989 a62debcf23 Update flac2mp3.sh
- Resolves TheCaptain989/lidarr-flac2mp3#37
2022-12-08 18:55:45 -06:00
aptalca 46730b4f72 Merge pull request #528 from TheCaptain989/lidarr-flac2mp3
Lidarr: flac2mp3 Release 2.2
2022-12-02 15:43:16 -05:00
TheCaptain989 ec8932718e Update lidarr-synology.png 2022-11-27 10:07:04 -06:00
TheCaptain989 e115c2e10f Update README.md 2022-11-27 10:00:00 -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 2a2faa23f0 Merge pull request #441 from linuxserver/lidarr-flac2mp3-s6v3
switch to hybrid (lidarr-flac2mp3)
2022-08-30 08:48:38 -04:00
aptalca f5ab4d4ce8 update version in log 2022-08-27 21:29:04 -04:00
aptalca 7725c78aa6 switch to hybrid 2022-08-12 15:12:54 -04:00
aptalca 8083862103 Merge pull request #390 from TheCaptain989/lidarr-flac2mp3
Lidarr: flac2mp3 patch 2.0.1
2022-06-23 10:48:23 -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
aptalca d0c35ef78f Merge pull request #371 from TheCaptain989/lidarr-flac2mp3
Lidarr: flac2mp3 release 2.0
2022-05-13 11:45:19 -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
aptalca e730be5f57 Merge pull request #276 from TheCaptain989/lidarr-flac2mp3
Lidarr: flac2mp3 release 1.3
2022-01-28 15:59:32 -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
Roxedus b6c88e38df Merge pull request #247 from linuxserver/lidarr-flac2mp3-apt 2021-09-26 22:20:32 +02: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
aptalca 7349288f04 standardize apt-get 2021-09-21 13:51:19 -04:00
TheCaptain989 9254a11694 Merge branch 'lidarr-flac2mp3' of https://github.com/TheCaptain989/docker-mods into lidarr-flac2mp3 2021-07-04 17:55:50 -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 0a45a17e38 Release 1.2.2
- Removed dependency on sqlite
- Renamed more variables to avoid name collisions
- Added additional debug logging
- Reordered error redirects.  No functional difference.
2021-07-04 17:46:43 -05:00
aptalca 4000250455 Merge pull request #189 from TheCaptain989/lidarr-flac2mp3
Lidarr: flac2mp3 release 1.2.1
2021-03-19 12:41:08 -04:00
TheCaptain989 5e36a80057 Updated BuildImage.yml as requested
Modified the VERSION generation until I find a better way to do this.
2021-03-19 11:12:15 -05:00
TheCaptain989 a7e8b63d00 Update README.md 2021-03-11 18:37:56 -06:00
TheCaptain989 dc22a4e9d6 Merge branch 'lidarr-flac2mp3' into lidarr-flac2mp3 2021-03-11 14:01:48 -06: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 9237e5bc91 Update README.md 2021-01-30 10:40:08 -06:00
TheCaptain989 a37a623d10 Merge branch 'lidarr-flac2mp3' of https://github.com/TheCaptain989/docker-mods into lidarr-flac2mp3 2021-01-30 10:28:38 -06:00
TheCaptain989 297b1a1013 Initial release 2020-12-07 11:15:44 -06:00
TheCaptain989 9894f804f5 Updated image links
- Added .assets folder for images
- Corrected Synology picture
2020-12-07 11:10:14 -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
TheCaptain989 b549a3758e Update Dockerfile 2020-12-07 11:10:14 -06:00
aptalca d1dc6e5858 Merge pull request #138 from linuxserver/template-ghcr
Add information about GHCR
2020-11-03 10:55:54 -05:00
Eric Nemchik 8a48ea51d8 Update Dockerfile.complex 2020-11-03 09:04:40 -06:00
Eric Nemchik f20f64178f Add information about GHCR 2020-11-02 20:22:32 -06:00
aptalca 17be03d5ff Merge pull request #116 from linuxserver/lidarr-flac2mp3-gha-ghcr
Switch to GHA, add GHCR
2020-11-02 11:13:55 -05:00
Eric Nemchik e5049f52d7 Switch to GHA, add GHCR 2020-11-01 15:35:25 -06:00
aptalca 07530d37e4 Merge pull request #94 from TheCaptain989/lidarr-flac2mp3
Lidarr: flac2mp3 initial release
2020-10-31 17:42:10 -04:00
TheCaptain989 0062aecd54 Corrected after rebaseline error 2020-10-31 16:38:12 -05:00
TheCaptain989 d48a9fa820 Initial release 2020-10-31 11:52:25 -05:00
TheCaptain989 bf014ea22f Updated image links
- Added .assets folder for images
- Corrected Synology picture
2020-10-31 11:51:24 -05:00
TheCaptain989 4861018c5d Update 98-striptracks
Fixed the inconsistent stat command after a change to chown
2020-10-31 11:51:24 -05:00
TheCaptain989 46191f1985 Updates per aptalca 2020-10-31 11:51:24 -05:00
TheCaptain989 b03e1e65ef radarr: striptracks initial release
mkvtoolnix
2020-10-31 11:51:18 -05:00