/ManaBoxImporter

Transform a Magic the Gathering Arena collection export made with mtga-tracker-daemon to a ManaBox compatible import

Primary LanguageC#MIT LicenseMIT

ManaBox Importer

A console application to transform a Magic the Gathering Arena collection export made with the MTG Arena Pro Tracker to a ManaBox compatible import.

Example

dotnet run -- -s <path to Scryfall json file>

Arguments

Name Value Required Description
-p, --port False Port number on which MTGA Tracker Daemon is running
-s, --scryfall True Path to json file containing all cards from Scryfall
-o, --output False Path to the folder where the collection and log files will be exported
-l, --log False Enable writing errors to log file

Usage

Method 1 (MTGA Tracker Daemon)

Prerequisites

  1. Install the MTGA Tracker Daemon
  2. Start MTG Arena
  3. Start MTGA Tracker Daemon
  4. Download the Scryfall 'Default Cards' json from: Scryfall Bulk Data

Exporting the collection

  1. Run ManaBox Importer with the path to the Scryfall json file and the port number used when starting MTGA Tracker Daemon
  2. Collection will be exported as csv file to the given output folder or a temp folder
  3. Import csv file into ManaBox
  4. Happy deck building!

Method 2 (MTGA Arena Pro Tracker)

Prerequisites

  1. Install the MTG Arena Pro Tracker
  2. Start MTG Arena
  3. Enable detailed logging in MTG Arena
  4. Start MTG Arena Pro Tracker
  5. Wait for the tracker to export data to the Player log
  6. Download the Scryfall 'Default Cards' json from: Scryfall Bulk Data

Exporting collection

  1. Run ManaBox Importer with the path to the Scryfall json file
  2. Collection will be exported as csv file to the given output folder or a temp folder
  3. Import csv file into ManaBox
  4. Happy deck building!

Links

Disclaimer

This application is not produced, endorsed, supported, or affiliated with SkillDevs.