The module io.github.mmm.media (artifactId mmm-media) provides entities for multi-media data.
It is mainly designed for usage in our own project.
Generic and flexible model for tags, genres, artists, collections, artwork, etc. applicable for audio and video content.
Maven Dependency:
<dependency>
<groupId>io.github.m-m-m</groupId>
<artifactId>mmm-media</artifactId>
<version>${mmm.version}</version>
</dependency>Module Dependency:
requires transitive io.github.mmm.media;The module io.github.mmm.media.orm (artifactId mmm-media-orm) adds the backend or server part for mmm-media based on mmm-orm.