Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: (Indexer) Rutracker - multiple languages support #390

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

chryzsh
Copy link
Contributor

@chryzsh chryzsh commented Aug 3, 2021

Database Migration

NO

Description

We already add "rus" to all release names in Rutracker as all releases have Russian audio (see line 1635). However, a lot of releases also include the original language in either the format "Original xxx" where xxx is the language code, but also just "Original". This PR handles that latter scenario. By adding "multi" in the release name, *arr correctly identifies them as multi-language releases. For increased precision, the user can in *arr configure the "Multi Language" option on the indexer to "Original" (see screenshot) and get a correct language mapping for Rutracker releases. If the user does not select any option here, this PR has no effect other than indicating to *arr that this is a multi-language release, which is still correct.

Screenshot (if UI related)

image

Todos

  • Tests
  • Translation Keys (./src/NzbDrone.Core/Localization/Core/en.json)
  • Wiki Updates

Issues Fixed or Closed by this PR

  • No issue reported.

@chryzsh chryzsh changed the title Fixed: (Indexer) Rutracker - convert Original to multi Fixed: (Indexer) Rutracker - multiple languages support Aug 3, 2021
@servarr servarr bot removed the Area: Indexers label Apr 20, 2022
@bakerboy448 bakerboy448 added Status: Waiting for OP Action Required from OP conflict conflict - cannot merge, needs resolution and removed Status: Ready for Review Awaiting review labels Feb 20, 2023
@bakerboy448 bakerboy448 removed the request for review from Qstick February 20, 2023 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conflict conflict - cannot merge, needs resolution Status: Waiting for OP Action Required from OP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants