Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • b679bbbd2e0892190e4446e921c77878112043b0
  • 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

SickRage-1

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    miigotu authored
    Remove submodules and use subtree instead, submodule isnt prepopulated
    b679bbbd
    History

    How to add exceptions

    1. Check TVDB

      • get the TVDB ID of the show
      • search for any similar shows that could conflict, note them
    2. Check NewzNab provider

      • find all scene names of the correct show
      • find any shows which may conflict because of similar names
    3. Fixup scene names from step 2

      • for each scene name turn it back into a show name. This means adding back parentheses, apostrophes, ampersands, colons, exclamation marks, and question marks. eg. Shows.Name.2010 -> Show's Name! (2010) (since SB will turn that back into Shows.Name.2010)

    Remember that this list appends the TVDB name, thus there is no need to include it.

    Exceptions should be of the format:

      tvdb_id: 'Name 1', 'Name 2', ..., 'Name N'

    Apostrophes inside the show name should be escaped with a backslash ('Show's Name').