/mobile_youtube_music

An android mobile music player created with kivy that can search and download music from youtube and play it =)

Primary LanguagePythonMIT LicenseMIT

YT music app

Just a proof of concept that you can create a player app using kivy.

Unfortunately I had to bring up an additional api to download mp3 files, as I couldn't get ffmpeg to work to convert from .webm to .mp3. But, you can try to build ffmpeg-kit with lame https://github.com/ArqiesAr/FFmpeg-Kit-Python

Build android app

  1. Download docker buildozer and build it
git clone https://github.com/kivy/buildozer.git 
cd buildozer
docker build --tag=buildozer .
  1. Build app
docker run --volume "$(pwd)":/home/user/hostcwd --volume "$HOME"/.buildozer:/home/user/.buildozer  buildozer android debug

Screenshots

Screenshots of an app

Search screen Settings screen Playlists screen Playlist detail screen Player screen