spotifube icon indicating copy to clipboard operation
spotifube copied to clipboard

Download songs from YouTube using Spotify playlists or song URLs. Uses spotify-downloader under the hood.

Results 5 spotifube issues
Sort by recently updated
recently updated
newest added

![found](https://user-images.githubusercontent.com/3402/33328914-2eb6a942-d453-11e7-8a62-16703d790a94.png) We need to: - Call the CLI - Look for the generated .txt file - Read all the lines - Count them and show like the image above

enhancement

![done](https://user-images.githubusercontent.com/3402/33329253-065a3f12-d454-11e7-9caa-59f67cae5cee.png) When the download progress is done #8, create this success page with the ability to open the destination folder.

![downloads](https://user-images.githubusercontent.com/3402/33329059-94eafb82-d453-11e7-88ac-e307243d8644.png) Implement download feature by calling the CLI to download the playlist. Command to run: ```bash python3 spotdl.py --playlist=https://open.spotify.com/user/spotify/playlist/37i9dQZF1DXc0iyNwZI144 ``` - Get the output of this command and show a...

![found](https://user-images.githubusercontent.com/3402/33328970-56f5af52-d453-11e7-923d-25f7a12339c4.png) When clicking on `Download all`, add a "file chooser" feature and move the playlist `*.txt` file to this folder. Set this folder as a configuration of the session. We...

Pack for all platforms. Should be simple with the already existing setup. Would be nice to know how to pack. For macOS/Windows, we need a certificate, but we won't be...