A media browser app using Blazor WebAssembly with .NET 7 and 8 features
references:
- Build an Audio Browser app with Blazor | .NET Conf 2022 https://youtu.be/2t4VwBeQ9DY
- New Blazor WebAssembly capabilities in .NET 6 https://youtu.be/kesUNeBZ1Os
- File System Access API: https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API
- The File System Access API: simplifying access to local files: https://developer.chrome.com/articles/file-system-access/
- How to recursively read local files and directories in web browser using File System Access API https://stackoverflow.com/questions/64283711/how-to-recursively-read-local-files-and-directories-in-web-browser-using-file-sy
- Getting Started With the File System Access APIhttps://css-tricks.com/getting-started-with-the-file-system-access-api/