updated readme and added missing screenshot

This commit is contained in:
Kamil
2024-11-22 19:28:57 +00:00
parent 48bdc7d522
commit bcd15d7e56
2 changed files with 5 additions and 1 deletions

View File

@@ -126,7 +126,7 @@ volumes:
- _Why have I to provide a Jellyfin Admin and Password instead of a API Token ?_ - _Why have I to provide a Jellyfin Admin and Password instead of a API Token ?_
Its beccause of some limitations in the Jellyfin API. The goal of Jellyplist was to always maintain only one copy of a playlist in Jellyfin and to use SharedPlaylists which are "owned" by one admin user. Its because of some limitations in the Jellyfin API. The goal of Jellyplist was to always maintain only one copy of a playlist in Jellyfin and to use SharedPlaylists which are "owned" by one admin user.
- _Why so many containers?_ - _Why so many containers?_
@@ -138,6 +138,10 @@ No. Jellyplist at first tries to match the track from a Spotify playlist with a
> [!CAUTION] > [!CAUTION]
> The Jellyfin API esp. the search API has some serious problems with apostrophes and other special characters, resulting in no search results at all. In such cases you have to do the link between a Spotify Track ID and your Jellyfin Track ID manually through the UI. > The Jellyfin API esp. the search API has some serious problems with apostrophes and other special characters, resulting in no search results at all. In such cases you have to do the link between a Spotify Track ID and your Jellyfin Track ID manually through the UI.
- _What about Spotify API rate limits ?_
Jellyplist will cache requests where possible. Especially the `/tracks` endpoint is queried a lot, therefore the results are cached for 10 days.
## Usage ## Usage

BIN
screenshots/batch_link.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB