diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7f..9a666790 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,5 +1,10 @@ + + + + + diff --git a/README.md b/README.md index db2c9e8c..cf757b78 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,32 @@ - ## ScreenShots -Credits:Library ScreenShot taken on PowerAmp. - -
1. Home Screen 2. PlayList Screen3. Library Screen
+ + + + + + + + + + + +
3. History Screen4. Library Screen5. Notification
+ + SpotiFlyer is an **Android App**(Written in **Kotlin**), which **aims** to work as: - **Downloader** For Spotify:Albums, Tracks and Playlists and Even Direct Youtube Videos. @@ -43,11 +53,10 @@ All contributions are welcome, from code to documentation to graphics to design ### Todos - Write **Tests**. - - Support for Podcast/Episodes and Shows. - - In App Animation while Downloading. + - Support for Podcasts/Episodes and Shows. - Implementation To mute whenever Spotify Ad Plays. - Youtube Playlist Support. - - Modularize App Code and Implement MVVM Model to fullest. + - Gaana Platform Support License ---- @@ -56,6 +65,13 @@ This program is free software: you can redistribute it and/or modify it under th ***Free Software, Hell Yeah!*** + +Credits +---- + - Library ScreenShot taken on [PowerAmp](https://play.google.com/store/apps/details?id=com.maxmpz.audioplayer&hl=en_IN). + - Some Logos are Based on Logos by [Freepik](https://www.freepik.com/). + + Disclaimer ---- Downloading copyright songs may be illegal in your country. This tool is for educational purposes only and was created only to show how Spotify's API can be exploited to download music from YouTube. Please support the artists by buying their music. diff --git a/ScreenShots/DownloadHistory.png b/ScreenShots/DownloadHistory.png new file mode 100644 index 00000000..3d0308e4 Binary files /dev/null and b/ScreenShots/DownloadHistory.png differ diff --git a/ScreenShots/HomeScreen.png b/ScreenShots/HomeScreen.png index 079d6777..42bd7bd7 100644 Binary files a/ScreenShots/HomeScreen.png and b/ScreenShots/HomeScreen.png differ diff --git a/ScreenShots/Notification.png b/ScreenShots/Notification.png new file mode 100644 index 00000000..827bd9b9 Binary files /dev/null and b/ScreenShots/Notification.png differ diff --git a/ScreenShots/PlayList.png b/ScreenShots/PlayList.png index cf31426b..73203fc1 100644 Binary files a/ScreenShots/PlayList.png and b/ScreenShots/PlayList.png differ