hexo-tag-mplayer

1.0.1 • Public • Published

hexo-tag-mplayer

npm Travis GitHub license David David FOSSA Status

Insert cPlayer in Hexo by using tags.

Install

$ npm install hexo-tag-mplayer --save

Quick Start

{% mplayer %}
    playlist: [
        {
            name: 'Song name...',
            artist: 'Singer name...',
            src: 'Song resource link...',
            poster: 'Song Cover link...',
            lyric: 'Lyrics...',
            Sublyric: 'Deputy lyrics, generally for translation...'
        },
        {
            ...
        },
        ...
    ],
    autoplay: true,
    volume: 0.75,
    playmode: "listloop",
    big: true,
    dark: false
{% endmplayer %}

For more details, visit hexo-tag-mplayer Demo here.

Option

OPTION default content description
playlist [] Playlist.
autoplay false Autoplay (mobile is not available).
volume 1 Default volume.
playmode listloop Default play mode.
big false Default player size.
dark false Default player theme.

For more details, visit CPlayer Demo here.

Thanks

Thanks for cPlayer & Inspired by hexo-tag-cplayer .

License

FOSSA Status

Readme

Keywords

Package Sidebar

Install

npm i hexo-tag-mplayer

Weekly Downloads

35

Version

1.0.1

License

MIT

Unpacked Size

4.93 kB

Total Files

7

Last publish

Collaborators

  • wshunli