Skip to content

Commit

Permalink
Release 1.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBelizario committed Apr 21, 2022
1 parent 3a35240 commit 593ccf6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spotify Downloader

SpotifyDownloader is a Desktop Application to download Spotify playlists and songs using YouTube with album art and metadata
SpotifyDownloader is a simple Desktop Application to download Spotify playlists and songs using YouTube with album art and metadata

## Download

Expand All @@ -11,6 +11,11 @@ SpotifyDownloader is a Desktop Application to download Spotify playlists and son
![selection](./screenshots/selection.png)
![download](./screenshots/download.png)

## Notes

- App made with [Electron](https://www.electronjs.org/), based on commandline utility [spotifydl](https://github.com/SwapnilSoni1999/spotify-dl).
- No need to configure or install external programs, such as [FFMPEG](https://ffmpeg.org/download.html), as it is already included via [@ffmpeg-installer/ffmpeg](https://www.npmjs.com/package/@ffmpeg-installer/ffmpeg).

## Compiling Project

- ### Install the dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spotify-downloader",
"version": "0.0.1",
"version": "1.0.0",
"description": "SpotifyDownloader is a Desktop Application to download Spotify playlists and songs using YouTube",
"productName": "Spotify Downloader",
"author": "Jackson Belizário <jacksonluizzb@gmail.com>",
Expand Down

0 comments on commit 593ccf6

Please sign in to comment.