Media Fotoweb
Categories
Component ID
2858899
Component name
Media Fotoweb
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
121
Component created
Component changed
Component body
Media: Fotoweb provides an integration with Fotoware's Fotoweb Digital Asset Management System. The module provides Fotoweb's Selection Widget as a Media browser plugin. Once an user selects an asset, the asset will be imported as a managed file entity using its own Drupal file streamwrapper.
Features
- Browse and search through the Fotoweb assets
- Upload new assets to Fotoweb
- Selected images assets will be stored locally in your Drupal site
- Asset metadata will be stored an can be matched with existing file_entity fields
- Site can optionally use scaled down renditions of your image asset, to save disc space on your server
Requirements
- Media 7.x-2.x and its dependencies
- Composer support for utilizing Guzzle via:
- When using Manual Crop: Enable submodule and patch manualcrop with this patch to make Manual Crop find the correct selection for a fotoweb asset
Troubleshooting
Nginx returns 404 for image style derivatives
When you use a advanced nginx configuration, like drupal-with-nginx, Fotoweb image style derivatives will not be created, because Nginx only look for the physical file existence. You will need to adjust your Nginx configuration to let Drupal process fotoweb image styles.
location ~* /files/media-fotoweb/styles/ {
access_log off;
expires 30d;
try_files $uri @drupal;
}
Related Modules
For a full list of media providers, media players and other media extensions, see Modules that Extend the Media Module.
