diff --git a/drawables/Github.svg b/drawables/Github.svg new file mode 100644 index 0000000..e98eb27 --- /dev/null +++ b/drawables/Github.svg @@ -0,0 +1 @@ +Asset 1 \ No newline at end of file diff --git a/drawables/MusicApp/Download.png b/drawables/MusicApp/Download.png new file mode 100644 index 0000000..c501c12 Binary files /dev/null and b/drawables/MusicApp/Download.png differ diff --git a/drawables/MusicApp/Song-Mixes.jpg b/drawables/MusicApp/Song-Mixes.jpg new file mode 100644 index 0000000..4a7bbeb Binary files /dev/null and b/drawables/MusicApp/Song-Mixes.jpg differ diff --git a/drawables/MusicApp/icon.png b/drawables/MusicApp/icon.png deleted file mode 100644 index 4f554a2..0000000 Binary files a/drawables/MusicApp/icon.png and /dev/null differ diff --git a/drawables/MusicApp/icon.svg b/drawables/MusicApp/icon.svg new file mode 100644 index 0000000..c948c44 --- /dev/null +++ b/drawables/MusicApp/icon.svg @@ -0,0 +1 @@ +Artboard 1 \ No newline at end of file diff --git a/en/index.html b/en/index.html index c16f286..5da4dfe 100644 --- a/en/index.html +++ b/en/index.html @@ -5,7 +5,7 @@ MusicApp - RaccoonSDG - + @@ -23,16 +23,16 @@

MusicApp

A music player for android whitch can play both youtube songs and local songs.

- + Download
-
- +
+
-
+

Download songs / Sync playlists

The app allow you to download the audio of any existing video on youtube. You can download songs one by one or you can download a whole playlist.

You can also keep a playlist synced. So every update made to the youtube playlist will be applyed to your downloaded playlist.

@@ -40,9 +40,9 @@
- +
-
+

Chromecast Beta

Controls playback with multiples devices all around your house. Don't let your friends fight again for the control of the bluetooth speaker.

@@ -51,17 +51,18 @@

Autoplay

- -

Don't know what you want to play next? Don't worry, the app will choose for you.

+

Don't know what you want to play next? Don't worry, the app will choose for you.

+

Song mixes

Play songs whitch are similar to the one you are playing. Kinda like youtube mixes.

+

Artist mixes

- -

Create a mixes of songs made of a particular artists.

+

Create a mixes of songs made of a particular artists.

+

@@ -75,9 +76,9 @@
-
+
-

Screenshots

+

Screenshots

@@ -93,6 +94,33 @@
+
+
+
+ +
+
+

Open Source

+

The full source code can be found on github. Feel free to report bugs, send message, request features or make pull request.

+ +
+
+
+
+ +
+
+

Download the app

+

You can find the lastest version of the app here. After the download, the app will update automatically when a newer version will be out.

+
+ Download +
+
+
+
@@ -108,7 +136,7 @@ $.getJSON("https://api.github.com/repos/AnonymusRaccoon/MusicApp/releases/latest").done(function (release) { var asset = release.assets[0]; - $("#download").attr("href", asset.browser_download_url); + $(".download-btn").attr("href", asset.browser_download_url); }); });