Calculate Cover Size 1.7 - Updated 23/10/2012
I'll add an option for a button in the next version. 

Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
That is the number of bytes that the image takes up inside the track. Once you extract this image and save it as in individual image file then the filesize might indeed be different.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Glad your script worked on MM3 too.
I have noticed that if I remove some art from a track, the Custom fields added by the script are cleared. Nice, since they are not correct any more. But when I apply the change to all tracks on the album, the custom fields are not cleared for the other tracks .... Is that how you want it to work?
And is it possible to make the script separate between embedded art and linked art?
I have noticed that if I remove some art from a track, the Custom fields added by the script are cleared. Nice, since they are not correct any more. But when I apply the change to all tracks on the album, the custom fields are not cleared for the other tracks .... Is that how you want it to work?
And is it possible to make the script separate between embedded art and linked art?
Last edited by nojac on Tue Oct 02, 2007 5:44 am, edited 1 time in total.
There is no code to blank the custom field. If this is happening it's probably because the value is not being stored correctly in the track's tags, which is probably depends on your filetype.
I'll add this option to the next version.
I'm not sure why the installer is not working for you, but it does sound like it's a problem with your own machine. The installer works fine for me.
I'll add this option to the next version.
I'm not sure why the installer is not working for you, but it does sound like it's a problem with your own machine. The installer works fine for me.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
So I have an error on my machine that improves the script???? That's perfect.trixmoto wrote:There is no code to blank the custom field. If this is happening it's probably because the value is not being stored correctly in the track's tags, which is probably depends on your filetype.
I'll add this option to the next version.
Because every time I manually delete extra art, the 3 Custom fields are cleared. This happens both to mp3 and m4a on MM3. Didn't notice it on MM2.
EDIT: This is probably a MM3 A3-bug: http://www.mediamonkey.com/forum/viewtopic.php?t=17138
New version (1.2) is now available to download from my website. There is now the option to include/exclude embedded and linked images. 

Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Well this kinda goes against the way the script is designed, but I'll see what I can do! 

Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Well, I went ahead and consolidated my custom fields, freeing up Custom3 for use with this script.
Just thought I'd take a moment to post my Magic Nodes that I'm using, which helps to isolate "problem" tracks. In my case, I'm isolating tracks whose artwork is smaller than 250x250, to avoid upscaling in my customized MonkeyRok. Obviously, you can set the number to be whatever you want, and it may require you changing the <Custom3> element (not the Songs.Custom3 query element, though) to match whatever you have MM set to display it as. Enjoy!
Just thought I'd take a moment to post my Magic Nodes that I'm using, which helps to isolate "problem" tracks. In my case, I'm isolating tracks whose artwork is smaller than 250x250, to avoid upscaling in my customized MonkeyRok. Obviously, you can set the number to be whatever you want, and it may require you changing the <Custom3> element (not the Songs.Custom3 query element, though) to match whatever you have MM set to display it as. Enjoy!
Code: Select all
Small Artwork by Size|Filter:val(Songs.Custom3) < 000062500\<Custom3>\<Album Artist>\<Album>
Small Artwork by Artist|Filter:val(Songs.Custom3) < 000062500\<Album Artist>\<Album>
Hey that's terrific! Smart way of using that field.fizzjob wrote:Code: Select all
Small Artwork by Size|Filter:val(Songs.Custom3) < 000062500\<Custom3>\<Album Artist>\<Album> Small Artwork by Artist|Filter:val(Songs.Custom3) < 000062500\<Album Artist>\<Album>
Thanks fizzjob

MM3 installation package for this script is now available to download from my website! 

Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.