Skip to content

m-m-m/media

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Apache License, Version 2.0 Build Status

mmm-media

Maven Central JavaDoc

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.

Features

Generic and flexible model for tags, genres, artists, collections, artwork, etc. applicable for audio and video content.

Usage

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;

mmm-media-orm

Maven Central JavaDoc

The module io.github.mmm.media.orm (artifactId mmm-media-orm) adds the backend or server part for mmm-media based on mmm-orm.

Features

Persist and manage media data in a database.

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-media-orm</artifactId>
  <version>${mmm.version}</version>
</dependency>

Module Dependency:

  requires transitive io.github.mmm.media.orm;

About

Multimedia model and support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages