Skip to content

Commit

Permalink
Update new features
Browse files Browse the repository at this point in the history
  • Loading branch information
Aveek-Saha committed Jun 17, 2019
1 parent 992b7fb commit 2213eb7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@

A minimalistic music player, designed for simplicity. Built on electron, uses Howler for handling music playback, AngularJS and Bootstrap for the frontend, and jsmediatags to retrieve the ID3 tags.

This can also serve as a starting point to impliment your own front-end/UI to the Player.

### NEW!
Now toggle between Light and Dark modes, you have to restart the application for the change to take place. (still in beta)
This can also serve as a starting point to impliment your own front-end/UI for a music Player.

Download here: [Releases](https://github.com/Aveek-Saha/MusicPlayer/releases)

Expand All @@ -34,9 +31,14 @@ Clone the repository, then navigate to it on your terminal and run ```npm instal
<li>Quickly switch tracks in the same folder, from the playlist button.</li>
<li>Fine tune the volume from the volume slider</li>
<li>Plays tracks on Shuffle</li>
<li>Choose between a Dark and Light mode</li>
<li>Reads ID3 tags and displays the artist and album art (if they exist)</li>
</ul>

# New Features/Changes (v3.0.0)
* Now choose between a Dark and Light mode!
* Recursively finds audio files in all sub directories of the chosen directory

# New Features/Changes (v2.0.0)
* When you open the app, it starts playing music from the directory that you last played music from. This means that you can skip having to select a directory when you open the app.
* Changed the name to Dusk Player, Music player was too generic.
Expand Down

0 comments on commit 2213eb7

Please sign in to comment.