You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the feature
Develop backend support for managing audio files in Fw Lite. This includes creating MiniLcm methods for:
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.