zikula-modules / MediaModule

A Zikula module to handle all sorts of media.
https://ziku.la
MIT License
8 stars 1 forks source link

Deprecated

This module has been deprecated as part of Zikula 4 slimming diet.

Zikula 2.0.11+ media module

StyleCI Build Status Scrutinizer Code Quality Code Coverage [MIT License]()

Installation

  1. Download the module from https://github.com/zikula-modules/MediaModule/releases/latest.
  2. Install to modules/cmfcmf/media-module (but other locations should work aswell!).

If you want to test the current version (potentially unstable!), download it from here: https://github.com/zikula-modules/MediaModule/raw/dev-builds/MediaModule.zip

Downloading directly from main would require you to execute composer install --no-dev.

Information

The module supports many media types natively (images, plaintext, MarkDown, videos, audio, pdf, …) and further types can be added with ease!

Not only can you upload media, you can also search for and embed all kinds of media from the web! Here are some: Tweets, YouTube videos, Music, Flickr images, …

You can create text- and image-based watermarks to watermark all uploaded images. The watermarks scale automatically and can be exchanged at any time. The original images are preserved.

Rendered MarkDown files? Syntax-highlighted source code? Automatic updates? Thumbnail generation? Works on mobile? YES. All of this. Read on or download the module already!

Known issues

Talk to me!

If you find a bug or have problems, please create an issue!

Extracting translations

Add require_once __DIR__ . '/../modules/cmfcmf/media-module/vendor/autoload.php'; to src/app/autoload.php and then run

php -dmemory_limit=2G bin/console translation:extract en --bundle=CmfcmfMediaModule --enable-extractor=jms_i18n_routing --output-format=po --exclude-dir=vendor

License and module development

The code is MIT licensed, see the License.md file for further information.