Bbplayer
A sleek HTML5 audio player with playlists.
Install / Use
/learn @73rhodes/BbplayerREADME
<a href="https://codeclimate.com/github/73rhodes/bbplayer/maintainability"><img src="https://api.codeclimate.com/v1/badges/1defc0bcbbf553e0a88b/maintainability" /></a>
bbplayer
A Modern, Minimalist HTML5 Audio Player
About
bbplayer is a minimalist HTML5 Audio player. With bbplayer you can:
- make a playlist of tracks
- design your own buttons or use the ones included
- put several bbplayers on a page that play one at a time
- support all browsers with MP3 and OGG formats
bbplayer uses CSS classes. Start with a bbplayer class containing controls
like bb-rewind, bb-play, bb-forward and bb-trackTime. Inlude the
HTML5 audio element; bbplayer takes care of the rest.
Include your choice of stylesheet.
<link rel="stylesheet" href="css/bbplayer.css">
Add HTML elements for bbplayer.
<div class="bbplayer">
<span class="bb-rewind"></span>
<span class="bb-play"></span>
<span class="bb-forward"></span>
<span class="bb-trackTime"></span>
<span class="bb-trackLength"></span>
<span class="bb-trackTitle"></span>
<audio>
<source src="media/x.mp3"/>
<source src="media/x.ogg"/>
<source src="media/y.mp3"/>
<source src="media/y.ogg"/>
</audio>
</div>
To automatically start playing on load, use <audio autoplay>.
Then include bbplayer.js:
<script src="js/bbplayer.js"></script>
See bbplayer.html or visit http://73rhodes.github.io/bbplayer for an example.
FAQ
Why is it called bbplayer?
I made it for my piano teacher's web site, brianbrowne.com.
Does it have Flash fallback?
Nope.
How do I enable continual looping?
Use <audio loop>.
How do I enable autoplay?
Use <audio autoplay>.
Related Skills
qqbot-channel
349.0kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
100.3k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
349.0kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
Design
Campus Second-Hand Trading Platform \- General Design Document (v5.0 \- React Architecture \- Complete Final Version)1\. System Overall Design 1.1. Project Overview This project aims t

