Register

Mass Import Folder

An Add-on Module for Foundry Virtual Tabletop

Author: Mestre Digital Project Source Foundry Version 13 (Verified 13) Last Updated 4 days, 5 hours ago

Mass Import

Mass Import streamlines your world-building process in Foundry VTT. It allows you to select a local folder containing images, videos, or PDFs and automatically converts them into Foundry entities such as Scenes, Journals, or Card Decks.

Stop dragging and dropping files one by one—import entire collections in seconds.

🚀 Key Features

🗺️ Scene Importer

Turn a folder of map images into configured Scenes instantly.

🃏 Deck Importer

Perfect for custom tarot decks, playing cards, or item cards.

📖 Journal Importer

The most versatile tool for lore, handouts, and assets. Now features Smart Persistence (remembers your last settings) and Strict File Filtering (only imports the correct file type for the selected mode).

📦 Installation

  1. Open Foundry VTT and go to the Add-on Modules tab.
  2. Click Install Module.
  3. Paste the Manifest URL:
    https://raw.githubusercontent.com/brunocalado/mass-import/main/module.json
  4. Click Install.

🛠️ How to Use

1. Using the Launcher (Recommended)

This module includes a Macros - Mass Import compendium with ready-to-use macros.

Alternatively, create a script macro with this simple command to open the launcher menu:

MassImport.showImporters();

2. Using the API

You can also call the importers directly via the browser console or your own scripts using the global MassImport object:

MassImport.scene(); // Opens Scene Importer 
MassImport.journal(); // Opens Journal Importer
 MassImport.deck(); // Opens Deck Importer

🧰 Included Macros

Check the Macros - Mass Import compendium for these additional utilities:

🤝 Community & Support

📜 License

This module is licensed under the MIT License.

Categories

Available Versions

  1. Version 0.2.0

    4 days, 5 hours ago
    Foundry Version 13 - 13 (Verified 13) Manifest URL Read Notes