Commit Graph

13 Commits

Author SHA1 Message Date
Savanni D'Gerinel 7c56a2907f Finish the red spectrum 2023-03-11 15:22:46 -05:00
Savanni D'Gerinel 40cce7ce00 Add a playback stop button 2023-03-11 15:15:14 -05:00
Savanni D'Gerinel 725c96bc1b Work out improved error reporting 2023-03-11 15:15:09 -05:00
Savanni D'Gerinel 8260b4e2f3 Overhaul the threading model to use more async tasks and less threads 2023-03-11 13:02:52 -05:00
savanni c296c742ca Set up the infrastructure to play music (#29)
This is the most bare-bones setup I could imagine. Pressing a button next to the track in the UI starts up a stream for that track. However it doesn't do anything to stop other tracks that are currently playing.

Co-authored-by: Savanni D'Gerinel <savanni@luminescent-dreams.com>
Reviewed-on: savanni/tools#29
2023-03-10 14:35:18 +00:00
Savanni D'Gerinel ec13842fe4 Tweak a few of the accent shades 2023-03-04 17:08:04 -05:00
Savanni D'Gerinel 09595b99c6 Lay out a now-playing card 2023-03-04 17:06:11 -05:00
Savanni D'Gerinel 8300b84525 Extensive styling coloration 2023-03-04 16:38:14 -05:00
Savanni D'Gerinel 7fe9a68062 Improve styling for track cards and add the component building blocks 2023-03-02 10:43:23 -05:00
Savanni D'Gerinel 81779c9fc2 Start differentiating between mime types of files and scanning mpeg files 2023-03-02 10:43:09 -05:00
savanni 1016ba756c Set up some basic web components and basically format a track card (#25)
Co-authored-by: Savanni D'Gerinel <savanni@luminescent-dreams.com>
Reviewed-on: savanni/tools#25
2023-03-01 14:20:58 +00:00
savanni 52ca039f45 Render a file list from the filesystem (#24)
This MR scans the filesystem in the specified directory. It assembles a list of files from the scan and then presents that entire list to the UI. The UI then renders it.

Resolves: https://www.pivotaltracker.com/story/show/184466979
Co-authored-by: Savanni D'Gerinel <savanni@luminescent-dreams.com>
Reviewed-on: savanni/tools#24
2023-02-26 03:17:00 +00:00
savanni e60a2fbc30 Start building a music player server (#17)
The very beginnings, with a very basic application architecture, for a music playing server on a headless system.

This also adds my new Flow library, which I'll be wanting to use in a variety of places.

Co-authored-by: Savanni D'Gerinel <savanni@luminescent-dreams.com>
Reviewed-on: savanni/tools#17
2023-02-11 17:59:15 +00:00