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 ```