Skip to content

Fix: category path matching with spaces#827

Open
dnzbk wants to merge 1 commit into
developfrom
fix/category-match
Open

Fix: category path matching with spaces#827
dnzbk wants to merge 1 commit into
developfrom
fix/category-match

Conversation

@dnzbk

@dnzbk dnzbk commented Jun 5, 2026

Copy link
Copy Markdown
Collaborator

Description

  • Fixes category path matching (e.g., category:Movies > HD) when spaces are present around the > separator.
  • Category paths (e.g. Audio > Lossless) are now always stored asAudio>Lossless in both NZB files and RSS feeds, making exactmatching deterministic regardless of XML parser chunking.
  • NOTE: Alias patterns that relied on ? matching spaces around >(e.g. Audio???L*) will no longer match. Update to use the collapsed form, for example Audio>L* or Audio?Lossless.

Testing

  • macOS Tahoe
  • Windows 10/11
  • Docker

@dnzbk dnzbk requested a review from luckedea June 5, 2026 07:11
@dnzbk dnzbk marked this pull request as draft June 5, 2026 12:10
@dnzbk dnzbk force-pushed the fix/category-match branch from 108529d to e14254e Compare June 5, 2026 12:29
@dnzbk dnzbk marked this pull request as ready for review June 9, 2026 10:04
@dnzbk dnzbk marked this pull request as draft June 9, 2026 12:14
@dnzbk dnzbk marked this pull request as ready for review June 9, 2026 15:04
@dnzbk dnzbk force-pushed the fix/category-match branch from abd5b5b to 411355a Compare June 9, 2026 15:09
Fixes category path matching (e.g., category:Movies > HD) when spaces are present around the > separator.
@dnzbk dnzbk force-pushed the fix/category-match branch from 411355a to 516e17c Compare June 9, 2026 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant