Music Test

Note
This is a test for [aplayer](https://aplayer.js.org)
1
2
3
4
5
6
7
8
9
{{< 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 >}}

 See also: APlayer



If you place the LRC inside the audio shortcode, it is passed to the APlayer as a JS string, so the lrcType needs to be set to 1. If you set the link to the LRC file through the lrc parameter, it will be passed as an LRC file, so the lrcType needs to be set to 3.