getmusicbee.com

General => MusicBee Wishlist => Topic started by: Rotem K. on March 15, 2011, 03:35:45 PM

Title: A Way to Eliminate Smaller Artwork
Post by: Rotem K. on March 15, 2011, 03:35:45 PM
following my question (http://getmusicbee.com/forum/index.php?topic=2986.msg15676#msg15676) in the general board:

It would be cool to have a way to get rid of small resolution artworks,
Maybe a search with the ability to set a minimum pixel size, or a way to have minimum size of auto-gathered artwork. 

Thanks
Title: Re: A Way to Eliminate Smaller Artwork
Post by: Steven on March 15, 2011, 04:00:54 PM
you can already specify a minimum size when retrieving new artwork - see right click/ AutoTag by Track/ Update Missing Album pictures.
However i will include it in Tags(2) preferences and it will apply in all cases where artwork is retrieved
Title: Re: A Way to Eliminate Smaller Artwork
Post by: Rotem K. on March 15, 2011, 04:07:23 PM
Oh, cool, didn't know that.
What can I do about songs that already have an artwork but at a size that is very small ?
Title: Re: A Way to Eliminate Smaller Artwork
Post by: Steven on March 15, 2011, 04:55:19 PM
that is not currently supported and when implemented will include as a "Files to edit" filter in Tagging Tools
Title: Re: A Way to Eliminate Smaller Artwork
Post by: Rotem K. on March 15, 2011, 04:57:39 PM
Okay Thanks!
Title: Re: A Way to Eliminate Smaller Artwork
Post by: Steven on March 19, 2011, 10:05:37 PM
i've put the "minimum" artwork size setting in the Tags(2) preferences, and it now also applies to auto-retrieved artwork on the now playing panel
http://www.mediafire.com/?9zsd4c37zdpajh5

for detecting files with artwork less than a size, i will do it as a "Files to Edit" filter at a later date
Title: Re: A Way to Eliminate Smaller Artwork
Post by: Rotem K. on July 08, 2011, 07:14:45 PM
for detecting files with artwork less than a size, i will do it as a "Files to Edit" filter at a later date

Any news on this one?
Title: Re: A Way to Eliminate Smaller Artwork
Post by: Steven on July 11, 2011, 10:39:56 PM
i've added a new "files to edit" filter for small artwork. I has an input box that allows you to specify the minimun size and any file with artwork that has width and height less than that size is included in the filter.
Its in the next update
Title: Re: A Way to Eliminate Smaller Artwork
Post by: Rotem K. on July 12, 2011, 07:43:09 AM
It's much appreciated Steven, Thanks!
Title: Re: A Way to Eliminate Smaller Artwork
Post by: Steven on July 13, 2011, 10:20:59 PM
http://www.mediafire.com/?e4a8gkl6emb232x

keep a copy of your current MusicBee.exe as it contains some relatively untested code for bitmap skinning (should be ok though)
Title: Re: A Way to Eliminate Smaller Artwork
Post by: Rotem K. on July 14, 2011, 06:35:19 AM
I get this on startup:
Code
MusicBee v1.3.4211.38126 (Win6.1), 14 July 2011 8:31:

System.NullReferenceException: Object reference not set to an instance of an object.
   at #=qJueg2zSC0m7U2S4QlOeOH5m7$yyBQs3x_xTwIVjgnT8=.#=qKSgkZxuxtrPSIKRkkTyzIJa7e8Hmz5EfXrjva$_TkSs=(#=qNLJAyq_x8$6ipfK64TnRPqG2frbM4$vajT7qlB37GuE37sl3Em4BSC9uI62NR2jl #=q54jl_LLiXSOaSSGZQNDm9w==, String #=qDYlJjIJU6dkxb9HB47CzQw==, Boolean #=q68DUUYsBJKxASgRvCWeJA6UUrn3OoBZxrJxq035mkXk=)
   at #=qJueg2zSC0m7U2S4QlOeOH5m7$yyBQs3x_xTwIVjgnT8=..ctor(Rectangle #=q8Rne1wyzdLc4ISIhq6JtYw==)
   at #=qRrbVD6Uw09uUcMbWM$NkvbowSHPxS_FE1M8_B$Wyuvc=..ctor(IList`1 #=q9upkBNPqpWOpnVas2dbulQ==)
   at #=qRrbVD6Uw09uUcMbWM$NkvbowSHPxS_FE1M8_B$Wyuvc=.#=qePNPkXblsgH2G4_uKz0AYEs4Eq2RBaIPTvq6B7qi08I=.OnStartup(StartupEventArgs #=qB2putbrZeg1OmLVU3X9w6g==)
Title: Re: A Way to Eliminate Smaller Artwork
Post by: Steven on July 14, 2011, 06:45:28 AM
this might fix it:
http://www.mediafire.com/?awg4bp3xkca6kgx
Title: Re: A Way to Eliminate Smaller Artwork
Post by: Rotem K. on July 14, 2011, 06:49:23 AM
It does, and the filter works great! thanks!