Associate user provided images with playlists (using EXTIMG or same named file), fixes #833

This commit is contained in:
emeric
2026-06-02 12:48:54 +02:00
parent 531c5ca24d
commit 64e183da38
22 changed files with 340 additions and 7 deletions
+6
View File
@@ -105,6 +105,12 @@ _LMS_ automatically associates images with each disc in your collection. Name th
## Playlist support
_LMS_ supports playlist files in `m3u` and `m3u8` formats. These playlists are synced during the scan process and are available as public shared playlists.
### Playlist image lookup
_LMS_ resolves a playlist's cover image in this order:
1. **`#EXTIMG:` directive**. An explicit path declared inside the playlist file (URLs are ignored).
2. **Same-name image file**. An image file in the same directory as the playlist that shares the playlist's filename stem.
3. **First track's artwork** if neither of the above is found, the artwork of the first track in the playlist is used as a fallback.
## Lyrics support
_LMS_ supports lyrics in `lrc` files, `txt` files, and embedded track metadata. Both synchronized and unsynchronized lyrics are supported.