From 8c61f9c18da89d05614839786f234d68899b34cd Mon Sep 17 00:00:00 2001 From: philippe44 Date: Wed, 12 Jan 2022 15:43:10 -0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9213753..413d17d4 100644 --- a/README.md +++ b/README.md @@ -213,11 +213,12 @@ You can tweak how the vu-meter and spectrum analyzer are displayed, as well as s The NVS parameter "metadata_config" sets how metadata is displayed for AirPlay and Bluetooth. Syntax is ``` -[format=][,speed=][,pause=] +[format=][,speed=][,pause=][,artwork[:0|1]] ``` - 'speed' is the scrolling speed in ms (default is 33ms) - 'pause' is the pause time between scrolls in ms (default is 3600ms) - 'format' can contain free text and any of the 3 keywords %artist%, %album%, %title%. Using that format string, the keywords are replaced by their value to build the string to be displayed. Note that the plain text following a keyword that happens to be empty during playback of a track will be removed. For example, if you have set format=%artist% - %title% and there is no artist in the metadata then only will be displayed not " - <title>". +- 'artwork' enables coverart display, if available (does not work for Bluetooth). The optional parameter indicates if the artwork should be resized (1) to fit the available space. Note that the built-in resizer can only do 2,4 and 8 downsizing, so fit is not optimal. The artwork will be placed at the right of the display for landscape displays and underneath the two information lines for others (there is no user option to tweak that). ### Infrared You can use any IR receiver compatible with NEC protocol (38KHz). Vcc, GND and output are the only pins that need to be connected, no pullup, no filtering capacitor, it's a straight connection.