Skip to content

Releases: Investigamer/mtg-art-downloader

MTG Art Downloader v1.1.1

26 Mar 15:43
Compare
Choose a tag to compare

HOTFIX RELEASE

Changelog:

  • Fixed Secret Lair only downloading the same art for multiple different versions
  • Fixed bug related to basic lands
  • Settings: Able to exclude secret lair

To Do:

  • Implement scryfall-only downloading
  • Implement more settings
  • Implement more direct control features
  • Study more special case scenarios on MTG Pics

MTG Art Downloader v1.1.0

26 Mar 14:03
Compare
Choose a tag to compare

Changelog:

  • Reworked entire project using sturdy OOP principals
  • Added docstrings throughout the project
  • Implemented algorithm to reliably determine which MTGPics image is the front or back for mdfc/transform cards
  • Implemented better error handling
  • Cards of special types such as planeswalker, mdfc, transform, split, etc will now save arts to subfolders clearly delineating the type of card
  • Double faced cards which encounter only a partial failure will now save a separate log for the side that failed, failed_back, failed_front.txt
  • Paired down the config file
  • Logs moved to /logs/

To Do:

  • Implement scryfall-only downloading
  • Implement more settings
  • Implement more direct control features
  • Study more special case scenarios on MTG Pics

MTG Art Downloader v1.0.5

26 Jan 12:35
Compare
Choose a tag to compare

Both major and minor bug fixes. You can now disable scryfall downloading altogether and choose whether to only search for unique arts or search for all (gets more successful hits sometimes but downloads way more images).

Refer to the readme for instructions!

MTG Art Downloader v1.0.0

24 Jan 18:40
Compare
Choose a tag to compare

This is the first executable release of MTG Art Downloader!

Run the exe. You can select from two modes:

  1. Download arts using a basic list of card name (such as a decklist)
  2. Download arts using a detailed list specifying set and card name (set--name)

For the second mode, make a copy of my MTG Art Downloader Sheet here:
https://docs.google.com/spreadsheets/d/1QnVoQ1gvz1N4TKnkJJ44_FHomy0gNoxZlaPSkua4Rmk/edit?usp=sharing

In box A2 you can specify search arguments for creating the list, then copy the last column and paste into detailed.txt.
With this release you also have a config.ini with a few optional settings. Refer to the readme on github for more help. Enjoy!