Code Monkey home page Code Monkey logo

yajanarao / serenity Goto Github PK

View Code? Open in Web Editor NEW
302.0 11.0 93.0 17.53 MB

Free App for Music, Meditation and Podcasts ๐ŸŽธ

Home Page: https://t.me/serenityapp

License: GNU General Public License v3.0

JavaScript 2.77% Objective-C 1.56% Ruby 0.78% TypeScript 92.49% Starlark 0.06% Swift 0.11% C 0.13% Shell 0.23% HTML 0.60% CSS 0.20% Batchfile 0.08% Kotlin 0.97%
react-native redux music-player react-navigation react-native-music-player music offline-first offline-first-music-player realm-js typescript

serenity's Introduction

logo

Serenity

Free App for Music, Meditation and Podcasts

Platform - Android Codacy Badge Build Status PRs Welcome

banner

Download

Become a Tester

Download the App

What is this ?

Serenity is a audio player which focuses on playing Music, Meditation and Podcasts. It let's you stream audio from various sources including Local and Online storage devices

Pre-alpha release

The current version is a pre-alpha early access. Some of it is usable, some of it isn't. If there are things that don't work as expected or are counterintuitive, please open an issue so I can prioritize working on them.

Features

  • Listen to audio from local library
  • Browsing by genre
  • Create playlists and play audio from saved playlists
  • Manage audio queue
  • Radio mode (automatically queue similar tracks)
  • Searching for and playing music from YouTube (including integration with YouTube playlists)
  • Voice search songs

Development Process

Serenity is open to contributions, but I recommend creating an issue or replying in a comment to let me know what you are working on first that way we don't overwrite each other.

Please read Setup.md for details on this project.

Our Community

You can join Telegram group or Discord Channel

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Support

Buy Me A Coffee

Become a Patron!

Support via Paypal

serenity's People

Contributors

0xjaskeerat avatar cushychandru avatar dependabot[bot] avatar gabrielbarker avatar georgettica avatar nelsonfncosta avatar taliescript avatar yajanarao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

serenity's Issues

[email protected] install: `node-pre-gyp install --fallback-to-build` npm ERR! Exit status 1

i got the following error while installing realm

Error:
Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/fsc/Desktop/Deepr/Serenity/node_modules/realm/compiled/node-v72_linux_x64/realm.node --module_name=realm --module_path=/home/fsc/Desktop/Deepr/Serenity/node_modules/realm/compiled/node-v72_linux_x64 --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
npm WARN [email protected] requires a peer of react-native@^0.60.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of eslint@^3.0.0 || ^4.0.0 || ^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @typescript-eslint/[email protected] requires a peer of eslint@^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @typescript-eslint/[email protected] requires a peer of eslint@^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of eslint@^3.17.0 || ^4 || ^5 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] No repository field.
npm WARN [email protected] No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node-pre-gyp install --fallback-to-build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/fsc/.npm/_logs/2019-12-10T07_49_31_350Z-debug.log

Development environment:
node v12.13.1
react-native-cli: 2.0.1
react-native: 0.61.2
OS:ubuntu

An awesome logo required

Need to create a awesome logo image for splash screen. It can is inspired from app icon that would be great.

Playlist screen is crowded.

In playlist screen there is not enough space to display what is needed.
By removing Global header of drawer navigation and moving back and play all into header we can save space

Crashed.

Not working properly in android 8.1

google-services.json is missing

File google-services.json is missing. The Google Services Plugin cannot function without it.

react-native-cli: 2.0.1
react-native: 0.61.2
node version v9.8.0

Updating Project structure.

I am using Redux and Realm DB. I tried with actions and reducer structure for redux and component and container pattern for Presentation.

How can project be structured batter ?

Request to add a github action to the repo

I see that the repo is quite engaging
I would love to see a github - action welcoming all the new contributors on their issues and Prs

If you love the idea , assign me

Make realm containers responsive.

I have realm containers which fetches data from realm db. Need to make them responsive for new data insert or update.

List of realm containers:

  1. QueueContainer
  2. RecentContainer
  3. Playlist

Local database

Local database to store

  • Favorites and Custom playlists #12
  • Recent songs

Searching problem

Whenever i search for any music it will show relative results and than suddenly whole page will go white (on android 10)

Packages are not synchronised

The packages are downloading but giving error regarding the absence of multiple version of same dependancies. React version being 17.0.1 and some other packages versions are conflicting and this is results in the form of some errors in the app. An updated package. Json file with appropriate versions might solve this. Thank you

React native paper 3.0.0 icons fix

As a part of upgrading react native paper to 3.0 icons in bottom sheet of collection screen is broken and dailog of swipe list container is broken.

Realm code clean up.

I have done the migration from redux persistence to realm database. Need to clean up reducers and actions.

The code lives in realm branch

Local songs support

Play local songs from device.

  • Scanning all the folders for songs
  • Option to play all songs, add or remove from queue and delete song

Streaming music from other services ?

Do you think adding an option to stream music from other services would be a good idea to implement ?. If yes what are the platforms that can be used to stream music ?

  • Napster
  • Netease
  • Last.fm
  • Billboard
  • Web scrapping for songs
  • youtube-dl

Please let me know your suggestion..

Creating Playlists

Displaying different playlists.

  • Billboard top 100 songs
  • Top Kannada and Hindi songs

Playing songs from cloud storage ?

Do you find option take a backup of offline songs and play songs from google drive, Dropbox and other cloud storage providers would be helpful ?

Please let me know your thoughts on this..

The connectivity between the react-track-player and the project is having issues.

the build is working fine but react-track-player is not working in the build of the app.And when the player and songs are tried to be accessed ,the app just crashes.There is some error with react-track-player's connectivity to the project.Downloads and all are just working fine.Expect a QUICK fIX .Thank you

Uploading screen recorded Video.mp4โ€ฆ

Unable to play Songs Folder

Meditation & Podcasts are working fine but in Songs tab/folder serenity app crashes instead of song playing.

Upgrading UI

Need to add animation to Play list view on scroll.

Add Unit Tests

Adding unit tests for all the components of React Native application using Jest.

Separate Queue

Instead of having a queue in javascript and a default queue in TrackPlayer we can maintain queue in javascript and use TrackPlayer for playing the music only.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.