Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yureien/playmusicmanager
Unofficial Play Music Manager over the web
https://github.com/yureien/playmusicmanager
google-play music play-music youtube-dl
Last synced: 6 days ago
JSON representation
Unofficial Play Music Manager over the web
- Host: GitHub
- URL: https://github.com/yureien/playmusicmanager
- Owner: Yureien
- Created: 2018-05-15T15:52:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T18:43:02.000Z (over 6 years ago)
- Last Synced: 2024-12-18T19:48:46.209Z (10 days ago)
- Topics: google-play, music, play-music, youtube-dl
- Language: Python
- Size: 239 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlayMusicManager
Unofficial Play Music Manager over the web. Made for those who don't use Windows as their main OS. Or wants to manage music via Android.
**Test site: [http://devtest.sohamsen.me](http://devtest.sohamsen.me)**Only works with a Play Music subscription (so far tested).
Uses `Django 2`.
## Installation
```
git clone https://github.com/FadedCoder/PlayMusicManager.git
# OR
git clone [email protected]:FadedCoder/PlayMusicManager.git
cd PlayMusicManager
python3 -m venv venv
source venv/bin/activate
cd custom-oauth2client
python setup.py install
cd ..
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 8080
```Server will now run on [http://localhost:8080](http://localhost:8080).
## Current features
* Can upload music files directly
* Can upload music from YouTube directly (using `youtube-dl`)
* Can upload all metadata info (except album art)## Planned features
* Metadata album art upload
* Refining of UI### This project is not actively worked on. All pull requests are welcome. I'll push each PR to the site where it is hosted so it can be tested there.