Music Test
Contents
1 APlayer
Note
This is a test for [aplayer](https://aplayer.js.org)
{{< aplayer fixed=false mini=false autoplay=false theme="#b7daff" loop="all" order="list" preload="auto" volume=0.7 mutex=true lrcType=1 listFolded=false listMaxHeight="" storageName="aplayer-setting" >}}
{{< audio name="Song1" artist="Artist1" url="/music/song1.mp3" cover="/images/music.webp" >}}
{{< /audio >}}
{{< audio name="Song2" artist="Artist2" url="/music/song2.mp3" cover="/images/music.webp" >}}
[00:00.00]APlayer audio1
[00:04.01]is
[00:08.02]amazing
{{< /audio >}}
{{< /aplayer >}}
:(fas fa-star-of-life): See also: APlayer
1.1 lrcType=1
1.2 lrcType=3
If you place the LRC inside the audio shortcode, it is passed to the APlayer as a JS string, so the
lrcTypeneeds to be set to 1. If you set the link to the LRC file through thelrcparameter, it will be passed as an LRC file, so thelrcTypeneeds to be set to 3.