Commit Graph

7 Commits

Author SHA1 Message Date
Savanni D'Gerinel a2ba99d600 Rename files 2023-03-02 09:03:46 -05:00
Savanni D'Gerinel 1c445626c4 Update tests 2023-03-02 08:57:48 -05:00
Savanni D'Gerinel 4606a117f6 Parse id3 tags from mpeg files 2023-03-02 00:19:57 -05:00
Savanni D'Gerinel 2cc7bf2bca Start differentiating between mime types of files 2023-03-01 23:54:23 -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