Music player with Underwater Audio Theme based on the System.Windows.Media.MediaPlayer class
What works:
Play songs
skip to next track
previous track
pause
resume playing
close button
import songs into list
shuffle toggle on/off
repeat toggle on/off
select song
add song to library
volume slider (60% scale)
track scrubbing
responsive up to mobile size(500px)
added save library/playlist functionality on close/load on open via serialization/deserialization
=======
things to add:
some songs have large album art which takes long time for some things
drag and drop reorder of playlist
naming of playlist
edit mode for playlists and tracks
better nav styling
sorting function (sort by album, artist, etc for playlist)
currently just gets a random placeholder from the web if there is no album image data from track tags
add functionality to pull album image from web instead of random image
add functionality to add folders to library instead of just files