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.3 KiB
26 lines
1.3 KiB
# StevenLu Builders
|
|
|
|
You can find items using StevenLu's Popular Movies list on [StevenLu.com](https://movies.stevenlu.com/) (StevenLu).
|
|
|
|
No configuration is required for this builder.
|
|
|
|
| Attribute | Description | Works with Movies | Works with Shows | Works with Playlists and Custom Sort |
|
|
|:-----------------------------------------------------|:-------------------------------------------------------------------------------------|:-----------------:|:----------------:|:------------------------------------:|
|
|
| [`stevenlu_popular`](#stevenlus-popular-movies-list) | Finds every movie on [StevenLu's Popular Movies List](https://movies.stevenlu.com/). | ✅ | ❌ | ✅ |
|
|
|
|
## StevenLu's Popular Movies List
|
|
|
|
Finds every movie on [StevenLu's Popular Movies List](https://movies.stevenlu.com/).
|
|
|
|
The expected input is `true`.
|
|
|
|
The `sync_mode: sync` and `collection_order: custom` Details are recommended since the lists are continuously updated and in a specific order.
|
|
|
|
```yaml
|
|
collections:
|
|
StevenLu's Popular Movies:
|
|
stevenlu_popular: true
|
|
collection_order: custom
|
|
sync_mode: sync
|
|
```
|