From bb0d01dc95496ea1e4680e41b9589d5ea39ddd7c Mon Sep 17 00:00:00 2001 From: redxef Date: Sun, 27 Oct 2024 19:51:26 +0100 Subject: [PATCH] fix: readme links. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce6afbc..252d36a 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ Smart playlists with lisp filter engine. ## How to use After [installing](#installation) the plugin and restarting Jellyfin -create a file in `config/data/smartplaylist` like this: +create a file in `config/data/smartplaylists` like this: ``` -$ echo '{}' > config/data/smartplaylist/a.json +$ echo '{}' > config/data/smartplaylists/a.json ``` Afterwards run the Task `(re)generate Smart Playlists`, this will rename the `json` file and populate it with some default values. You can now -adjust the file to your liking. [Go here](/examples/index.md) to see more +adjust the file to your liking. [Go here](examples/index.md) to see more examples. Example file