fix: readme links.
This commit is contained in:
parent
e1f6bd5117
commit
bb0d01dc95
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue