Code Monkey home page Code Monkey logo

pokaplayer's Introduction

works badge GitHub issues GitHub forks GitHub stars GitHub license GitHub tag (latest Ver) GitHub repo size in bytes

繁體中文

PokaPlayer

PokaPlayer is a player that can unify and play from multiple sources like DSM and Netease.

image

Get Started

  • If you need to listen to your local music, you will need a Synology NAS with Audio Station installed, or you can try the Open Audio Server which is compatible with the Audio Station API.
  • Deploy Mongo containers
    • init database
# docker exec
$ docker exec -it <container name> bash
# enter mongo
$ mongo
# create database and user
$ db.createUser(
        {
            user: "<user for database which shall be created>",
            pwd: "<password of user>",
            roles: [
                {
                    role: "readWrite",
                    db: "<database to create>"
                }
            ]
        }
);
# exit mongo
$ exit
# exit docker
$ exit
  • Fill out the configuration file according to config-simple.json
  • Deploy PokaPlayer container(optional neteasecloudmusicapi)
    • Mount the configuration file to /app/config.json
    • Connect the mongo container
    • export port 3000
  • Done!

Suggestions and Tips

  • Chrome is recommended
  • Chrome top right corner ... Select "Add to Home" for a native APP-like experience.
  • We strongly recommend open an new account that can only play music on DSM

Supported sources

Features

  • Pinned Items
  • Search
  • Albums
  • Recently added albums
  • Folder
  • Performers
  • Composer
  • Random Play
  • Password Protection
  • Night Mode
  • Multi-User
  • MediaSession

Contributors

@gnehs @rexx0520 @coin3x @hang333 @hugwalk @koru1130

pokaplayer's People

Contributors

gnehs avatar lekoowo avatar hugwalk avatar treehd avatar coin3x avatar dependabot[bot] avatar seadog007 avatar hang333 avatar koru1130 avatar

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.