Export Media Library

Beschreibung

Ermöglicht den Export von Dateien aus der Medienbibliothek als komprimiertes ZIP-Archiv.

Links

Screenshots

  • Verwaltungsseite Medienbibliothek exportieren

Installation

  1. Plugin herunterladen und unter dem Menüpunkt „Plugins“ in WordPress aktivieren.
  2. Gehe über das Verwaltungsmenü zu Medien -> Exportieren, um die Seite Medienbibliothek exportieren aufzurufen.
  3. Passe die Formularoptionen an, bevor du mit dem Export fortfährst.

FAQ

I am unable to open the generated zip file

Please try using the 7-Zip extractor utility if you are having trouble extracting the downloaded zip file. It’s free and open source.

Rezensionen

2. Juni 2023
If all you want to do is export the media files, this will get the job done for you.
6. Februar 2023
If you need to download all media files of your WordPress website (but without all the thumbnails), then this plugin is your best choice.
Alle 41 Rezensionen lesen

Mitwirkende & Entwickler

„Export Media Library“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

„Export Media Library“ wurde in 7 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.

Übersetze „Export Media Library“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

4.0.2

  • Apply WordPress Coding Standards via PHP_CodeSniffer
  • Ensure echo-ed values are escaped

4.0.1

  • Tested against WordPress 6.2

4.0.0

  • Bumped minimum PHP version to 7.4

3.1.0

  • Bumped maennchen/ZipStream-PHP version to 2.1.0
  • Added FAQ

3.0.1

  • adjust syntax to ensure plugin compatibility check can run on older php versions (eg. PHP 5.2)
  • removed dependency on ext-mbstring by allowing mbstring polyfill to be used as fallback
  • export zip filename now incorporates blogname and utc date for better consistency and organization
  • clean and end all output buffers by default to ensure PHP doesn’t store zip archive in output buffer and run out of memory

3.0.0

  • bumped minimum php version to 7.1
  • Leeren des Puffers nach jedem Schreibvorgang, um Speicherüberschreitung zu vermeiden

2.2.0

  • added support for PHP 7.0

2.1.0

  • composer – maennchen/zipstream-php – bumped to version 1.1

2.0.0

  • bumped minimum php version to 7.1
  • updated zipstream library

1.1.0

  • expose API::export function for easier reuse by 3rd-party code
  • einstellen der Zeit der letzten Änderung für jede Datei in der ZIP-Datei, so, dass sie mit dem Zeitstempel auf der Festplatte übereinstimmt

1.0.1

Fixed title of plugin in readme.

1.0.0

  • Fully functional release.

0.0.1

  • Alpha release.