Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garpunkal/UmbracoMediaCopy
Jaywing Media Copy, allows copying of media and folders in Umbraco.
https://github.com/garpunkal/UmbracoMediaCopy
copy media umbraco umbraco7
Last synced: 11 days ago
JSON representation
Jaywing Media Copy, allows copying of media and folders in Umbraco.
- Host: GitHub
- URL: https://github.com/garpunkal/UmbracoMediaCopy
- Owner: garpunkal
- License: mit
- Fork: true (Jaywing/UmbracoMediaCopy)
- Created: 2019-10-22T08:09:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T18:09:56.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T20:57:50.199Z (3 months ago)
- Topics: copy, media, umbraco, umbraco7
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Umbraco MediaCopy
A simple app_plugin for Umbraco with a supporting project that allows you to copy media.
The plugin allows you to copy individual media files or folders.
- Allowed types permission is respected.
- The user permission model is respected, turning copy functionality off based on permission.
- It copies crops and focal points for each image by essentially copying the JSON output and replacing the image source.
- It prevents copying to self for circular copying.
- It can be fully localised, supporting en-GB by default.
- It uses AutoFac to handle dependencies.## Basic Requirements
- Umbraco 7.11.1 and above
- AutoFac 4.8.1 and above## Screenshots
### Context Menu
![Context Menu](screen-contextmenu.jpg)### Action Menu
![Action Menu](screen-actionmenu.jpg)### Restrictions
![Restrictions](screen-restrictions.jpg)### Folder Copy
![Folder Copy](screen-folders.jpg)## Instructions
1. Import the MediaCopy project into your solution.
2. Add reference to MediaCopy project in your Umbraco website project.
2. Copy the App_Plugins folder into your Umbraco website project.
3. This will enable the copy functionality in our Umbraco instance.