Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/i-al-istannen/spotifydownloaderjvm

A small JavaFx client to convert a spotify playlist to a youtube one and then maybe get a hold of the audio alongside with it.
https://github.com/i-al-istannen/spotifydownloaderjvm

Last synced: 1 day ago
JSON representation

A small JavaFx client to convert a spotify playlist to a youtube one and then maybe get a hold of the audio alongside with it.

Awesome Lists containing this project

README

        

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

## Screenshots

### Main UI
![Main UI](images/Main_Screen.png)

### Download UI
![Download](images/Download.gif)

## 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)