jellyfin-smart-playlist/examples.md
2024-11-08 20:22:46 +01:00

10 lines
214 B
Markdown

# Examples
* `Favourite Pop`: A Playlist
containing all favourite items of the genre pop.
```
Id: Favourite Pop
Name: Favourite Pop
Program: |
(and (is-favorite) (is-genre "pop" (genre-list)))
```