Skip to content

Backend: API Support for Audio File Management in Fw Lite #1835

@hahn-kev

Description

@hahn-kev

Describe the feature

Develop backend support for managing audio files in Fw Lite. This includes creating MiniLcm methods for:

  • Fetching metadata for all audio files in a project (filename, size, location: local/remote/both).
  • Uploading local files.
  • Downloading remote files.
  • Performing these actions either on individual files or in batch for all files at once.

Note

should also be implemented for FwData files, just hide some of the buttons and data about remote vs local files as they're always local, this can just read the local filesystem.

Who is this feature for?

This feature is for developers and users of Fw Lite who need robust backend capabilities for audio file management.

Pages affected

No direct UI impact, but this will support the frontend audio file management view.

Metadata

Metadata

Assignees

Labels

💻 FW Liteissues related to the fw lite application, not miniLcm or crdt related

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions