sillsdev / sillsdev/languageforge-lexbox
Backend: API Support for Audio File Management in Fw Lite
@rmunn is already working on this.
Since Jul 22, 2025.
- Dominant language
- C#
- Stars
- 9
- Forks
- 8
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 49
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.