Arlodotexe/strix-music

[Feature] IPFS as a music source

Arlodotexe opened this issue · 1 comments

Describe the problem

Would like to load music files stored on IPFS.

Describe the proposed change

Use StorageCore (like we did with OneDrive and Local Storage), but give it one of 3 possible implementations from OwlCore.Kubo:

  • MFsFolder - The user supplies an MFS path (or picks it from the root using the same folder picker as OneDrive), such as /myMusic/
  • IpnsFolder - The user supplies an IPNS url, such as /ipns/listen.strixmusic.com/
  • IpfsFolder - The user supplies the CID of a folder.

Additionally, this music source should only show if ipfs is enabled in the app.

Alternatives

No response

Additional info

No response

Help us help you

None

Closing in favor of #242