docs: improve description.

Refs: #6
This commit is contained in:
redxef 2025-02-26 23:40:37 +01:00
parent a00b01c577
commit 9bb68f6fac
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -13,7 +13,14 @@
<label class="inputLabel inputLabelUnfocused" for="LispPlaygroundInputLinks">Input Items</label>
<div class="fieldDescription">
Items which should be given to the filter program, one link per line.
The program will get this list in the variable <code>*items*</code>.
This list is provided to the program in the
<code>*items*</code> variable.<br>
Hint: Just copy the link to the media item,
it should contain a <code>id</code> in
the query part of the URL's
fragment.<br>
Example:
<code>https://jellyfin.example.com/web/#/details?id=9f63ee779963588ed2ad94d37d6abe4e&serverId=dc0683d7a413473eb8246d21eaea2f99</code><br>
<textarea id="LispPlaygroundInputLinks" class="emby-input smartplayground-monospace" name="InputLinks" rows="16" cols="120"></textarea>
</div>
<div class="inputContainer">