Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.32 KB

File metadata and controls

44 lines (25 loc) · 1.32 KB

Logo

Moadify

An open source music player for windows. With user friendly interface and a lot of other features

Installation

  • Download the latest version from the Releases
  • Run the installer: Moadify.Setup.X.X.X.exe
  • Launch the app and you're good to go 🚀

Screenshots

App Screenshot

App Screenshot

App Screenshot

Features

  • Offline local music playback (MP3, WAV, FLAC, OGG, AAC)
  • Lightweight and low RAM usage (it can work on anything)
  • Shows your listening activity on Discord in real time (not perfect tho)
  • Includes online importing via spotdown.org (meaning you can import music from your Spotify playlist, or search for tracks and download them)

Using the source code

  • 1 . Clone the repository git clone https://github.com/moade771/Moadify.git

  • 2 . Move into the project folder cd Moadify

  • 3 . Install dependencies npm install

  • 4 . Start the app npm start