mirror of
https://github.com/idanoo/autobrr
synced 2025-07-26 02:09:13 +00:00
feat: improve release parsing and filtering (#257)
* feat(releases): improve parsing * refactor: extend filtering add more tests * feat: improve macro * feat: add and remove fields * feat: add freeleech percent to bonus * feat: filter by origin
This commit is contained in:
parent
bb62e724a1
commit
e6c151a029
26 changed files with 3210 additions and 3201 deletions
4
web/src/types/Filter.d.ts
vendored
4
web/src/types/Filter.d.ts
vendored
|
@ -14,7 +14,7 @@ interface Filter {
|
|||
match_release_groups: string;
|
||||
except_release_groups: string;
|
||||
scene: boolean;
|
||||
origins: string;
|
||||
origins: string[];
|
||||
freeleech: boolean;
|
||||
freeleech_percent: string;
|
||||
shows: string;
|
||||
|
@ -26,6 +26,8 @@ interface Filter {
|
|||
containers: string[];
|
||||
match_hdr: string[];
|
||||
except_hdr: string[];
|
||||
match_other: string[];
|
||||
except_other: string[];
|
||||
years: string;
|
||||
artists: string;
|
||||
albums: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue