Commit Graph

37 Commits

Author SHA1 Message Date
TheCaptain989 0872932cda Update striptracks.sh
Formatting updates only
2021-12-29 09:39:28 -06:00
TheCaptain989 73cdbaa2d4 Standardized apt-get update per aptalca 2021-12-27 16:00:55 -06:00
TheCaptain989 2122355540 Release 2.2
- Added error checking for when Recycle Bin is configured but doesn't exist
- **Added batch mode as a result of issue** [#41](https://github.com/TheCaptain989/radarr-striptracks/issues/41)
- Moved command line option check earlier in the script and completely reworked options/arguments processing
  Correctly handles positional arguments regardless of relation to flagged options.
  Added flagged options for audio and subtitles.
  Added long arguments options.
- Made mode detection more robust
- Normalized test event output
- Added error checking for curl, mv, and rm issues
  Added additional error text.
  Normalized some rare error messages.
- Fixed the broken codec detection awk code
- Explicitly add "und" to track log if no language detected
- Corrected issue where the wrong language is chosen in some cases.
  (Radarr and Sonarr don't use the same numeric language IDs. Code was updated to use the name of the language, not the numeric code.)
- **Script will now try to set the language(s) in Radarr or Sonarr to what was retained after the video remux.**
  This fixes the lagging 'Multi-Language' issue in Radarr, among other things.  See issue #42 for more details.
  (This is a little messy and may be tightened up later.)
- Added check for mkvmerge -J return
- **Added multiple debug logging levels, defaults to lowest**
  Default debug level excludes the returned JSON, making it more readable and useful
- Tightened up some jq code
- **Added additional languages to codemap: Thai, Romanian**
- Added handler for unknown language code
- Updated help text and documentation
2021-12-27 15:57:22 -06:00
TheCaptain989 7f413a28c6 Release 2.01
- Fixed error output on 'mv' commands
- Added error checking for when Recycle Bin is configured but doesn't exist
- Reordered error redirects.  No functional difference.
- Updated Readme
- Updated Usage display
2021-07-04 17:36:37 -05:00
aptalca 194b1c7b85 Merge pull request #211 from TheCaptain989/radarr-striptracks
radarr: striptracks Release 2.0
2021-06-06 14:12:02 -04: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
aptalca 9cf3e1e32b Merge pull request #199 from TheCaptain989/radarr-striptracks
radarr: striptracks release 1.3
2021-04-08 08:18:02 -04:00
TheCaptain989 e1ab43019e Update build variable
VERSION calculated differently
2021-04-08 06:05:14 -05:00
TheCaptain989 c6bd071501 Update README.md 2021-04-08 06:01:03 -05:00
TheCaptain989 513c095e0c Update 98-striptracks 2021-03-11 19:48:00 -06:00
TheCaptain989 d247f6c08d Update striptracks.sh 2021-03-11 19:43:31 -06:00
TheCaptain989 e84d159632 Fixes Sonarr issue
- Resolves #168
2021-03-11 19:37:36 -06:00
TheCaptain989 7ad6432069 Updated documentation and build 2021-03-11 18:33:17 -06:00
aptalca 78f59199b5 Merge pull request #170 from bxlouis/patch-1
Add English & French wrapper script
2021-02-25 16:04:24 -05:00
bxlouis b691618723 Add English & French wrapper script
This new wrapper only keeps English, French and Undetermined Audio and English and French subtitles.
2021-02-06 02:06:24 +01:00
aptalca a7c70961e1 Merge pull request #110 from linuxserver/radarr-striptracks-gha-ghcr
Switch to GHA, add GHCR
2020-11-02 16:51:29 -05:00
aptalca a89dde4d68 change baseimage to ghcr 2020-11-02 16:50:07 -05:00
Eric Nemchik 8963e74ee7 Update BuildImage.yml 2020-11-02 11:53:55 -06:00
Eric Nemchik 3e33ec6a70 Switch to GHA, add GHCR 2020-11-01 15:36:02 -06:00
aptalca a3f538e613 Merge pull request #72 from TheCaptain989/radarr-striptracks
Radarr: striptracks initial release
2020-10-13 21:15:47 -04:00
TheCaptain989 9380c5f9f6 Updated image links
- Added .assets folder for images
- Corrected Synology picture
2020-10-13 18:26:20 -05:00
TheCaptain989 8c6a8eb62d Update 98-striptracks
Fixed the inconsistent stat command after a change to chown
2020-10-07 20:17:49 -05:00
TheCaptain989 52ce0f24f7 Updates per aptalca 2020-10-07 20:13:39 -05:00
TheCaptain989 85ef895b43 radarr: striptracks initial release
mkvtoolnix
2020-10-06 20:02:49 -05:00
TheCaptain989 5d0d4045d0 Delete run 2020-10-06 12:56:57 -05:00
TheCaptain989 f7e198b59e Update Dockerfile 2020-10-06 12:56:08 -05:00
TheCaptain989 b5b10c7af9 Delete Dockerfile.complex 2020-10-06 12:32:33 -05:00
aptalca 69f8a2efb7 add maintainer label 2020-10-02 16:25:28 -04:00
aptalca 66c6ab5c69 update mod creation instructions 2020-10-02 16:01:55 -04:00
Ryan Kuba f4cb91a286 Merge pull request #20 from aptalca/template
readme and template updates
2020-04-01 17:33:57 -07:00
aptalca 5be8b23ea1 readme and template updates 2020-04-01 17:35:56 -04:00
aptalca ca2c0ce48e create template branch 2020-02-02 15:55:44 -05:00
j0nnymoe ac24dee3d9 LICENSE (#1)
LICENSE
2019-05-31 12:52:43 +01:00
chbmb 71aa40f87f LICENSE 2019-05-30 20:35:20 +01:00
thelamer f03f664dec spacing 2019-04-14 22:31:13 -07:00
thelamer 5aeb83b384 adding rough draft docs for review 2019-04-14 22:28:48 -07:00
thelamer c02f8e7e8e adding blacklist with fake names for loop testing 2019-04-13 15:15:24 -07:00