l3uddz / traktarr

Script to add new series & movies to Sonarr/Radarr based on Trakt lists.
GNU General Public License v3.0
576 stars 52 forks source link

Ignore blacklist (issue #31) #32

Closed mitchellklijs closed 6 years ago

mitchellklijs commented 6 years ago

Adds the ability to add --ignore-blacklist to the movies, shows or run command to ignore the blacklist all together when running the command.

Furthermore this PR adds the ability to specify when to ignore the blacklist in automatic mode. This can be done by adding the following to the movies or shows filter options:

    "disabled_for": [
        "anticipated",
        "watchlist:user1",
        "list:http://url-to-list"
    ],

You can add any "default" list type, like anticipated, boxoffice, ... or any watchlist or public/private list.

Solves: #31

l3uddz commented 6 years ago

Able to resolve the conflicts, will test it out and accept?

My recent PR caused conflicts.