All Projects → listen1 → Listen1_mobile

listen1 / Listen1_mobile

Licence: mit
one for all free music in china (iOS, Android)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Listen1 mobile

Raveberry
A multi-user music server with a focus on participation
Stars: ✭ 442 (-30.28%)
Mutual labels:  music-player
Soundnode App
Soundnode App is the Soundcloud for desktop. Built with Electron, Angular.js and Soundcloud API.
Stars: ✭ 4,859 (+666.4%)
Mutual labels:  music-player
Kodexplorer
A web based file manager,web IDE / browser based code editor
Stars: ✭ 5,490 (+765.93%)
Mutual labels:  music-player
Petal
🌺 Douban.FM Client With Extra - - - 一个简洁的豆瓣FM客户端。
Stars: ✭ 460 (-27.44%)
Mutual labels:  music-player
Gokotta
A simple music player built by electron and vue
Stars: ✭ 514 (-18.93%)
Mutual labels:  music-player
Drive Music Player
Fully client side Music Player for Google Drive
Stars: ✭ 554 (-12.62%)
Mutual labels:  music-player
Jmc
jmc - a new macOS media organizer
Stars: ✭ 432 (-31.86%)
Mutual labels:  music-player
Webaudiofont
Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and mobile browser. See live examples.
Stars: ✭ 600 (-5.36%)
Mutual labels:  music-player
Diffuse
A music player that connects to your cloud/distributed storage.
Stars: ✭ 517 (-18.45%)
Mutual labels:  music-player
Audio Visualizer Android
🎵 [Android Library] A light-weight and easy-to-use Audio Visualizer for Android.
Stars: ✭ 581 (-8.36%)
Mutual labels:  music-player
Chillify
Music App made with flutter
Stars: ✭ 489 (-22.87%)
Mutual labels:  music-player
Gouqi
🐸 枸杞 - 伪装成音乐客户端的计时 App
Stars: ✭ 501 (-20.98%)
Mutual labels:  music-player
Electron Cloud Music
网易云音乐 Electron 客户端
Stars: ✭ 557 (-12.15%)
Mutual labels:  music-player
Grey
A material designed music player developed in Flutter
Stars: ✭ 453 (-28.55%)
Mutual labels:  music-player
Orin
Fork of @kabouzied Phonograph, I always wanted to try my hands on Tunzo's material design music player concept which can be found here: https://www.uplabs.com/posts/a-music-player-in-material-design-a-concept ... Work in progress.
Stars: ✭ 587 (-7.41%)
Mutual labels:  music-player
Skplayer
🎵 A simple & beautiful HTML5 music player
Stars: ✭ 437 (-31.07%)
Mutual labels:  music-player
Tools
Some useful tools written in python.
Stars: ✭ 543 (-14.35%)
Mutual labels:  music-player
Chord
Chord - A Modern Music Player
Stars: ✭ 615 (-3%)
Mutual labels:  music-player
Simple Music Player
A clean music player with a customizable widget, stylish interface and no ads.
Stars: ✭ 597 (-5.84%)
Mutual labels:  music-player
Jetpack Musicplayer
即使不用云音乐听曲儿,也请务必收藏好该库!🔥 一行代码即可接入,音乐播放控制组件 - Even if you don't listen to the music by Spotify, be sure to collect this library, please! 🔥 This music player component can be accessed by only one line of code. Supporting by LiveData & AndroidX.
Stars: ✭ 577 (-8.99%)
Mutual labels:  music-player

Listen1 Mobile V0.8.1

Software License

简介

一款支持多平台音乐播放和搜索的移动音乐 App。现有版本已支持网易云音乐,QQ 音乐,虾米音乐。还有丰富的歌单管理功能。使用 React Native 开发,基于 MIT 协议开源免费。

支持 iOS 和 Android 平台

imgur

特性

  • 一个 App 播放多平台的音乐
  • 搜索多平台音乐
  • 浏览,播放多平台歌单
  • 收藏音乐到自建歌单
  • 夜间模式
  • 备份,恢复(支持从Listen1 chrome extension导入数据)

下载

国内下载(蓝奏云)网址:https://yujiangqaq.lanzous.com/b0104q89e

密码: listen1

特别感谢 @yujiangqaq 维护国内镜像

Github 主页下载: https://listen1.github.io/listen1

Get it on F-Droid

安装

iOS

iOS 只支持编译安装,请拥有开发者证书的开发者连接 iPhone 后,将项目文件中的证书换成自己的证书,然后执行命令安装。

Andriod

下载 apk 安装, apk 下载地址请访问项目 release 页面

编译

开发环境

  • Java 8 JDK (更高版本需更新默认 gradle 版本)
  • Nodejs 8 (版本>12.10.0 可能遇到 metro 一个关于正则表达式的 bug 导致的启动失败)
  • Android Studio (Android SDK 版本 v28)

编译步骤

  • Clone 或下载本项目代码
  • yarn 安装依赖
  • yarn run link 链接 React Native 的依赖库
  • yarn start:ios 将在 iOS 模拟器上运行项目
  • yarn start:android 将在安卓真机或模拟器(取决于手机是否连接)运行项目

Apk 打包

   cd .\android\
   ./gradlew assembleRelease
   react-native run-android --variant=release

更详细的打包信息(包括生成 keystone)

https://reactnative.cn/docs/signed-apk-android

代码基本结构

  • api: 音乐平台相关资源 API
  • asset: 图片等资源
  • components: 可复用的组件
  • views: 业务相关的 screen 组件
  • modules: 组件使用的自定义函数库
  • redux: redux 需要的 action 和 reducer 函数

鸣谢

开发过程还有很多开源软件提供了各种问题的解决方案,详见代码注释,篇幅原因不一一列出,感谢开源社区的各位开发者。

更新日志

2020-10-31

  • 修复网易云歌单只有 10 首歌的 bug (感谢 @eatenid 的提交)
  • 修复虾米云音乐歌单只有 30 首的 bug
  • 优化过长歌曲名或标题的显示
  • 优化下侧播放控制栏的弹窗性能
  • 修正了点击暂停按钮时导致闪退的 bug
  • 支持 GitHub action 在线打包

2019-11-27

  • 修复 qq 音乐因 user-agent 无法访问的 bug

2019-08-09

  • 修复网易云音乐无法访问的 bug

2019-07-31

  • 首次发布

法律相关

This software is distributed under the MIT license

In particular, please be aware that

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Translated to human words:

In case your use of the software forms the basis of copyright infringement, or you use the software for any other illegal purposes, the authors cannot take any responsibility for you.

We only ship the code here, and how you are going to use it is left to your own discretion.

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