Album Art Tagger 5.1 - Updated 23/10/2012

Download and get help for different MediaMonkey Addons.

Moderators: Peke, Gurus

Postby trixmoto » Thu Mar 23, 2006 4:01 am

Thanks. I found the bug in the program, it was adding a blank image if no image was found to add. This will not happen in the next version.
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Postby smiller » Thu Mar 23, 2006 1:16 pm

Thanks. But curious as to why no image file was found... there was an image file (called 'folder.jpg') in the same directory as the target track. Why would this file not be found?
smiller
 
Posts: 61
Joined: Thu Mar 09, 2006 2:44 pm

Postby Peke » Thu Mar 23, 2006 5:03 pm

Due to Hidden+Read Only+System File Flag Possibly.
Best regards,
Pavle
MM Core Developer and Fan (check HAPPYMONKEYING Site)
Image
Image
Peke
 
Posts: 7551
Joined: Tue Jun 10, 2003 7:21 pm
Location: Serbia

Postby smiller » Thu Mar 23, 2006 5:15 pm

> Due to Hidden+Read Only+System File Flag Possibly.

Good thought, but I just checked and there are no file attribute flags set for this file (well, except archive, but that shouldn't matter.)
smiller
 
Posts: 61
Joined: Thu Mar 09, 2006 2:44 pm

Postby Peke » Thu Mar 23, 2006 7:34 pm

Try to load that jpg in Notepad and check if it contains "JFIF" in some of first few bytes to be sure if it is JPG 100%?

If all is OK I'm out of ideas :(
Best regards,
Pavle
MM Core Developer and Fan (check HAPPYMONKEYING Site)
Image
Image
Peke
 
Posts: 7551
Joined: Tue Jun 10, 2003 7:21 pm
Location: Serbia

AlbumArtTagger debug results

Postby teemac » Thu Mar 23, 2006 8:44 pm

trixmoto - I have been sick for a few days and only just back on my feet.

I have emailed you (gmail a/c) the full sequence and screen captures of the debug version of your script.

Hope this helps you.

teemac (Australia)
teemac
 

Postby trixmoto » Fri Mar 24, 2006 10:30 am

At the moment only "JPEG Image" files are allowed. Your images are "Paintshop Pro 8 Image" files. In the next version I will use file extension instead of image type, as no doubt other software stores their own name instead of the actual image type!
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

JPEG format

Postby teemac » Fri Mar 24, 2006 6:42 pm

trixmoto - I don't understand why the "folder.jpg" is not a "JPEG" file as you suggest. The association in windows was set by me to open ".jpg" with Paint Shop Pro. It is not Paint Shop Pro's own proprietry format (.psp).

Also 5 other graphics programs all recognise the file "folder.jpg" as a .jpg (which also includes - jpeg/jfif/jpe) graphics format file.

I also have 17 other graphics formats associated with PSP8 and they will all now show as "Paint Shop Pro 8 Image" whenever I hover over them - they also show this way in Windows Explorer in the file type column.

Just for a test I re-associated all .jpg files with MS Paint and downloaded a new cover and saved it as "folder.jpg" - the script errors now show "MS Paint File" instead of the PaintShop file type. Any graphics program will change the pop up to whatever program has the .jpg association assigned to it.

The file format is not the problem I don't think - as the file "folder.jpg" is definitely .jpg graphics format.

Any other suggestions.

thanks - teemac
teemac
 

Postby smiller » Fri Mar 24, 2006 9:15 pm

I guess I have the same question as teemac... why would the Windows file association matter? This only determines the default application used to open a file and doesn't have any effect on the file itself. The image files that I am using are all standard jpeg, but they don't seem to work with the script(?)
smiller
 
Posts: 61
Joined: Thu Mar 09, 2006 2:44 pm

Postby trixmoto » Sat Mar 25, 2006 8:50 am

New version (2.1) is now fixed so all jpg images will work, and blank entries should not be created.

:o NEW CODE BELOW :o
Last edited by trixmoto on Mon Apr 24, 2006 4:59 am, edited 1 time in total.
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Postby smiller » Mon Mar 27, 2006 1:45 pm

Just tried again with the same file that was causing the fault before and everything works perfectly now... thanks!

One more question... when the image file is added to a track the 'Image Type' field shows as 'Not Specified'. Is there a way to set the default image type to the commonly used 'Cover (front)' descriptor instead of 'Not Specified'?

Note that I'm not talking about the text in the 'Description' field, I can see how to change that, I'm referring to the 'Image Type' field.

Thanks again,
smiller
 
Posts: 61
Joined: Thu Mar 09, 2006 2:44 pm

AlbumArtTagger 2.1 working

Postby teemac » Mon Mar 27, 2006 7:15 pm

trixmoto - Thanks for all your hard work and for v2.1 - it now is adding the image to the mp3 files OK.

After running the script, I delete the "folder.jpg" file from the album folder, rescanning the test folder, monkey does not show album art (from the file that the script has added art to) when either "now playing" or "selected" is chosen as art viewing method. Tag&Rename confirms art is present, but monkey won't show it.

Can monkey show art from the tag or does "folder.jpg" need to stay in the album folder? I need to do some more research on this.

Thanks anyway for your skills in solving the problem.

teemac (Australia)
teemac
 

Postby trixmoto » Tue Mar 28, 2006 3:25 am

@smiller - line 181 is commented out...
Code: Select all
'      img.ItemType = 5
...if you remove the comment ('), I believe 5 is correct for Cover (Front).

@teemac - MM should display the artwork if it is correctly in the tags without needing an external image. I'll have a check to make sure it's not something I've missed, but maybe sending a debug log to the MM team would highlight why this is not working.

Glad you like the script. :)
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Postby smiller » Tue Mar 28, 2006 10:31 am

trixmoto wrote:@smiller - line 181 is commented out...
Code: Select all
'      img.ItemType = 5
...if you remove the comment ('), I believe 5 is correct for Cover (Front).

Ah! Don't know how I missed that. Cover (front) is item type 3 BTW.

Thanks again for your effort, I am finding it very handy for a few tasks I have been needing to get around to... great job...
smiller
 
Posts: 61
Joined: Thu Mar 09, 2006 2:44 pm

Postby Tylast » Sat Apr 08, 2006 5:25 pm

Hi T...love the script. Had a few thoughts:

1. Is there anyway to have the script use the Artist if there is no Album artist?

2. Is there a way to have the script use the Title if there is no Album name? I have quite a few singles with no Album Artist or the Album name.

3. Is there a way to have all the additional artwork (if the Track has multiple artworks) copied as well? Perhaps number the extra ones.

Thanks!
Image
Tylast
 
Posts: 129
Joined: Sun Jan 29, 2006 12:54 pm
Location: US

PreviousNext

Return to Need Help with Addons?

Who is online

Users browsing this forum: No registered users and 13 guests