GoekhanDev / musicplayer

A Music Player coded in WPF with MVVM design pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

musicplayer

A Music Player coded in WPF with MVVM design pattern.


UI Design


image


image


Usage

General Stuff

Songs are Loaded from /User/Music's Folder and being added to the music library.
Songs are downloaded with youtube dl, there will be a .exe file in the releases folder I recommend to update it.

Main Page

Mainpage gives you a selection of songs, a search option and a clear view of what song is playing.
Underneath the mainpage are the controls like any other music player start, pause, forward, backward, set duration, set volume.

Download Page

The Download page contains a search option that grabs results from Soundcloud.
Every result is listed in a list and with a mouse hover and a click the selected track can be downloaded.
After the download it will be added to the current music list and will be stored locally at your Musics folder with all the metadata.


About

A Music Player coded in WPF with MVVM design pattern


Languages

Language:C# 100.0%