It is currently 16 Apr 2024, 22:24
   
Text Size

Mtgdb.Gui: search MTG cards, build decks, manage collection

New decks and cards for Stainless Games' release

Moderator: CCGHQ Admins

Re: It crashes (repeatable) when i enter "exile target creat

Postby hidalgo » 29 Jun 2018, 15:02

Thanks for reporting, problem fixed in 3.6.0.6
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Re: Mtgdb.Gui: search MTG cards, build decks, manage collect

Postby aidscoi168 » 18 Aug 2018, 03:56

I can't drag these cards ( and maybe other cards that i not found yet ) to the main deck or other zone
Canal Monitor
Swab Goblin
Sworn Guardian
Gilded Sentinel
Frenzied Raptor
Headwater Sentries
Looming Altisaur
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

Re: Mtgdb.Gui: search MTG cards, build decks, manage collect

Postby DementedShoe » 18 Aug 2018, 18:26

First, this is an AMAZING app - Thank you for creating it! :D
I was completely blown away by the amount of detail you built into this.

I just loaded it, and have been looking through the documentation, still learning how it works.
I have a question: is it possible to use a CSV to import a collection? If so, can you explain how to do so?

I'm only a little tech savvy, and could use some assistance. I have a CSV from TCGPlayer app that I used on my phone to scan many, many cards. I can export as a CSV, but am unsure if this will work for your awesome program.

Thank you for any assistance you can provide.
Have a Great Day,
DS
DementedShoe
 
Posts: 1
Joined: 18 Aug 2018, 18:13
Has thanked: 1 time
Been thanked: 0 time

Re: Mtgdb.Gui: search MTG cards, build decks, manage collect

Postby hidalgo » 18 Aug 2018, 19:40

Thanks for kind words, they give me energy and motivation to do things.
DementedShoe wrote:Is it possible to use a CSV to import a collection? If so, can you explain how to do so?
  1. Open your csv in
    • Excel
    • If you don't have Excel, alternatives are
      • Libre Office Calc (Ctrl + C works with a huge delay in Calc, so the clibpoard won't change some 5-10 seonds after you hit Ctrl + C)
      • Google Docs: create new Spreadsheet, menu File -> Import -> Upload tab -> Select your csv file
      • this webapp
  2. Select 2 columns: one with card names, another with quantities, copy selection to clipboard (Ctrl + C)
  3. In Mtgdb.Gui use paste menu -> Create collection from clipboard
    or simply hit Alt + V
Done. You should have your collection loaded.
To verify this enable filter by collection in filter manager buttons group
You should only see the cards from your collection in search result.
You may want to clear all other filtering settings that may be hiding your cards, by unchecking all other filter manager buttons except the one that filters by collection, like in screenshot below.

Image
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Re: Mtgdb.Gui: search MTG cards, build decks, manage collect

Postby hidalgo » 18 Aug 2018, 21:11

aidscoi168 wrote:I can't drag these cards ( and maybe other cards that i not found yet ) to the main deck or other zone
Canal Monitor
Swab Goblin
Sworn Guardian
Gilded Sentinel
Frenzied Raptor
Headwater Sentries
Looming Altisaur
Hello Aidscoi, thanks for reporting the bug! You can update Mtgdb.Gui to the current version, it's fixed already.
The problem you discovered was preventing any card with empty text to be added to the deck.
When adding a card I was checking if card has text "a deck can have any number of cards named ..."
When card text was null, the check was crashing abrupting the whole card addition process.
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Re: Mtgdb.Gui: search MTG cards, build decks, manage collect

Postby aidscoi168 » 27 Aug 2018, 08:32

Hi, i already update to the last version but now the artwork not show as usual ( i've check the option to show or not in context menu )
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

Re: Mtgdb.Gui: search MTG cards, build decks, manage collect

Postby hidalgo » 27 Aug 2018, 08:45

aidscoi168 wrote:Hi, i already update to the last version but now the artwork not show as usual ( i've check the option to show or not in context menu )
Hello!
I cannot reproduce it. E.g. I click on `Kiki-Jiki, Mirror Breaker` and see the art.
Artworks take some time to load, wait 30 seconds and try open zoom again.

Also, note, if you use ReadMetadata="True"
Code: Select all
<Directory Path="images\Artworks" Art="True" ReadMetadataFromAttributes="True" />
it slows down loading artwork by a factor x10. Set ReadMetadataFromAttributes="False"

If it does not help, send me a full path to any one artwork file you are expecting to see, your etc\Mtgdb.Gui.xml, and the logs.
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Re: Mtgdb.Gui: search MTG cards, build decks, manage collect

Postby aidscoi168 » 31 Aug 2018, 05:24

Don't know why even the newest version still got same issue, so i send the logs and ect files here. Not single particulary artwork but all artworks not show for me
Attachments
ect and logs.rar
ect and logs files
(133.67 KiB) Downloaded 173 times
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

Re: Mtgdb.Gui: search MTG cards, build decks, manage collect

Postby hidalgo » 31 Aug 2018, 10:45

aidscoi168 wrote:Don't know why even the newest version still got same issue, so i send the logs and ect files here. Not single particulary artwork but all artworks not show for me
Thanks again for reporting, aidscoi. I fixed the problem in 2.7.1.3

It was due to a new artwork file with a name ending with a very large number.
While looking up all artwork files the program was trying to figure out the number (like in plains1.jpg) and crashed
because it was like abc_3523593485938.jpg
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Re: Mtgdb.Gui: search MTG cards, build decks, manage collect

Postby aidscoi168 » 31 Aug 2018, 13:21

thanks you, lot of artworks don't have the correct name yet and download from different sources with lot of numbers. I will spend more time checking them.
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

Re: Mtgdb.Gui: search MTG cards, build decks, manage collect

Postby hidalgo » 31 Aug 2018, 15:54

aidscoi168 wrote:I will spend more time checking them.
I don't think you need to. The app must not crash no matter what name the file is, if it does, then I should fix it.
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Re: Mtgdb.Gui: search MTG cards, build decks, manage collect

Postby parkoro » 17 Sep 2018, 16:22

I type in "any card title here" for a search.

But nothing happens.

It just says "loading keywords" and "pending index load"

Do I have to wait really long or something? I waited for fairly long, still nothing.
parkoro
 
Posts: 9
Joined: 17 Sep 2018, 16:18
Has thanked: 5 times
Been thanked: 1 time

Re: Mtgdb.Gui: search MTG cards, build decks, manage collect

Postby hidalgo » 18 Sep 2018, 09:59

parkoro wrote:I type in "any card title here" for a search.

But nothing happens.

It just says "loading keywords" and "pending index load"

Do I have to wait really long or something? I waited for fairly long, still nothing.
Hi, what you observe is some bug, thanks for reporting. Please send me a .zip with files in Mtgdb.Gui\logs directory

Meanwhile I am figuring out the problem with logs, try delete all Mtgdb.Gui\data\index subdirectories and start Mtgdb.Gui.
It has a decent probability to resolve your issue.
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Re: Mtgdb.Gui: search MTG cards, build decks, manage collect

Postby parkoro » 18 Sep 2018, 12:25

hidalgo wrote:
try delete all Mtgdb.Gui\data\index subdirectories and start Mtgdb.Gui.

That solution worked!
Thank you!
Last edited by parkoro on 18 Sep 2018, 13:40, edited 3 times in total.
parkoro
 
Posts: 9
Joined: 17 Sep 2018, 16:18
Has thanked: 5 times
Been thanked: 1 time

Re: Mtgdb.Gui: search MTG cards, build decks, manage collect

Postby parkoro » 18 Sep 2018, 13:38

Is there any folder I can delete and reload, to get prices working?
No prices are showing (just 0) in the price bar graph screen, even for cards that have much value.
parkoro
 
Posts: 9
Joined: 17 Sep 2018, 16:18
Has thanked: 5 times
Been thanked: 1 time

PreviousNext

Return to Magic: The Gathering - Duels of the Planeswalkers

Who is online

Users browsing this forum: No registered users and 28 guests


Who is online

In total there are 28 users online :: 0 registered, 0 hidden and 28 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 28 guests

Login Form