You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.1 KiB
26 lines
1.1 KiB
# Reciperr Builders
|
|
|
|
You can find movies using a Reciperr list on [reciperr.com](https://reciperr.com/) (Reciperr).
|
|
|
|
No configuration is required for this builder.
|
|
|
|
| Attribute | Description | Works with Movies | Works with Shows | Works with Playlists and Custom Sort |
|
|
|:----------------------------------|:-----------------------------------------------|:-----------------:|:----------------:|:------------------------------------:|
|
|
| [`reciperr_list`](#reciperr-list) | Finds every movie at a Reciperr JSON data URL. | ✅ | ❌ | ✅ |
|
|
|
|
## Reciperr List
|
|
|
|
Finds every movie on Reciperr a list.
|
|
|
|
The expected input is the url that points to the JSON data or a list of urls that do.
|
|
|
|
The `sync_mode: sync` and `collection_order: custom` Details are recommended since the lists are continuously updated and in a specific order.
|
|
|
|
```yaml
|
|
collections:
|
|
Reciperr Movies:
|
|
reciperr_list: https://reciperr.com/api/recipe/list/params?recipeMetadataId=62354f0e89a919001d650fa3
|
|
collection_order: custom
|
|
sync_mode: sync
|
|
```
|