Skip to content

BasPost/sb_tvdb_scene_exceptions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

How to add exceptions

  1. Check TVDB
  • get the TVDB ID of the show
  • search for any similar shows that could conflict, note them
  1. Check NZBMatrix/NZBs.org
  • find all scene names of the correct show
  • find any shows which may conflict because of similar names
  1. 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 overrides the original name, it doesn't append to it. So if the original name is valid in addition to the exception you will have to put both of them in the exception list.

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').

About

TVDB scene exceptions for Sick Beard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published