All Projects → MoePlayer → Aplayer Typecho

MoePlayer / Aplayer Typecho

Licence: mit
在线音乐播放器插件 for typecho 1.0

Projects that are alternatives of or similar to Aplayer Typecho

React Music Player
🎵 Maybe the best beautiful HTML5 responsive player component for react :)
Stars: ✭ 321 (-15.75%)
Mutual labels:  music
Miracles
🎉 A simple but powerful single-column theme for Typecho
Stars: ✭ 365 (-4.2%)
Mutual labels:  typecho
Supercollider
An audio server, programming language, and IDE for sound synthesis and algorithmic composition.
Stars: ✭ 4,036 (+959.32%)
Mutual labels:  music
Powertabeditor
A cross-platform guitar tablature editor.
Stars: ✭ 334 (-12.34%)
Mutual labels:  music
Key And Pad
🎹 Fun experiment with the Web Audio API 🎶
Stars: ✭ 360 (-5.51%)
Mutual labels:  music
Lissajous
🎵 A tool for programmatic audio performance in the browser using Javascript.
Stars: ✭ 367 (-3.67%)
Mutual labels:  music
Clubber
Application of music theory in audio reactive visualizations
Stars: ✭ 325 (-14.7%)
Mutual labels:  music
Rythm.js
A javascript library that makes your page dance.
Stars: ✭ 3,755 (+885.56%)
Mutual labels:  music
Programming Music
A collective list of music to listen to while programming
Stars: ✭ 365 (-4.2%)
Mutual labels:  music
Snapcast
Synchronous multiroom audio player
Stars: ✭ 4,028 (+957.22%)
Mutual labels:  music
Music Player
From UI Proposal to Code 🎶▶️
Stars: ✭ 3,459 (+807.87%)
Mutual labels:  music
Inaspeechsegmenter
CNN-based audio segmentation toolkit. Allows to detect speech, music and speaker gender. Has been designed for large scale gender equality studies based on speech time per gender.
Stars: ✭ 352 (-7.61%)
Mutual labels:  music
Canaree Music Player
Complete music player published in the Play Store. Heavily relies on Dagger, kotlin coroutines and Clean architecture.
Stars: ✭ 371 (-2.62%)
Mutual labels:  music
Scribbletune
Create music with JavaScript
Stars: ✭ 3,509 (+821%)
Mutual labels:  music
Spiders
Python爬虫,返回一定格式的信息,下载,使用flask提供简易api。抖音无水印、皮皮虾、快手、网易云音乐、qq音乐、咪咕音乐、荔枝FM音频、知乎视频、最右语音、视频、微博......
Stars: ✭ 372 (-2.36%)
Mutual labels:  music
Audiofabric
a 3d music visualization
Stars: ✭ 327 (-14.17%)
Mutual labels:  music
Typecho Theme Material
Material Design theme for typecho.
Stars: ✭ 366 (-3.94%)
Mutual labels:  typecho
Youtube Music
YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)
Stars: ✭ 376 (-1.31%)
Mutual labels:  music
Verovio
🎵 Music notation engraving library for MEI with MusicXML and Humdrum support and various toolkits (JavaScript, Python)
Stars: ✭ 375 (-1.57%)
Mutual labels:  music
Magic Cards
🎩 Queue music, play movies, or trigger events with RFID cards.
Stars: ✭ 372 (-2.36%)
Mutual labels:  music

Meting

在 Typecho 中使用 APlayer 播放在线音乐吧~ 发布页面

介绍

  1. 支持国内五大音乐平台(网易云、QQ、虾米、百度、酷狗)的单曲/专辑/歌单播放
  2. 简单快捷,复制音乐详情页面网址,后台自动生成播放代码
  3. 前端 APlayer,后端 Meting 及时更新,保证兼容性及 API 高可用性
  4. 支持 MySql、SQLite 数据库
  5. 支持 Redis, Memcached 缓存
  6. 支持自定义歌曲播放
  7. 自定义 API 支持

声明

本作品仅供个人学习研究使用,请勿将其用作商业用途。
!!切勿使用本插件代码下载版权保护音乐!!

安装

  1. 在本页面右上角点击 Download ZIP 下载压缩包
  2. 上传到 /usr/plugins 目录
  3. 修改文件夹名为 Meting
  4. 后台启用插件

使用

在文章编辑页面,点击编辑器上的 音乐图标 按钮,在弹出的窗口中输入音乐地址(见支持列表),最后点击确定即可

支持列表

网易云音乐 http://music.163.com

QQ 音乐 https://y.qq.com

虾米音乐 http://www.xiami.com or http://h.xiami.com

酷狗音乐 http://www.kugou.com

百度音乐 http://music.baidu.com/

FAQ

PJAX 页面切换问题?

需要视情况在主题设置中添加回调函数

停止播放

if (typeof aplayers !== 'undefined'){
    for (var i = 0; i < aplayers.length; i++) {
        try {aplayers[i].destroy()} catch(e){}
    }
}

重载播放器

loadMeting();
不支持混合歌单?

由于 2.x 版本重写了实现方式,旧的混合歌单将不再支持,建议通过各音乐平台创建歌单的方式添加。

升级问题?

目前插件支持在设置页面差量升级,但由于某些版本做了较大调整,可能造成插件无法使用,可以禁用插件再启用修复。

更多问题可以通过 issue 页面提交,或者通过 Telegram、邮件向我反馈

LICENSE

APlayer-Typecho is under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].