All Projects → Linkontoask → radishes

Linkontoask / radishes

Licence: MIT license
Cross-platform copyright-free music platform(跨平台的无版权音乐平台). 支持 windows / macos / linux / web

Programming Languages

typescript
32286 projects
Less
1899 projects

Projects that are alternatives of or similar to radishes

Mp3ID3Tagger
🎶🎵A macOS application to edit the ID3 tag of your mp3 files. Developed with RxSwift and RxCocoa. 🎸🎼
Stars: ✭ 17 (-91.98%)
Mutual labels:  id3-reader, id3-writer
chengpeiquan.com
My personal website. Base on Vite 2.0 and Vue 3.0. If you want to know how to use Vite to develop a project, you can refer to this repository.
Stars: ✭ 43 (-79.72%)
Mutual labels:  vue3
Private-Cloud-Music
Private Cloud Music - a really simple and easy-to-use online music player.
Stars: ✭ 40 (-81.13%)
Mutual labels:  music-player
qwshop
b2b2c laravel+vue Rapid development framework
Stars: ✭ 73 (-65.57%)
Mutual labels:  vue3
RuoYi-Cloud-Vue3
🎉 基于Spring Boot、Spring Cloud & Alibaba、Vue3 & Vite、Element Plus的分布式前后端分离微服务架构权限管理系统
Stars: ✭ 295 (+39.15%)
Mutual labels:  vue3
myown
Blog 分享一些前端的知识,流行库的源码阅读,前端可做的性能优化,SVG动画小知识。
Stars: ✭ 64 (-69.81%)
Mutual labels:  vue3
SampleMusicPlayer
Simple music player
Stars: ✭ 59 (-72.17%)
Mutual labels:  music-player
v
VIP电影在线播放
Stars: ✭ 23 (-89.15%)
Mutual labels:  vip
jetstream-inertia-generator
Laravel 8 Admin CRUD generator built with Jetstream, Inertia js, Vue 3 and Tailwindcss 2
Stars: ✭ 105 (-50.47%)
Mutual labels:  vue3
PyTunes
A lightweight music player made in Python
Stars: ✭ 38 (-82.08%)
Mutual labels:  music-player
minimal-player
This is a minimal, clean audio/music/mp3 player with spinning cover images, built with jQuery, TweenMax.js and SVG images.
Stars: ✭ 48 (-77.36%)
Mutual labels:  music-player
DaisyXMusic
Free and Open Source Group Voice chat music player for telegram ❤️ with button support youtube playback support
Stars: ✭ 204 (-3.77%)
Mutual labels:  music-player
inertiajs-tables-laravel-query-builder
Inertia.js Tables for Laravel Query Builder
Stars: ✭ 391 (+84.43%)
Mutual labels:  vue3
sonist
一个音乐播放器, 主打本地音乐播放。支持 自动歌词/自动封面/均衡器等常见功能。
Stars: ✭ 72 (-66.04%)
Mutual labels:  music-player
SMmuiscPlay
🎼极简模式JavaScript音乐播放器组件,极简、小巧、无依赖、可定制,适用于手机页面,H5活动页,微信页面等的音乐播放支持
Stars: ✭ 40 (-81.13%)
Mutual labels:  music-player
2019-ncov-vue3-version
新型冠状病毒实时疫情 Vue-Compostion-Api版本 (Vue3 + TypeScript)
Stars: ✭ 55 (-74.06%)
Mutual labels:  vue3
QQMusic
高仿QQ音乐
Stars: ✭ 12 (-94.34%)
Mutual labels:  music-player
vue-next-admin
🎉🎉🔥基于vue3.x 、Typescript、vite、Element plus等,适配手机、平板、pc 的后台开源免费模板库(vue2.x请切换vue-prev-admin分支)
Stars: ✭ 1,002 (+372.64%)
Mutual labels:  vue3
artemis
MateCloud前端代码,基于vue3、vite、pinia、ant-design vue实现的中台系统
Stars: ✭ 129 (-39.15%)
Mutual labels:  vue3
musify
🎵 Simple, yet fast, Electron music player.
Stars: ✭ 16 (-92.45%)
Mutual labels:  music-player

Radishes 2.0.0

release

Radishes是这个项目的名称,它是由萝卜翻译而来。可以在这里试听和下载“灰色”歌曲哟

界面表现和功能参考 windows 网易云音乐界面和 ios 的网易云音乐,会对一些功能进行移动端支持。希望能找到合适的基于 vue3 的移动端打包工具(非套壳)。

项目运行

  • 克隆项目

git clone https://github.com/Linkontoask/radishes.git

  • 安装依赖
cd radishes/
npx lerna bootstrap
  • 运行项目
    web: yarn dev
    electron: yarn dev:electron

  • 构建项目
    web: yarn build
    electron:win: yarn build:electron
    electron:linux: yarn build:electron:linux
    electron:macos: yarn build:electron:macos

支持的功能

browser: 浏览器支持
electron: 桌面级支持
mobile: 移动端支持(在线链接: http://112.74.169.178/mobile/music/,分支:next-mobile)
: 已经支持
×: 不打算支持

功能 browser electron mobile
登录和注册(邮箱暂不支持注册)
每日推荐歌单和歌曲
每日轮播图以及新歌播放、查看歌单详情
歌单搜索、查看、收藏、下载
歌曲排行榜以及排行榜的分类支持
支持查看歌手专辑、详情、相似歌手以及歌手按地区等方式过滤
歌曲播放、暂停、歌词(横向、纵向)、音量 MediaSession(Chrome)
浮动歌词支持(在PC上为一个子窗口),歌词进度显示 ×
支持设置播放源(QQ、酷狗等)、下载品质和下载位置修改
支持搜索歌手、专辑、歌单和单曲
本地音乐支持(支持拖放播放歌曲、歌曲标签ID3v2显示) ×
缓存本地所有状态(比如当前播放歌曲、进度、主题颜色、大小等)
朋友动态查看、点赞等
音乐云盘
视频播放、收藏
通知(已登录) × ×
音效(3D环绕、淡入淡出、温柔、混合)

Electron

目前已发布第一版,包含听歌等功能,前往 https://github.com/Linkontoask/radishes/releases/tag/2.0.0-alpha.1 下载 windows 版本。
已发布mac版本。v2.0.0-alpha.4 在开发的同时会快速兼容 Electron 。所谓的快速就是调用很少的 API 实现 PC 端的功能,比如放大、缩小、通知、歌词、音乐拖放上传。

目前Electron已经支持对歌曲的标签写入与读取,专辑封面还未压缩处理。所有在radishes平台下载的歌曲都会自动生成歌曲的歌手、专辑、标题等内容。
到现在为止,Electron平台相对于Web平台已经完成了下载进度展示、本地音乐的同步和播放、浮动歌词的展示。

vue3.x已发布,音乐项目已完成基本架构

目前会利用闲暇时间进行重构,如果你也想参与进来,可以发邮件或在这里告诉我

相关链接:

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].