All Projects → margox → Meaga

margox / Meaga

Licence: MIT license
一个由Electron和Vue联合打造的本地音乐播放器

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Meaga

PlayPiano
Implement and simulate piano on web page.
Stars: ✭ 16 (-55.56%)
Mutual labels:  player, music-player
MusicPlayer
A Telegram Music Bot written in Python using Pyrogram and Py-Tgcalls. This is Also The Source Code of The UserBot Which is Playing Music in @S1-BOTS Support Group ❤️
Stars: ✭ 218 (+505.56%)
Mutual labels:  player, music-player
vue-music-player
🎵 basic music player, keeps your favorite musics
Stars: ✭ 77 (+113.89%)
Mutual labels:  player, music-player
soube
Music player based on electronjs
Stars: ✭ 32 (-11.11%)
Mutual labels:  player, music-player
pushtape-player.js
Customizable JS audio page player with global playback controls and autoscan (mutationobserver), built on Soundmanager2.
Stars: ✭ 27 (-25%)
Mutual labels:  player, music-player
Swift Radio Pro
Professional Radio Station App for iOS!
Stars: ✭ 2,644 (+7244.44%)
Mutual labels:  player, music-player
TonUINO
Alternative TonUINO Firmware
Stars: ✭ 112 (+211.11%)
Mutual labels:  player, music-player
Odyssey
Odyssey music player
Stars: ✭ 153 (+325%)
Mutual labels:  player, music-player
audioStreamDemo
A music player created in swift using AVPlayer to stream audio from server.
Stars: ✭ 33 (-8.33%)
Mutual labels:  player, music-player
ArgPlayer
An android music player library
Stars: ✭ 52 (+44.44%)
Mutual labels:  player, music-player
Shikwasa
An audio player born for podcast
Stars: ✭ 216 (+500%)
Mutual labels:  player, music-player
simple-cloud-music
简洁的的第三方网易云音乐播放器
Stars: ✭ 306 (+750%)
Mutual labels:  player, music-player
Nighthawk
A stealthy, simple, unobtrusive music player that stays out of your way
Stars: ✭ 197 (+447.22%)
Mutual labels:  player, 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 (+33.33%)
Mutual labels:  player, music-player
Html Midi Player
🎹 Play and display MIDI files on the web
Stars: ✭ 158 (+338.89%)
Mutual labels:  player, music-player
drop
A LÖVE visualizer and music player
Stars: ✭ 17 (-52.78%)
Mutual labels:  player, music-player
Musicplayer
A minimal music player built on electron.
Stars: ✭ 145 (+302.78%)
Mutual labels:  player, music-player
Cog
Cog - A Free and Open Source Audio Player for macOS 10.13+
Stars: ✭ 152 (+322.22%)
Mutual labels:  player, music-player
musique
C'est très élégant
Stars: ✭ 91 (+152.78%)
Mutual labels:  player, music-player
angular-youtube-player
Simple youtube player created with angular and typescript. See demo.
Stars: ✭ 35 (-2.78%)
Mutual labels:  player, music-player

Meaga

一个由Electron和Vue联合打造的本地音乐播放器

应用截图

下载Mac平台安装文件(V1.0.2)

http://cdn.margox.cn/Meaga-1.0.2.dmg

开发和打包说明

# 安装依赖
npm install

# 进入electron目录安装electron端依赖
cd electron && npm install

# 回退一层
cd ../

# 启动webpack dev server,并以开发模式启动应用
npm start

# 直接以开发模式启动应用(npm start是前提条件)
npm run dev

# 使用webpack打包view端项目
npm run build

# 使用electron-packager将项目打包成可执行文件,打包后的文件在packaged目录下
npm run package

# 使用electron-builder将项目打包成安装文件,打包后的文件在packaged目录下
npm run dist

使用说明

应用打开之后,点击右上角的加号来添加本地的音乐文件,可以直接将音乐文件拖到应用窗口,暂时只支持mp3格式的音乐。

如果在Favorites列表添加文件,则添加的文件会自动被favorite。

另外建议添加通过网易云音乐或者QQ音乐下载的音乐文件,因为通常都包含了完整的id3标签(歌手、专辑和封面信息等),对于id3标签不完整的音乐文件,本程序未做测试,可能会导致数据显示不全等情况。

TODO

  • 播放列表排序功能
  • 播放列表多选操作功能
  • 播放界面 + 歌词功能
  • 从网络获取封面图片和歌手图片
  • Dock图标右键功能
  • 尝试支持热更新
  • 尝试支持Windows平台
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].