jellyfin-smart-playlist/examples.md

11 lines
214 B
Markdown
Raw Normal View History

2024-11-08 20:22:46 +01:00
# 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)))
```