chilli-axe / mtg-photoshop-automation

Photoshop scripting to generate high-quality Magic card renders, inserting Scryfall data into Photoshop frame templates.
GNU General Public License v3.0
60 stars 39 forks source link

[Feature request] Automatically load artist names #5

Closed FlorisWarmenhoven closed 4 years ago

FlorisWarmenhoven commented 4 years ago

Hi bud,

I was wondering if you could integrate functionality for the Python script to automatically get the artist name and put it on the card.

This will probably need to be an optional flag, I imagine plenty of people use alternative art work. Perhaps you could do it as a fallback, i.e: if there is no (artist name) found on the image file name, use the artist from the scryfall API.

I dug through the docs, and found this: https://scryfall.com/docs/api/cards Under 'print fields' it shows artist.

Think this is something implementable?

ndepaola commented 4 years ago

Hey hey,

I think that should be doable - I'll have a crack at it tonight & add it to the next commit :)

ndepaola commented 4 years ago

This is in the new commit - I implemented it as a fallback for when no artist is included in the filename. Let me know how it works for you and I'll close this thread :)

ndepaola commented 4 years ago

closing this thread - let me know if you have any issues with this feature. It's worked as expected in my testing

FlorisWarmenhoven commented 4 years ago

Awesome. Sorry dude, been swamped at work. Haven't had time to test. :(