Skip to content

SmartMediaFiles/media.sidecar

Repository files navigation

📑 media.sidecar

Work in Progress Go Report Card GoDoc Release

Overview

media.sidecar is a specialized library within the SmartMediaFiles ecosystem. Its purpose is to define and categorize all file types and extensions related to metadata sidecar files. This library provides the necessary definitions for the main @/media library to recognize and classify sidecar files like XMP, MIE, etc.

Features

  • File Type Definitions: Provides a list of FileType constants for each supported sidecar format.
  • File Extension Definitions: Provides a list of all corresponding FileExtension constants.
  • Type-to-Extension Mapping: Contains the SidecarFileTypesExtensions map that links each file type to its extensions, which is then consumed by the central @/media registry.
  • Future-proofing: This library will be expanded to include functions for parsing and extracting metadata from sidecar files.

Installation

go get -u github.com/smartmediafiles/media.sidecar

License

This project is licensed under the MIT License - see the LICENSE.md file for details.


⚠️ Note: This README will be updated regularly as the project progresses. Check back often for the latest information!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages