Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/i-al-istannen/spotifydownloaderjvm
- Owner: I-Al-Istannen
- Created: 2018-03-04T19:49:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-07T12:24:37.000Z (over 2 years ago)
- Last Synced: 2023-03-07T03:52:11.344Z (over 1 year ago)
- Language: Kotlin
- Size: 332 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)