mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-14 16:57:25 +00:00
26 lines
1.3 KiB
Markdown
26 lines
1.3 KiB
Markdown
|
# 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
|
||
|
```
|