This is a Simple Project Aimed at Simplifying the Process of Making a Custom YouTube Music Client.
The Approach here is to use the ytmusicapi library for Python to create and host a simple API that can be used in Various kinds of Frontends ranging from Native/Progressive Applications to Web Application.
Currently the repo as it is is hosted on render, https://ytmrelay-api.onrender.com.
#TODO: Add Documentation in the Functions #TODO: Fix Audio Streaming #TODO: Server Logs #TODO: Spotify Music Analysis API Integration
- Venna (Repo will be linked soon)
- Increased Privacy because of Anonymity
- Better Developer Experience
- Can work well with any stack
- YT-DLP Integrated with the API to get playback URLs
- Time Synced Lyrics api
- Designed for Music Players in Mind
Well, I recently started using pipenv and I love it, so I used pipenv here and you should too! Install pipenv for you Platform. Visit Pipenv Docs and follow the steps there. As far as I know its only
pip install --user pipenv
Dependencies are listed in the Pipfile
and Pipfile.lock
files so installing them is really easy!!
pipenv install
Reccomended if you know it will work no matter what
pipenv run gunicorn --reload wsgi:app
Reccomended if you wanna debug and dont want to suffix pipenv run
everytime
pipenv shell
gunicorn --reload wsgi:app
Listen to me first! Don't force me to make a PR Filter Bot. There can be several reasons why you might wanna consider contributing to this proect [<- Yes this is intentional and I won't fix this Spelling Mistake.]
Yes, there are a lot of FOSS Proects that are great and might have some flaws, and this is how they takehelp from the community and fix those. Follow these steps:
- Search for the Issue you want to be fixed in this Repo
- Check if any Issue comes up in the search, if not create one.
- If it comes up, check the thread and try to understand what is the Actual issue and what are the patches and Etc.
- Fork the Repo, clone it in your Station and fix the Issue in your fork and commit it.
- Make a PR, to push your Fix to us, we will review it and Merge it if required
Hmmm...A little better quality of Life improving fixes....Who does not want it?? Follow these steps:
- Search for the Feature you want to be added in this Repo
- Check if any Feature comes up in the search, if not create one.
- If it comes up, check the thread and try to understand what is the Actual Feature request and what are the patches and Etc.
- Fork the Repo, clone it in your Station, make a separate branch with branch name either your username or feature name and add the feature in your fork and commit it.
- Make a PR, to push your Feature to us, we will review it and Merge it if required.
The reason why creating a Seperate brnach is important is because, unlike issues is because we need time to check that will the feature break anything else in the code.
The dlp blueprint is Doomed...and we need to fix it....please help us return a url to user that they can use to stream some music :') !