Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • 137bb1117d4411dc61e4c5f03b3f4dfa7a2c4a58
  • master default protected
  • fix_nzb_cat
  • develop
  • guessit2-minimal
  • ssl_warning
  • UHD-qualities
  • fix_providers8
  • !
  • tvvault
  • provider_alpharatio
  • v5.1.1
  • v5.1
  • v5.0.3
  • v5.0.2
  • v5.0.1
  • v5.0
  • v4.2.1.07
  • v4.2.1.06
  • v4.2.1.05
  • v4.2.1.04
  • v4.2.1.03
  • v4.2.1.02
  • v4.2.1.01
  • v4.2.1.0
  • v4.2.0.6
  • v4.2.0.5
  • v4.2.0.4
  • v4.2.0.3
  • v4.2.0.2
  • v4.2.0.1
31 results

tox.ini

Blame
  • user avatar
    miigotu authored
    **Show specific required/ignored words now totally override global settings if they are set**
    
    If show ignored words are not set, global ignored words will be used
    If show required words are not set, global required will be used
    
    If the show has required words, they will be removed from the overall calculated ignored list when evaluating
    If the show has ignored words, they will be removed from the overall calculated rquired words list when evaluating
    
    If a show has required words which are also in the global ignored words they will override the global ignored and the release will be accepted
    If a show has ignored words which are also in the global required words they will overrid the global required and the release will be discared
    
    Release must not contain ANY of the final ignored words list, and at least ONE of the final calculated required words.
    
    Added a unit test to make sure this behavior is as expected and remains that way
    
    Fixes #1541
    Fixes #1619
    Fixes #1623
    Fixes #1629
    137bb111
    History
    tox.ini 270 B