PDA

View Full Version : getAlbumTemplates


mattmattbobatt
Mar-14-2005, 02:09 PM
Buried deep in another thread I griped about getAlbumTemplates. When I call it I get a bunch of strings instead of a few strings and ints with a lot of boolean values. If this broken or is it me not reading it right ?

And, just to keep complaining :D I still can't make changeAlbumSettings work. Changes don't stick and I get an empty reply.


Matt

devbobo
Mar-14-2005, 02:17 PM
Buried deep in another thread I griped about getAlbumTemplates. When I call it I get a bunch of strings instead of a few strings and ints with a lot of boolean values. If this broken or is it me not reading it right ?

And, just to keep complaining :D I still can't make changeAlbumSettings work. Changes don't stick and I get an empty reply.


Matt Matt,

I get the same with the getAlbumTemplates, so I just changed the types over to strings.

Was getting the same result with changeAlbumSettings, but haven't checked it recently.

David

mattmattbobatt
Mar-15-2005, 04:50 AM
Matt,

I get the same with the getAlbumTemplates, so I just changed the types over to strings.

Was getting the same result with changeAlbumSettings, but haven't checked it recently.

David
I could do that but I'd like the an official ruling so it doesn't get changed on me later. The docs says it should be something else.

onethumb
Mar-19-2005, 05:35 PM
Buried deep in another thread I griped about getAlbumTemplates. When I call it I get a bunch of strings instead of a few strings and ints with a lot of boolean values. If this broken or is it me not reading it right ?

And, just to keep complaining :D I still can't make changeAlbumSettings work. Changes don't stick and I get an empty reply.


Matt

Fixed, I think. Went through and fixed all the typing on a variety of functions. Man, if only the world would all use weakly typed languages... ;)

Don

devbobo
Mar-20-2005, 01:12 PM
Fixed, I think. Went through and fixed all the typing on a variety of functions. Man, if only the world would all use weakly typed languages... ;)

Don
Don,

The getAlbumTemplates method is not returning an array of structs, as it should.

David

jef
Mar-21-2005, 08:35 AM
Don,

The getAlbumTemplates method is not returning an array of structs, as it should.

David

Yeah, I just used it and got only my most recent template, not all the prior ones. I only wanted the most recent one, but still, that's broken.

devbobo
Mar-22-2005, 12:10 AM
Don,

The getAlbumTemplates method is not returning an array of structs, as it should.

David
any ideas ??? :dunno