- C# 97.3%
- Dockerfile 1.4%
- Shell 1.3%
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [ptr727.LanguageTags](https://github.com/ptr727/LanguageTags) | `1.2.13` → `1.2.17` |  |  | --- ### Release Notes <details> <summary>ptr727/LanguageTags (ptr727.LanguageTags)</summary> ### [`v1.2.17`](https://github.com/ptr727/LanguageTags/releases/tag/1.2.17) [Compare Source](https://github.com/ptr727/LanguageTags/compare/1.2.16...1.2.17) #### What's Changed - Develop by [@​ptr727](https://github.com/ptr727) in [#​98](https://github.com/ptr727/LanguageTags/pull/98) **Full Changelog**: <https://github.com/ptr727/LanguageTags/compare/1.2.16...1.2.17> ### [`v1.2.16`](https://github.com/ptr727/LanguageTags/releases/tag/1.2.16) [Compare Source](https://github.com/ptr727/LanguageTags/compare/1.2.13...1.2.16) #### What's Changed - Bump the nuget-deps group with 1 update by [@​dependabot](https://github.com/dependabot)\[bot] in [#​99](https://github.com/ptr727/LanguageTags/pull/99) - Bump the nuget-deps group with 1 update by [@​dependabot](https://github.com/dependabot)\[bot] in [#​101](https://github.com/ptr727/LanguageTags/pull/101) - Bump the actions-deps group with 2 updates by [@​dependabot](https://github.com/dependabot)\[bot] in [#​100](https://github.com/ptr727/LanguageTags/pull/100) **Full Changelog**: <https://github.com/ptr727/LanguageTags/compare/1.2.13...1.2.16> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4xIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Reviewed-on: #8 Co-authored-by: Renovate Bot <renovate-bot@seugames.de> Co-committed-by: Renovate Bot <renovate-bot@seugames.de> |
||
|---|---|---|
| Models | ||
| Services | ||
| .gitignore | ||
| Dockerfile | ||
| entrypoint.sh | ||
| Program.cs | ||
| README.md | ||
| renovate.json | ||
| SeuGames.Tools.Taggarr-Sharp.csproj | ||
Taggarr Sharp
Tip
- You Want to know which Shows do have all dubs?
- You don't want to watch subs?
- Then this little project will help you with that
I started this project because I felt the same way and the existing Project form BassHous3 named taggarr had some issues for me.
Yes I just could have opened a PR or an Issue there but I felt like doing my own and learning stuff on the way
Note
How it works:
DUBthe show/series contains all of your target languages.SEMI-DUBthe show is missing at least one of your target languages or some episodes ar missing the dubWRONG-DUBthe show is only in original language or has other dubs not containing your target languages
How to run
This application is a simple console application which listens to arguments and also needs some Environment variables:
Arguments to pass:
--languages:
this is needed to parse your target language(s) of the dub.
--path:
this is used to specify the directory path where the application will search for shows/series.
Enviroment Variables:
BASEADDRESS:
The base address of Sonarr.
SONARR_API:
The API Key of Sonarr
DUB_TAG:
Your dub tag on Sonarr that you want to use. Defaults to "dub". This represents shows which do have all your target languages
SEMI_DUB_TAG:
Your dub tag on Sonarr that you want to use for partial dubs. Defaults to "semi-dub"
WRONG_DUB_TAG:
Your dub tag on Sonarr that you want to use for wrong dubs. Defaults to "wrong-dub"
Planned Features
- Adding support for Docker with CRON as planned service.
- Adding switch to exclude
Specialsfolders
Bugs
- Dockerfile not working for cron since cronie is not added
Credits
Special thanks for inspiration goes to: