Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.47 KB

couchpotato_list.md

File metadata and controls

48 lines (37 loc) · 1.47 KB
title description published date tags editor dateCreated
couchpotato_list
true
2022-09-18 05:25:06 UTC
markdown
2022-09-18 05:24:23 UTC

Couchpotato List

This is part of managed list plugin system. {.is-success}

Creates an Entry for each movie in your couchpotato wanted list. This plugin can be used with the movie_list plugin to add those movies to the list.

Plugin Settings

Currently the following settings are required:

Option Description
base_url This is the URL of your couchpotato installation (usually http://localhost). If not specified otherwise, assumes the port is 80 by default.
api_key This is API key of your couchpotato installation (can be found under settings->general->advanced)
include_data Flag that enables whether to send Couchpotato's quality profile to FlexGet. Default is False

The following setting are optional:

Option Description
port This is the port used by your couchpotato installation (usually 5050). Use this if your CP installation is at a different port than 80 (which it probably is).

Example:

Add movies to the movie list from couchpotato

queue_movies_couchpotato:
  couchpotato_list:
    base_url: http://localhost
    port: 5050
    api_key: APIKEYHERE
    include_data: yes
  accept_all: yes
  list_add:
    - movie_list: from couchpotato