TeamYouDown / YouMusic

Ad-Free and Free YouTube Music/MP3 Download and Listening Application - The first version of YouMusic is live. Now you can use all premium features of YouTube for free and without ads. Make your own music library with any song from YouTube. No ads, free, and simple.
https://youdown.net
GNU General Public License v3.0
32 stars 4 forks source link
lyrics lyrics-fetcher mp3 mp3-converter mp3-download mp3-downloader mp3-player video video-player youtube-api youtube-api-v3 youtube-bot youtube-converter youtube-dl youtube-downloader youtube-music yt-dlp

MAIN HEADER

Latest release License Downloads

YouMusic - Ad-Free and Free YouTube Music/MP3 Download and Listening Application

Downloadable Platforms

  1. Huawei AppGallery
  2. Xiomi GetApps

Make your own music library with any song from YouTube Music.
No ads, free, and simple.

Note

1. The project is currently in an unstable stage, so there should be many bugs. If you encounter one, please report by opening an issue.

2. The icon of this app is temporary. It will be changed in the future.

With this app, you're like getting a free music streaming service. You can listen to music from YouTube Music and build your own library. What's more, songs can be downloaded for offline playback. You can also create playlists to organize your songs. The aim of YouMusic is to enable everyone to listen to music at no cost by an easy-to-use, practical and ad-free application.

Warning

If you're in region that YouTube Music is not supported, you won't be able to use this app unless you have proxy or VPN to connect to a YTM supported region.

Features

YouTube

Library

Player

Other

Screenshots

Installation

You can install YouMusic using the following methods:

  1. Download the APK file from GitHub Releases.
  2. If you want to have bug fixes or enjoy new features quickly, install debug version from GitHub Action at your own risk and remember to backup your data more frequently.
  3. Clone this repository and build a debug APK.

How to get updates?

  1. YouMusic application.
  2. GitHub + YouMusic

FAQ

Q: Is there any working demo?

Yes there is a demo installed on Google Play, AppGallery and GetApps.

  1. Huawei AppGallery
  2. Xiomi GetApps

Q: How to export downloaded song files?

YouMusic supports SAF. You can find the provider in Android native file manager. You can also use instruction (recommended).

Q: Why YouMusic isn't showing in Android Auto?

  1. Go to Android Auto's settings and tap multiple times on the version in the bottom to enable developer settings
  2. In the three dots menu at the top-right of the screen, click "Developer settings"
  3. Enable "Unknown sources"

Contribution

Contributing Translations

App

  1. Have a fork of this project.
  2. If you have Android Studio, right click on the app/src/main/res/values folder, select "New"->"Values Resource File". Input strings.xml as file name. Select "Locale", click ">>", choose your language and region, and click "OK".
  3. If not, create a folder named values-<language code>-r<region code> under app/src/main/res. Copy app/src/main/res/values/strings.xml to the created folder.
  4. Replace each English string with the equivalent translation. Note that lines with translatable="false" should be ignored.
  5. (Recommended) Build the app to see if something is wrong.
  6. Make a pull request with your changes. If you do step 5, the process of accepting your PR will be faster.