A console application to transform a Magic the Gathering Arena collection export made with the MTG Arena Pro Tracker to a ManaBox compatible import.
dotnet run -- -s <path to Scryfall json file>
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 |
- Install the MTGA Tracker Daemon
- Start MTG Arena
- Start MTGA Tracker Daemon
- Download the Scryfall 'Default Cards' json from: Scryfall Bulk Data
- Run ManaBox Importer with the path to the Scryfall json file and 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!
- 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.