INTERACT FORUM

Windows => Plug-in Development => Topic started by: neFAST on November 04, 2008, 03:08:26 pm

Title: Getting small thumbnails of cover art
Post by: neFAST on November 04, 2008, 03:08:26 pm
Hi folks,
I'm trying to retrieve small thumbnails from a file and whatever I ask for, I get the same fullsize images
Code: [Select]
string cover  = track.GetImageFile(MediaCenter.MJImageFileFlags.IMAGEFILE_THUMBNAIL_SMALL );
Is this the expected behavior?
Title: Re: Getting small thumbnails of cover art
Post by: Matt on November 04, 2008, 03:46:41 pm
You're actually always getting the large thumbnail now.  This is due to legacy issues surrounding changes to how thumbnails are stored.

We'll change a coming build of Media Center 13 to return different sized thumbnails depending on the size you're requesting.
Title: Re: Getting small thumbnails of cover art
Post by: neFAST on November 06, 2008, 06:46:57 am
Does large thumbnails means original size?
Title: Re: Getting small thumbnails of cover art
Post by: Matt on November 06, 2008, 09:26:13 am
Does large thumbnails means original size?

I believe it's the lesser of 400x400 and the original size.
Title: Re: Getting small thumbnails of cover art
Post by: neFAST on November 06, 2008, 04:45:55 pm
Ok thank you for your kind help.
Title: Re: Getting small thumbnails of cover art
Post by: neFAST on November 09, 2008, 03:38:33 pm
We'll change a coming build of Media Center 13 to return different sized thumbnails depending on the size you're requesting.

Could you just drop a line when you'll change it?
Thanks again.