hexo-tag-aplayer icon indicating copy to clipboard operation
hexo-tag-aplayer copied to clipboard

Embed aplayer in Hexo posts/pages

Results 56 hexo-tag-aplayer issues
Sort by recently updated
recently updated
newest added

在播放某些曲目時會出現如下圖的錯誤 ![](https://cdn.jsdelivr.net/gh/sky456757/imgHost/img/20210808112739.png) 主控台報錯如下 ![](https://cdn.jsdelivr.net/gh/sky456757/imgHost/img/20210808112821.png) 值得一提的是在本地運行沒有問題,是部署到server才會error,而且每次部署會出錯的曲目都不一樣

![aplayer.min.js报错](https://cdn.unistart.top/screenshot/202208141758468.webp) **_config.yml中配置了开启了methingjs** aplayer: meting: true # 启用 MetingJS **_posts目录下的markdown文件除了front-matter部分就只写了** {% meting "60198" "netease" "playlist" %}

我先用`hexo new page playlist`创建了一个新的页面,然后在source/playlist/index.md中加入如下代码: `type: playlist (这里换行不会打) {% meting "7057546468" "netease" "playlist" %} ` 但是当我hexo g &&hexo s预览时,我输入 localhost:4000/playlist,一片空白。 这不是我配置错误。当填写别人的网易云歌单号码时,他成功了,但是我替换为我的网易云歌单号码时,它什么也没有显示。 歌单号码绝对没有错。 我想知道这一问题是什么原因并且如何解决它。

今天升级了next 7.1,使用hexo-tag-aplayer这个插件加密文章后,当输入密码访问文章时,控制台提示aplayer未定义,很显然对应的aplyer.js和aplayer.css未引入,查看了源码的确没有引入。而不加密文章时能正常引入文件并且能正常显示音乐播放器。所以有什么方法可以解决吗

情况如下图 ![image](https://user-images.githubusercontent.com/47054165/123512248-f9e82800-d6b8-11eb-9440-ba414c814ac6.png) ![image](https://user-images.githubusercontent.com/47054165/123512255-09677100-d6b9-11eb-9553-f8dbf68b3ec2.png) ![image](https://user-images.githubusercontent.com/47054165/123512264-18e6ba00-d6b9-11eb-80c9-7e059ad41333.png)

![image](https://user-images.githubusercontent.com/58849532/161195878-6269cecb-dac6-4e6f-a7ef-8c48897ea430.png) I have Autoplay: true written in my code, but Chrome browser seems to disable autoplay Is there any solution about it?

DPlayer packed APK video cannot be played Packaging tool HBuilder X Ask for answers

请问代码是放在哪个文件里用的?

```` {% aplayer "沉默是金" "张国荣" "/2021/09/20/embed-music/chenmoshijin.mp3" "/2021/09/20/embed-music/chenmoshijin.jpg" "lrc:chenmoshijin.txt" %} ```` 如题,只能使用相对地址,不过图片和歌曲都可以使用绝对地址。 这样的问题是就不能在其他文章中展示歌词 报错如下 ```` javascript TypeError: Cannot read property '_id' of undefined at APlayerTag.generate (/Users/gu_fan/blog/gu-fan.github.io/node_modules/hexo-tag-aplayer/lib/tag/player.js:103:120) at Object. (/Users/gu_fan/blog/gu-fan.github.io/node_modules/hexo-tag-aplayer/index.js:127:22) at NunjucksTag._run...