Diplo.MediaDownloader 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Diplo.MediaDownloader --version 1.1.0
NuGet\Install-Package Diplo.MediaDownloader -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Diplo.MediaDownloader" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Diplo.MediaDownloader --version 1.1.0
#r "nuget: Diplo.MediaDownloader, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Diplo.MediaDownloader as a Cake Addin
#addin nuget:?package=Diplo.MediaDownloader&version=1.1.0

// Install Diplo.MediaDownloader as a Cake Tool
#tool nuget:?package=Diplo.MediaDownloader&version=1.1.0

Diplo Media Download for Umbraco

Overview

This is an Umbraco 8 package that allows you to download files from the Umbraco Media Library as a zip archive. You can download both files and folders. When downloading a folder it can include any nested folders and preserves the correct paths (so in theory you could download your entire media library in one zip archive file!).

It adds a new menu item - called Download - to the Actions menu when in the Media section. This triggers a dialogue that prompts you to confirm the download. If the media item selected is a Folder then you can choose whether to include any nested folders within the folder.

For more information read https://www.diplo.co.uk/blog/web-development/diplo-media-download-for-umbraco/

Screenshots

Download Action in Menu

Download_Dialog2

Download Dialog Prompt

Download_Dialog3

Download & Installation

Nuget: https://www.nuget.org/packages/Diplo.MediaDownloader/

Our Umbraco: https://our.umbraco.com/packages/backoffice-extensions/diplo-media-download/

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 745 11/29/2022
1.1.0 964 9/11/2022
1.0.0 453 4/4/2022

Adds support for non-filesystem providers (eg. blob storage etc) - thanks, Aaron!