iTunesMonkey 1.0 + Acoustid

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

Banditware

Re: iTunesMonkey 1.0 + Acoustid

Post by Banditware »

iTunes uses a specific tag called ITUNESCATALOGID is that what oSong.Comment is in your script?

The iTunes specific ITUNESADVISORY is used to mark a track with a rating of none (0), explicit (1), or clean (2)
Is that something you can query?
Banditware

Re: iTunesMonkey 1.0 + Acoustid

Post by Banditware »

just tested the changes you suggested and it looks like it get the info i was looking for... now if we can get it into the ITUNESCATALOGID instead of the comment tag that will be perfect!
CarlitoGil
Posts: 294
Joined: Sun Sep 07, 2008 10:46 am
Location: Dominican Republic
Contact:

Re: iTunesMonkey 1.0 + Acoustid

Post by CarlitoGil »

Banditware wrote:iTunes uses a specific tag called ITUNESCATALOGID is that what oSong.Comment is in your script?
That's what it would be if you add those lines.
Banditware wrote:The iTunes specific ITUNESADVISORY is used to mark a track with a rating of none (0), explicit (1), or clean (2)
Is that something you can query?
That would be contentAdvisoryRating in the API, which is the public way to get iTunes metadata, like my script does.
It would take more than a couple of lines to add that to the script.
Banditware wrote:... now if we can get it into the ITUNESCATALOGID instead of the comment tag that will be perfect!
MediaMonkey doesn't support that tag. You could do it with foobar2000, if you're familiar with it.
iTunesMonkey + Acoustid – Find metadata from iTunes and Acoustid
Banditware

Re: iTunesMonkey 1.0 + Acoustid

Post by Banditware »

Hey,
so i have another request that will probably be custom but i would really appreciate it
If you have a paypal setup i would gladly donate :D

so it looks like each track returns
trackExplicitness":"explicit
or
trackExplicitness":"cleaned
or
trackExplicitness":"notExplicit

is there a way we can change those into 0(notExplicit), 1(explicit), and 2(cleaned) and put that into a tag like "RATING MM" or something so i can then move it to "ITUNESADVISORY" myself?

i was also hoping to get "discCount":X, "discNumber":Y, combined like "X/Y" and put into the "DISCNUMBER" tag so i can then split them and move them so i can have the "TOTALDISCS" that iTunes uses as well
also hoping to do this with
"trackCount":X, "trackNumber":Y, as well

thanks man
Banditware

Re: iTunesMonkey 1.0 + Acoustid

Post by Banditware »

I was just thinking if it would be easier for you you can just dump all my requests in the comment tag with separators. like:
MatchID/Explicitness#/discCount/trackCount

then i can just split it up and put each part into the tags i want.

You would be my hero.
and again... i would be happy to make a donation :D
CarlitoGil
Posts: 294
Joined: Sun Sep 07, 2008 10:46 am
Location: Dominican Republic
Contact:

Re: iTunesMonkey 1.0 + Acoustid

Post by CarlitoGil »

Banditware wrote:You would be my hero.
Well, how can I say no to that?

http://www.mediafire.com/download/9fhoq ... Monkey.vbs

The data will be in the Custom1 tag so it can be previewed in the Auto-Tag window.
The order is ID/Explicitness#/discCount/trackCount as requested.
iTunesMonkey + Acoustid – Find metadata from iTunes and Acoustid
Banditware

Re: iTunesMonkey 1.0 + Acoustid

Post by Banditware »

Image

Thank you soooo much

I got this error tho, hopefully it will be a quick fix.
Banditware

Re: iTunesMonkey 1.0 + Acoustid

Post by Banditware »

never mind.
on examination the file downloaded wrong.
it works perfect.
You're awesome!!!!
Banditware

Re: iTunesMonkey 1.0 + Acoustid

Post by Banditware »

Hey,
this is a bug i noticed before you added my custom stuff but forgot to report. It seems an extra "TRACK" tag is being added.

Image

This isnt a big issue for me because it seems like when i open them up in Mp3tag to make manual adjustments it fixes the problem for me automatically.
But i thought i should let you know.

Thanks again!!
CarlitoGil
Posts: 294
Joined: Sun Sep 07, 2008 10:46 am
Location: Dominican Republic
Contact:

Re: iTunesMonkey 1.0 + Acoustid

Post by CarlitoGil »

Banditware wrote:It seems an extra "TRACK" tag is being added.
That's a MediaMonkey issue.
It duplicates tags in .MP4 and M4A (they're basically the same thing), but I think that's on purpose, some players read one and others the other, if I remember correctly.
iTunesMonkey + Acoustid – Find metadata from iTunes and Acoustid
Banditware

Re: iTunesMonkey 1.0 + Acoustid

Post by Banditware »

Last request i promise!!!!!

Can you add to the end of the CUSTOM1 field if the album artist is "Various Artists" add "/1", if anything else add a "/" so i get a null value

This way i can add mark albums with the "COMPILATION" field too

I think this is pretty much the last standard iTunes tag so there should be any more request coming your way.

Thank you soooo much!!!!!
CarlitoGil
Posts: 294
Joined: Sun Sep 07, 2008 10:46 am
Location: Dominican Republic
Contact:

Re: iTunesMonkey 1.0 + Acoustid

Post by CarlitoGil »

Banditware wrote:Can you add to the end of the CUSTOM1 field if the album artist is "Various Artists" add "/1", if anything else add a "/" so i get a null value
You will find this line repeated two times

Code: Select all

If .DiscNumberStr = "1/1" Then .DiscNumberStr = "0"
put this before it

Code: Select all

If .AlbumArtistName = "Various Artists" Then .Comment = .Comment &"/1" Else .Comment = .Comment &"/" End If
iTunesMonkey + Acoustid – Find metadata from iTunes and Acoustid
Banditware

Re: iTunesMonkey 1.0 + Acoustid

Post by Banditware »

Perfect thank you.

I was having a problem with the albums that are only 1 disc having their disc numbers always showing up as 0, so i deleted those 2 lines of

Code: Select all

If .DiscNumberStr = "1/1" Then .DiscNumberStr = "0"
that fixed my problem. i hope that isnt messing up something i dont see. was that an ok change to make?

Thanks again man! awesome script with awesome support!!!
ohneland
Posts: 122
Joined: Mon Jan 08, 2007 11:11 am

Re: iTunesMonkey 1.0 + Acoustid

Post by ohneland »

Can someone pls explain to me what this script does?
I have never used iTunes so most of the things do not really say anything to me.
I was pointed to this addon because of its ability to create custom playlists???
ohneland

Win 10
Logitech Media Server on a Synology NAS with diff. players
MM 5, MP3Tag, EAC, Musicbee
gpzbc
Posts: 1226
Joined: Sat Sep 13, 2008 12:02 am
Location: Colorado, USA

Re: iTunesMonkey 1.0 + Acoustid

Post by gpzbc »

The first post of this thread should give you a pretty clear understanding. If you still have questions after reading that, please ask.


EDIT: the author of the script even took time to explain the details of how/why this script works in this post: http://www.mediamonkey.com/forum/viewto ... 30#p368945
--
The gpzbc
Post Reply