A console application to transform a Magic the Gathering Arena collection export made with:
to a ManaBox compatible import.
dotnet run -- -p 6842
| Name | Value | Required | Description |
|---|---|---|---|
| -p, --port | False | Port number on which MTGA Tracker Daemon is running | |
| -s, --scryfall | False | 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 |
Easiest option to get started
- Install the MTGA Tracker Daemon
- Start MTG Arena
- Start MTGA Tracker Daemon as administrator
- Run ManaBox Importer with the port number used when starting MTGA Tracker Daemon
- Collection will be exported as csv file to the given output folder or a temp folder
- Import csv file into ManaBox
- Happy deck building!
Alternative option if you don't want to use MTGA Tracker Daemon
- Install the MTG Arena Pro Tracker
- Start MTG Arena
- Enable detailed logging in MTG Arena
- Start MTG Arena Pro Tracker
- Wait for the tracker to export data to the Player log
- Download the Scryfall 'Default Cards' json from: Scryfall Bulk Data
- Run ManaBox Importer with the path to the Scryfall json file
- Collection will be exported as csv file to the given output folder or a temp folder
- Import csv file into ManaBox
- Happy deck building!
This application is not produced, endorsed, supported, or affiliated with SkillDevs.