https://github.com/imzlh/vplayer
一个可以解析(常见的)CUE文件的现代化轻量级H5音频播放器
https://github.com/imzlh/vplayer
cd html music player
Last synced: about 2 months ago
JSON representation
一个可以解析(常见的)CUE文件的现代化轻量级H5音频播放器
- Host: GitHub
- URL: https://github.com/imzlh/vplayer
- Owner: imzlh
- Created: 2023-06-18T13:25:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-24T06:25:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T23:27:43.613Z (4 months ago)
- Topics: cd, html, music, player
- Language: JavaScript
- Homepage: http://vplayer.imzlh.top
- Size: 44.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# vPlayer
- 轻量级播放器,支持3种显示模式(最小化、卡片式、全屏)
- 支持歌词(LRC),同时**注重性能**,500ms一次刷新
- **自适应**,不占地,支持简单的**CUE解析**(允许多个CUE)
- 不支持跨域,请LRC和CUE都下载至自己的服务器

## 用途
对于文件管理器(类似我的项目vList),**前端解析CUE**还是很不错的
然后设计之初只是想实现一遍(Github上很少有这类项目),仅此而已## 为什么叫vPlayer?
不是v(ideo)Player,而是v(irtual)Player
用解析CUE的能力生成虚拟歌单,如同真是分开的一样流畅丝滑操作
个人感觉比vlc还好用(切换时明显卡顿),这就够了
## 使用
示例(index.html)中已经贴出简单用法了
可以参考[文档](http://imzlh.top:81/vplayer/document.html)