Commit Graph

5 Commits

Author SHA1 Message Date
c004cdc600 Update the music player's dependencies 2024-06-02 11:31:33 -04:00
725c96bc1b Work out improved error reporting 2023-03-11 15:15:09 -05:00
81779c9fc2 Start differentiating between mime types of files and scanning mpeg files 2023-03-02 10:43:09 -05:00
52ca039f45 Render a file list from the filesystem ()
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: 
2023-02-26 03:17:00 +00:00
e60a2fbc30 Start building a music player server ()
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: 
2023-02-11 17:59:15 +00:00