Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 621 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 621 Bytes

PodcastCore.MediaInfoServer

Provides access to the properties of audio files, like container format and duration.

It uses MediaInfo to read such properties from files.

The API endpoints accepts object keys used to fetch audio files from the blob storage (e.g AWS S3 or Minio), then returns requested property information.
Directly uploading audio files to the endpoint is also supported.

TODOs

  • Implement object fetching endpoint
  • Implement direct uploading endpoint
  • Support of DLL mapping to load MediaInfo assemblies in other platforms

License

MIT