Skip to main content

v4 Migration Guide

ChangeLocationOldNewNotes
excludeOlder formatConfiguration fileexcludeOlder: 10,excludeOlder: "10 minutes",
-x/--exclude-older formatCLI arguments-x 10/--exclude-older 10-x 10min/--exclude-older 10min
excludeRecentSearch formatConfiguration fileexcludeRecentSearch: 10,excludeRecentSearch: "10 minutes",
-r/--exclude-recent-search formatCLI arguments-r 10/--exclude-recent-search 10-r 10min/--exclude-recent-search 10min
offset was removedConfiguration fileoffset: 0,[N/A]
-o/--offset was removedCLI arguments-o 0/--offset 0[N/A]
trackers was removedConfig filetrackers: ["oink", "tehconnection"],torznab: ["http://localhost/prowlarr/1/api?apikey=APIKEY", "http://localhost/prowlarr/2/api?apikey=APIKEY"],You'll have to use Torznab mode, see the README for instructions to find your torznab urls. You can also remove your jackettApiKey and jackettServerUrl config options.
-t/--trackers was removedCLI arguments-t oink,tehconnection--torznab http://localhost/prowlarr/1/api?apikey=APIKEY http://localhost/prowlarr/2/api?apikey=APIKEY (separated by spaces)You'll have to use Torznab mode, see the README for instructions to find your torznab urls. You can also remove your -k/--jackett-api-key and -u/--jackett-server-url CLI arguments.
searchAllConfiguration filesearchAll: true,includeEpisodes: true, includeNonVideos: true,
-a/--search-allCLI arguments-a--include-non-videos --include-episodes

Support for periodic searches and RSS scans

  • Use the new rssCadence/--rss-cadence option to do periodic RSS scans
  • Use the new searchCadence/--search-cadence option to do periodic searches