Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Improve Whisparr transformation into filters #80

Open
thelordtourette opened this issue Mar 22, 2024 · 0 comments
Open

Improve Whisparr transformation into filters #80

thelordtourette opened this issue Mar 22, 2024 · 0 comments

Comments

@thelordtourette
Copy link

Using Omegabrr to generate filters from Whisparr will not work with site names that contain two or more words, as the site name is usually not separated by dots or spaces like it is the case with movies and TV shows.

For example:
Vixen.24.03.15.foo.bar
RealityJunkies.24.03.22.foo.bar

A generated filter from Whisparr's monitored items looks like this:
*Vixen*
*Reality?Junkies*

The single word site name matches without a problem but the site with more than two word in the name will not because there is nothing between the words.

{
  "level": "debug",
  "module": "filter",
  "method": "CheckFilter",
  "time": "2024-03-22T06:01:40+01:00",
  "message": "(Whisparr Omegabrr) for release: RealityJunkies.24.03.22.Vanessa.Sky.My.Sister.Is.A.Slut.XXX.1080p.HEVC.x265.PRT[XvX] rejections: (match release not matching. got: RealityJunkies.24.03.22.Vanessa.Sky.My.Sister.Is.A.Slut.XXX.1080p.HEVC.x265.PRT[XvX] want: *Reality?Junkies*,*Vixen*)"
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant