It is currently 20 Apr 2024, 03:49
   
Text Size

Magic Album Discussion

Moderators: charmer, CCGHQ Admins

Re: Magic Album 1.4 Discussion

Postby dukemb » 27 Mar 2012, 13:17

Ok, I'll scan them in a few days,but can you post me a link with guidelines?
dukemb
 
Posts: 50
Joined: 28 Apr 2010, 19:36
Has thanked: 57 times
Been thanked: 2 times

Re: Magic Album 1.4 Discussion

Postby Goblin Hero » 28 Mar 2012, 06:00

dukemb wrote:Ok, I'll scan them in a few days,but can you post me a link with guidelines?
http://www.slightlymagic.net/forum/viewtopic.php?f=15&t=451
When you´re a goblin, you don´t have to step forward to be a hero -- everyone else just has to step back.
User avatar
Goblin Hero
Site Admin
Site Admin
 
Posts: 1992
Joined: 23 Oct 2005, 09:37
Location: Russia
Has thanked: 218 times
Been thanked: 351 times

Re: Magic Album 1.4 Discussion

Postby woogerboy21 » 30 Mar 2012, 03:26

Just downloaded and started reading the mtgmintcard script to try and see what's changed. I didnt catch how you would determine which set or languages are being passed to the script to determine which to import? (it looks like you have 3 arrays importfoil, importlangs, importsets but not sure what the structure expectations of them are).

Also is the setprice function been updated? It looks like you can define the price for both foil and non-foil editions in one setprice function call.

Anything else I overlooked?
User avatar
woogerboy21
HQ Team Member
 
Posts: 1136
Joined: 19 Jul 2009, 00:15
Location: USA
Has thanked: 21 times
Been thanked: 152 times

Re: Magic Album 1.4 Discussion

Postby Goblin Hero » 30 Mar 2012, 05:35

woogerboy21 wrote:I didnt catch how you would determine which set or languages are being passed to the script to determine which to import? (it looks like you have 3 arrays importfoil, importlangs, importsets but not sure what the structure expectations of them are).
Read wiki. http://www.slightlymagic.net/wiki/Magic_Album_Lua_APIimportfoil is a string. importlangs and importsets are arrays. If importlangs[langid] ~= nil, this lang should be imported. The same for sets.
woogerboy21 wrote:Also is the setprice function been updated? It looks like you can define the price for both foil and non-foil editions in one setprice function call.
SetPrice now requires lang id instead of abbreviation and returns a value.
When you´re a goblin, you don´t have to step forward to be a hero -- everyone else just has to step back.
User avatar
Goblin Hero
Site Admin
Site Admin
 
Posts: 1992
Joined: 23 Oct 2005, 09:37
Location: Russia
Has thanked: 218 times
Been thanked: 351 times

Re: Magic Album 1.4 Discussion

Postby kristijanH » 30 Mar 2012, 11:25

I have a minor request regarding the new way that the set filters are displayed. I would like to see that the cascade view stays "open" when you reopen the filter window. Now it collapses back to default (the filter options remain sellected).
kristijanH
 
Posts: 218
Joined: 24 Nov 2009, 13:49
Has thanked: 52 times
Been thanked: 11 times

Re: Magic Album 1.4 Discussion

Postby Goblin Hero » 30 Mar 2012, 12:13

kristijanH wrote:I have a minor request
Create a feature request ticket so I won't forget about it.
When you´re a goblin, you don´t have to step forward to be a hero -- everyone else just has to step back.
User avatar
Goblin Hero
Site Admin
Site Admin
 
Posts: 1992
Joined: 23 Oct 2005, 09:37
Location: Russia
Has thanked: 218 times
Been thanked: 351 times

Re: Magic Album 1.4 Discussion

Postby woogerboy21 » 01 Apr 2012, 01:28

I/O Operations disabled huh?

edit:
Just looking to read a file (preferably line by line).
User avatar
woogerboy21
HQ Team Member
 
Posts: 1136
Joined: 19 Jul 2009, 00:15
Location: USA
Has thanked: 21 times
Been thanked: 152 times

Re: Magic Album 1.4 Discussion

Postby capsizebuyback » 02 Apr 2012, 02:52

Love the program, hate to be a pain but I've been looking through other threads and haven't been able to figure it out. I'm not seeing any Korean cards in the database, period. Is there a special database I should be using instead? Am I missing an option? Are they just not available? I can see Korean in the pricing options, but not in the actual database/collections. Thanks for any help.
capsizebuyback
 
Posts: 5
Joined: 24 Mar 2012, 05:42
Has thanked: 0 time
Been thanked: 0 time

Re: Magic Album 1.4 Discussion

Postby Goblin Hero » 02 Apr 2012, 06:06

woogerboy21 wrote:I/O Operations disabled huh?
Yes.
woogerboy21 wrote:Just looking to read a file (preferably line by line).
Will function similar to GetURL but for local files will be enough?
capsizebuyback wrote:I'm not seeing any Korean cards in the database, period
There are two problems:
1. Gatherer does not provide info for Korean cards.
2. Sometimes it provides, but I need proof that these cards are exists.
Are you from Korea? Can you help? Right now I have data only for Korean Dark Ascension. If you confirm that these cards exist - I will add them to the DB very quickly. As for the rest of the sets - I need the data (name, text, flavor).
When you´re a goblin, you don´t have to step forward to be a hero -- everyone else just has to step back.
User avatar
Goblin Hero
Site Admin
Site Admin
 
Posts: 1992
Joined: 23 Oct 2005, 09:37
Location: Russia
Has thanked: 218 times
Been thanked: 351 times

Re: Magic Album 1.4 Discussion

Postby capsizebuyback » 04 Apr 2012, 01:54

Unfortunately no, I am just in the US but am a fan of the Korean look and have picked up a few boxes of DKA in Korean, hoping to do the same with future sets. Wish I could help more :/. Thanks again.
capsizebuyback
 
Posts: 5
Joined: 24 Mar 2012, 05:42
Has thanked: 0 time
Been thanked: 0 time

Re: Magic Album 1.4 Discussion

Postby woogerboy21 » 04 Apr 2012, 05:38

Goblin Hero wrote:Will function similar to GetURL but for local files will be enough?
Should be yes. Only thing I would be worried about would be buffer size when it comes to local files. I wouldn't want to try and read in the entire file at once only to find the file is something like 1000MB.
User avatar
woogerboy21
HQ Team Member
 
Posts: 1136
Joined: 19 Jul 2009, 00:15
Location: USA
Has thanked: 21 times
Been thanked: 152 times

Re: Magic Album 1.4 Discussion

Postby Goblin Hero » 04 Apr 2012, 09:11

woogerboy21 wrote:
Goblin Hero wrote:Will function similar to GetURL but for local files will be enough?
Should be yes.
Implemented in r228. See wiki for description.
When you´re a goblin, you don´t have to step forward to be a hero -- everyone else just has to step back.
User avatar
Goblin Hero
Site Admin
Site Admin
 
Posts: 1992
Joined: 23 Oct 2005, 09:37
Location: Russia
Has thanked: 218 times
Been thanked: 351 times

Re: Magic Album 1.4 Discussion

Postby woogerboy21 » 04 Apr 2012, 21:55

Goblin Hero wrote:
woogerboy21 wrote:
Goblin Hero wrote:Will function similar to GetURL but for local files will be enough?
Should be yes.
Implemented in r228. See wiki for description.
Awesome... one other thing, you might want to change the thread title to "Magic Album Discussion" (or something not so version specific.) :lol:
User avatar
woogerboy21
HQ Team Member
 
Posts: 1136
Joined: 19 Jul 2009, 00:15
Location: USA
Has thanked: 21 times
Been thanked: 152 times

Re: Magic Album 1.5 Discussion

Postby deepercut » 08 Apr 2012, 12:35

I have a question:
Is it on purpose, that the rendered card uses the oracle text instead of the original text exclude the flavor text (which uses the original text)?
It would be nice if the rendered card will use the original text.
deepercut
 
Posts: 1
Joined: 05 Apr 2012, 18:40
Has thanked: 0 time
Been thanked: 0 time

Re: Magic Album 1.5 Discussion

Postby zeka711 » 08 Apr 2012, 19:49

this feature is still "work-in-progress",
see:
http://www.slightlymagic.net/forum/tracker.php?p=1&t=169
User avatar
zeka711
 
Posts: 39
Joined: 07 Feb 2011, 18:02
Location: Germany
Has thanked: 2 times
Been thanked: 2 times

PreviousNext

Return to Magic Album

Who is online

Users browsing this forum: No registered users and 36 guests


Who is online

In total there are 36 users online :: 0 registered, 0 hidden and 36 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 36 guests

Login Form