Calculate Cover Size 1.7 - Updated 23/10/2012

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Calculate Cover Size 1.7 - Updated 23/10/2012

Re: Calculate Cover Size 1.7 - Updated 23/10/2012

by paddymcq » Sat Feb 10, 2018 9:41 pm

This add-on, or any add-on from trixmoto, is unavailable. Anyone have an alternative website to download these scripts?

Re: Calculate Cover Size 1.7 - Updated 23/10/2012

by trixmoto » Sun Sep 29, 2013 4:21 pm

Yes, unfortunately so.

Re: Calculate Cover Size 1.7 - Updated 23/10/2012

by dtsig » Mon Sep 23, 2013 9:25 am

HMMM So MM doesn't tell you what changed but that something changed.

Thanks for the reply

Re: Calculate Cover Size 1.7 - Updated 23/10/2012

by trixmoto » Mon Sep 23, 2013 7:18 am

It should be possible to do this, but it would calculate every time any of the track properties changes, so this could be quite bad for performance.

Re: Calculate Cover Size 1.7 - Updated 23/10/2012

by dtsig » Sat Sep 21, 2013 9:24 am

Any thoughts on adding 'autocalc' when artwork is changed?

Re: Calculate Cover Size 1.7 - Updated 23/10/2012

by dtsig » Wed Sep 11, 2013 5:45 pm

One thing I have noticed is that IF i add an image to a file 'Calculate Cover' addon does not notice the addition. Is there a way to have this addon run when the 'artwork' tag is changed?

I was pretty much told that MMW will never have a column which lets the user know if there is cover art or not and so am trying to get this addon to fill the need.

Thanks again

Re: Calculate Cover Size 1.7 - Updated 23/10/2012

by dtsig » Wed Sep 11, 2013 5:42 pm

That is a really good question. I just checked and there are 126 files 'unsync'. So I selected them all and Ctrl-S and it *seemed* to have processed them .. with no error messages. I then F5 (also tried to leave files to edit/unsync and go back) and same 126 files are there. So I am really not sure what is going on with that.

I did recalculate cover size on those 126 and none of them have a large size of covers. Largest is 3 and of those I checked there are actually 3 images.

So that isn't the problem here and now I have a new problem ... <sigh> Thanks! :D

Re: Calculate Cover Size 1.7 - Updated 23/10/2012

by trixmoto » Wed Sep 11, 2013 4:42 pm

I think this script looks in the database, whereas the tab will look directly into the file each time - are all of your tracks fully sychronised (saved to disk)?

Re: Calculate Cover Size 1.7 - Updated 23/10/2012

by dtsig » Mon Sep 09, 2013 6:05 pm

I am having a problem I don't understand. I select all files and Tools->Scripts->Calculate cover size

In the window I set Count. Then after complete most look correct but here is an example of one that really isn't right. The count is 50100 but in actuality there are no images. So ... why would this happen?

Image

Re: Calculate Cover Size 1.7 - Updated 23/10/2012

by trixmoto » Mon Oct 22, 2012 5:23 pm

New version (1.7) is now available to download from my website. I have fixed the "Don't populate..." option not working in some modes.

Re: Calculate Cover Size 1.6 - Updated 12/07/2012

by trixmoto » Wed Oct 03, 2012 10:03 pm

Thanks, I'll take a look and fix this in the next version.

Re: Calculate Cover Size 1.6 - Updated 12/07/2012

by Nanya » Wed Oct 03, 2012 8:46 pm

Think I may have found a bug...
If you have "don't populate tracks without cover art" checked, the script will only work with "Width x Height" and "Total; W x H".
With much trepidation, I rolled up my sleeves and delved into the code (it's my first time working with MM scripting). The problem seems to be line 316 which reads:

Code: Select all

If (ipop) And (res > 0) And (act <> "") Then
This should probably be either

Code: Select all

If (ipop) And ((res > 0) Or (act <> "")) Then
or even

Code: Select all

If (ipop) And (res > 0) Then
Checking for "act" is superfluous, you can rely on "cnt" (and therefore "res") even in Cases 7 and 8.

Re: Calculate Cover Size 1.6 - Updated 12/07/2012

by MMuser2011 » Sun Sep 02, 2012 4:06 am

This script doesn't change your covers. It "only" calculate the size (height, width) and write the numbers to a custom field in the format you choose. It does not adjust the cover itself in any way.

Re: Calculate Cover Size 1.6 - Updated 12/07/2012

by vampire0slayer6969 » Sat Sep 01, 2012 6:37 pm

Am a little confuse in how this scripts works....
can you tell me how it work step by step
I got it to go in MM but just not sure how to get my covers all the same size...

Re: Calculate Cover Size 1.6 - Updated 12/07/2012

by Vyper » Fri Jul 13, 2012 7:00 am

It's baaack! :D

Top