From 31f36b6f389b08cc9d3e224e0f05567b62386f25 Mon Sep 17 00:00:00 2001 From: redxef Date: Sun, 22 Dec 2024 21:14:50 +0100 Subject: [PATCH] docs: Mention the UI in the How to use section of the readme. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bca4212..2c45486 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ The latest version is [v0.4.0.0](https://gitea.redxef.at/redxef/jellyfin-smart-p ## How to use +After [installing](#installation) the plugin and restarting Jellyfin +go to the plugin settings and below the `Initial Program` configuration +choose the smart playlist you want to edit, or `Create new playlist ...` +to create a new one. + +### Without the UI + After [installing](#installation) the plugin and restarting Jellyfin create a empty file in `config/data/smartplaylists` like this, maybe you want to generate a playlist of your favourite rock songs: @@ -29,7 +36,7 @@ Playlists: UserId: 6eec632a-ff0d-4d09-aad0-bf9e90b14bc6 Name: Rock Program: (begin (invoke item "IsFavoriteOrLiked" (list *user*))) -SortProgram: (begin items) +SortProgram: (begin *items*) Filename: /config/data/smartplaylists/Rock.yaml Enabled: true ```