Commit Graph

17 Commits

Author SHA1 Message Date
TheCaptain989 4b39f1ec48 Release 2.16.0 2025-06-03 15:53:59 -05:00
TheCaptain989 27dac65562 Release 2.15.0 2025-05-28 19:08:20 -05:00
TheCaptain989 97d0d81a83 Release 2.14.0 2025-05-09 20:33:40 -05:00
TheCaptain989 2395da4c36 Release 2.13..0 2025-03-08 10:46:29 -06:00
TheCaptain989 bea4ec9a99 Release 2.12.0 2025-02-09 10:43:16 -06:00
TheCaptain989 500c6e1ceb Release 2.9.0 2024-11-04 17:26:38 -06:00
TheCaptain989 4e9b53f2aa Release 2.8.0
- Added Kannada, Macedonian, and Slovenian language support
- Support for 'Except Language' in Custom Format (TheCaptain989/radarr-striptracks#78)
- Updated README
2024-09-25 20:45:14 -05:00
TheCaptain989 d6d6f069f3 Release 2.7.1
# What's Changed
- **New** Uses semantic versioning
- **New** Added installation script and documentation for hotio containers
- **Fixes** TheCaptain989/radarr-striptracks#73
- Light editing of README
  - Added GHCR pull counts
- Updated Docker image labeling
2024-08-15 18:51:17 -05:00
TheCaptain989 c52b87f3c1 Revert "Release 2.7.1"
This reverts commit 57888b41fe.
2024-08-15 18:44:58 -05:00
TheCaptain989 57888b41fe Release 2.7.1
# What's Changed
- **New** Uses semantic versioning
- **New** Added installation script and documentation for hotio containers
- **Fixes** TheCaptain989/radar-striptracks#73
- Light editing of README
  - Added GHCR pull counts
- Updated Docker image labeling
2024-08-15 18:35:26 -05:00
TheCaptain989 8bd9f3fd09 Release 2.6
- **New** Settings can now be passed to the script via the STRIPTRACKS_ARGS environment variable
- **New** Added check for invalid eventtypes
- File ownership is only attempted when running as root
2024-05-11 22:07:11 -05:00
TheCaptain989 7f80e55fce Release 2.5
- **New:** Added support for *Custom Formats* language selection
- **New:** Now fully supports Sonarr v4
  - 'Original' language support
  - Deprecated `languageprofile` API endpoint accounted for (Fixes TheCaptain989/radarr-striptracks#64)
  - *Still* backward compatible with Sonarr v3
- Fixes TheCaptain989/radarr-striptracks#66
- Added Radarr/Sonarr feature compatibility tests
- Added quick drop-out if unable to determine Radarr/Sonarr version
- Added a longer wait for rescan, delete, and update completion
- Improved Radarr/Sonarr database update logic
   - Editor API will no longer be called if there are no changes
   - No update with 'Unknown' language
- Improved automatic language detection logic
- Improved debug logging
- Incremented GitHub workflow actions, per the [Node.js 16 deprecation](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ "GitHub Actions: Transitioning from Node 16 to Node 20") announcement
- Updated README
2024-02-11 21:44:28 -06:00
TheCaptain989 a8f71600ab Release 2.4.1
## What's Changed
- Added special audio language handling (https://github.com/TheCaptain989/radarr-striptracks/issues/54)
- Better handling of Radarr's 'Any' profile selection
- Added `:any` command line language
- Preserves release group metadata after remux (partial fix of issue https://github.com/TheCaptain989/radarr-striptracks/issues/53)
- Removed exit code 12 (for when no remux occurred)
- Marked script files as executable
- Fully linted
2023-09-16 17:42:55 -05:00
TheCaptain989 4a307cde0c radarr: striptracks Release 2.4
## What's Changed
- **New:** Video remux is now skipped if no tracks will be removed and if file is already an MKV (issue thecaptain989/striptracks#49)
- **New:** Calls the Radarr/Sonarr rename API if required by Movie/Episode naming rules (issue thecaptain989/striptracks#50)
- **New:** Now uses the Radarr/Sonarr API to delete or recycle old videos
- Improved some code that handles differences between Radarr and Sonarr
- All API calls are now functions
- Fixed the detection of all Norwegian codes
- Fixed logging of curl errors and improved error handling
- Removed rescan loop
- Added check for 'queued'  job status
- More consistent ending of script
2023-08-27 15:57:45 -05:00
TheCaptain989 5b20d34e2e Release 2.3.2
- Fixed missing executable attribute on some script files
- Fixed null subtitle option to remove all subtitles (resolves linuxserver/docker-mods#537)
- Named arguments now override positional arguments
- Updated cmd line help
- Updated README
2023-01-15 11:25:30 -06:00
TheCaptain989 3a55ebd95c Release 2.0
- Script can now be called with no arguments.  Languages are pulled from the configured quality or language profile. Command line arguments are still supported and override what is detected.
- Only Radarr and Sonarr version 3 and later are supported.  Using API v3 for most functions.
- Losing quality setting during rescan is 100% fixed in both Radarr and Sonarr
- Now uses the API to detect RecycleBin (removing undocumented dependency on sqlite3)
- 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
2021-06-06 11:10:41 -05:00
TheCaptain989 7ad6432069 Updated documentation and build 2021-03-11 18:33:17 -06:00