December 01, 2016, 10:09:28 AM
I've been going through and updating a lot of my cards lately. Here are some things I've noticed that I could use as I was working with the app.
1) Ability to filter while on a binder. I believe this existed at one point
2) Ability to load prices for all cards on a given binder/expansion.
3) Ability to rearrange the card edit page. I would like to be able to get to the number of cards in a given binder/deck at the top of the screen, not the bottom.
4) Ability to filter by land but remove all basic lands from the filter.
5) Add decks to the card database filter as well so I can see the cards in only a select few decks.
This one might be a little harder.
Some sort of filter/display option for how many copies I have a card across all printings. For example, this weekend I was going through my return to ravnica block cards. I wanted to make sure I had at least 1 of each card in the sets but also didn't want to keep multiple of them if I already had 4 copies of the card across all my printings.
December 01, 2016, 10:17:49 AM
Just thought about my last idea a little more and had a epiphany. Currently when I look in the card database I see something like this when Magic Binders is selected under details.
Evolving Wilds
Have: 2 Trade: 0 Need: 0 Other:0
What if instead I saw:
Evolving Wilds
Have: 2 (

Trade: 0 Need: 0 Other:0
Where a value would be in the parentheses for the total I have across all printings if it's different from the number already there.
December 02, 2016, 08:57:40 AM
Will do! ;]
To clarify 3): Are you requesting ability to move the window within the screen (long press and hold to move) or the ability to swap binders section with decks section within the card edit window?
By Card Edit Window I understand the one you will see when tapping on a card in Card Database while in Flow Layout mode (default layout for landscape device orientation on iPhone) not the Card View full-screen window which you get when Card Database is in Table Layout or Grid Layout mode.
Last Edit: December 04, 2016, 05:03:23 AM by Piotr
December 04, 2016, 06:27:27 AM
2) Testing this for Expansions only for the next app update. I need to fix the binders search bug before we have Binders UI for this.
December 04, 2016, 06:45:50 PM
Will do! ;]
To clarify 3): Are you requesting ability to move the window within the screen (long press and hold to move) or the ability to swap binders section with decks section within the card edit window?
By Card Edit Window I understand the one you will see when tapping on a card in Card Database while in Flow Layout mode (default layout for landscape device orientation on iPhone) not the Card View full-screen window which you get when Card Database is in Table Layout or Grid Layout mode.
I am talking about the edit screen when I am it table or grid layout. I was looking for something like the home screen of the app where I can shake and reorganize the different options. I would prefer for my case to have binder/deck/image as the very top of my card edit screen.
December 04, 2016, 06:46:38 PM
2) Testing this for Expansions only for the next app update. I need to fix the binders search bug before we have Binders UI for this.
This will get me 75% of the way there.
December 05, 2016, 04:42:03 PM
Just thought about my last idea a little more and had a epiphany. Currently when I look in the card database I see something like this when Magic Binders is selected under details.
Evolving Wilds
Have: 2 Trade: 0 Need: 0 Other:0
What if instead I saw:
Evolving Wilds
Have: 2 (
Trade: 0 Need: 0 Other:0
Where a value would be in the parentheses for the total I have across all printings if it's different from the number already there.
Like.
December 06, 2016, 10:09:34 AM
Just thought about my last idea a little more and had a epiphany. Currently when I look in the card database I see something like this when Magic Binders is selected under details.
Evolving Wilds
Have: 2 Trade: 0 Need: 0 Other:0
What if instead I saw:
Evolving Wilds
Have: 2 (
Trade: 0 Need: 0 Other:0
Where a value would be in the parentheses for the total I have across all printings if it's different from the number already there.
Like.
Just making sure my example wasn't lost due to the emoji.
Evolving Wilds
Have: 2 (12) Trade: 0 Need: 0 Other:0
December 06, 2016, 12:37:43 PM
It wasn't ;]
December 07, 2016, 09:22:31 AM
1) Should be fixed by 6.0.1
4) This sort of works but you will get a lot of extra Special rarity if you use the current filtering. Should be possible to do exactly as you say with the Predicate...
December 07, 2016, 10:18:08 AM
Maybe you could add an icon by the different filter options for it to be a selected or a exempt. So I can select +Land and -Basic for an example.
December 08, 2016, 02:30:09 AM
Paste this in your Predicate:
not card.type contains 'Basic'
and Bob's your uncle.
Alternatively, this version is not case sensitive ( A equals a ):
not card.type contains[cd] 'basic'
Last Edit: December 08, 2016, 03:35:36 AM by Piotr
December 08, 2016, 09:39:17 AM
Paste this in your Predicate:
not card.type contains 'Basic'
and Bob's your uncle.
Alternatively, this version is not case sensitive ( A equals a ):
not card.type contains[cd] 'basic'
I've lost my installation of iMtg over the years I've been using it a number of times. I stopped using predicate and bookmarks a lot because they weren't saved in Dropbox and were a real pain to reinsert. If that changed I could probably go back to using them.
December 08, 2016, 12:12:07 PM
Curse of being an
Adventurer ;]
Cool, we will test iCloud sync with Bookmarks, as these should be populated across all your devices within the same Apple Account, ok?
Last Edit: February 14, 2017, 04:13:40 AM by Piotr
December 08, 2016, 03:30:31 PM
👍