Music Player in Maui

Prathamesh Shende 441 Reputation points
2022-10-07T07:28:31.677+00:00

I want to build a music player for android and windows. So prefers Maui for this project.

So key points

  1. How to access audio files from storage
  2. How do I read the audio files artist and album Name and file format
  3. How to I make playlist it's will be CRUD operation.

So where do i get the help on this topics?

Developer technologies | .NET | .NET MAUI
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
    2022-10-07T17:01:52.693+00:00

    1) depends the storage. disk, vs network. if network the protocol. also is DRM required to access. Maui has no builtin audio play, you might want a 3rd party package
    2) there are many online sources:

    https://en.wikipedia.org/wiki/List_of_online_music_databases

    3) this is you application decision. where will you store it?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.