2022-03-08 08:06:22 +00:00
# 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.
2023-12-13 21:44:44 +00:00
| 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/ ). | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-xmark:{ .red } | :fontawesome-solid-circle-check:{ .green } |
2022-03-08 08:06:22 +00:00
## StevenLu's Popular Movies List
Finds every movie on [StevenLu's Popular Movies List ](https://movies.stevenlu.com/ ).
The expected input is `true` .
2024-04-22 14:20:12 +00:00
The `sync_mode: sync` and `collection_order: custom` Setting are recommended since the lists are continuously updated
and in a specific order.
2022-03-08 08:06:22 +00:00
```yaml
collections:
StevenLu's Popular Movies:
stevenlu_popular: true
collection_order: custom
sync_mode: sync
```