Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 481 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 481 Bytes

About

This is a small toy project to look up a spotify playlist on youtube and download that audio.

Screenshots

Main UI

Main UI

Download UI

Download

Dependencies

  • RxJava (Reactive extensions for java)
  • RxKotlin (Reactive extensions for kotlin)
  • Youtube-Dl (Youtube download)
  • MP3agic (ID3-Tags)
  • Spotify-Web-Api-Java (Spotify interaction)
  • NewPipeExtractor (Youtube parsing)
  • JFoenix (Material design)