Acquia Drupal Media Entity Download Count

INTRODUCTION

In this module, the download count for each media entity file is recorded in the same media entity UI interface for uniformity, better visibility and faster processing.

*** The module provides the following features ***

  1. Set the download counter for the media file.
  2. The download counter can be skipped for certain roles (administrator, editor, etc.). For example, you don't want to increment the download counts when an administrator downloads the files.
  3. Skip the particular extensions (pdf, docx, etc..) from the download counter.
  4. In order to avoid creating a separate listing page for counter records, the counter record should be tracked in the same interface as the media entity.

Click here to view configuration video

REQUIREMENTS

- Drupal 8 or Drupal 9

DEPENDENCIES

Media Entity Download: This module provides the download link for media file.

INSTALLATION

Through Composer
composer require drupal/media_entity_download_count

OR

Through Manually
1. Copy Media Entity Download Count to the modules directory of your Drupal
installation.
2. Enable the 'Media Entity Download Count' module in 'Extend'. (/admin/modules)

MAINTAINERS

Original development: Vipin Mittal(https://www.drupal.org/u/vipinmittal18)

Supporting organizations: 

Project information

Releases