This repository has been archived on 2021-06-30. You can view files and clone it, but cannot push or open issues or pull requests.
2019-05-21 00:53:30 -05:00
2019-04-01 12:50:15 -05:00
2019-02-08 19:34:04 -06:00
2019-05-21 00:53:30 -05:00
2019-02-08 19:34:04 -06:00
2019-02-08 19:34:04 -06:00
2019-04-01 12:18:07 -05:00
2019-02-08 21:29:09 -06:00
2019-02-08 19:34:04 -06:00
2019-05-20 23:59:09 -05:00
2019-02-08 19:34:04 -06:00

Melodii Music Player

An Electron Based Music Player

Why Was Melodii Music Player Made?

MMP was created as a long term project to introduce me to electron and more complicated programming in general. Before this project I had worked on small projects that never took more than an hour. After seing a friend create a videogame in Java, I felt the need to challenge myself as well...

Goals

I wish to have a Operational Music Player that can achieve a couple of things:

  • Good Looking Flat UI
  • Ability to Play at the bare minimum: FLAC and MP3.
  • Ability to read a directory chosen by user and scan said directory for Music
  • Play, Pause, Go Back 30s, Skip Forward and Backwards Controls
  • Progress Bar thing that allows you to go back and forward in a song.
  • Total song Time & current song time e.g. 3:20/6:23
  • Display Albums with Album Covers
  • Have Album Cover in general

Damn This is very ambitous for a beginner like me...

TODO

  • UI
    • Design
      • HTML, CSS Written
      • Choose Music From Directory
        • Working Table in which you can select songs from
      • Read Files from directory
      • Pull Metadata from music files.
      • Media Controls
      • Audio Seeking
  • Audio Playback
    • Support for:
      • FLAC
      • MP4
      • MP3
      • M4a
      • AAC
      • WAV
      • Ogg
  • Sorting of albums
    • By Artist
    • By Title
    • By Album Artist
  • Searching of albums
  • last.fm scrobbling.
  • Visualizer
Description
Melodii Music Player
Readme 338 KiB
Languages
JavaScript 92.5%
SCSS 7%
HTML 0.5%