Skip to content

Ferry-200/cm_react

Repository files navigation

Coriander Music

性能检测工具,加在 head 第一个 <script src="https://unpkg.com/react-scan/dist/auto.global.js"></script>

Todo

  • 循环、随机
  • user-agent parser
  • 日夜主题切换
  • 动态主题
  • 搜索
    • 统一的搜索页,同时显示多种结果
    • 音乐、艺术家和专辑页面顶部的筛选
  • Tooltip
  • ContextMenu
  • Now Playing Page. 适当复用组件
  • 音乐详情页
  • 参考 Windows 媒体播放器的专辑、艺术家、艺术家详情页面
  • 响应式分页区域 |<-| 1 |...| 4 |...| 7 |->|
  • 支持多种音频服务器
  • 上报播放状态
    • POST: /PlayingItems/{itemId} // 播放开始
      {
        "canSeek": true,
        "playMethod": "DirectStream"
      }
    • POST: /PlayingItems/{itemId}/Progress // 同步播放进度(似乎 10s 一次)
      {
        // Optional. The current position, in ticks. 1 tick = 10000 ms.
        "positionTicks": 1234567890,
        "isPaused": false,
        "playMethod": "DirectStream"
      }
    • DELETE: /PlayingItems/{itemId} // 播放结束
      {
        // Optional. The position, in ticks, where playback stopped. 1 tick = 10000 ms.
        "positionTicks": 2222222222
      }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages