Search found 299 matches

by CarlitoGil
Tue Sep 02, 2014 5:29 pm
Forum: Wishlist (MMW4)
Topic: Split Artist field
Replies: 1
Views: 970

Split Artist field

Right now, you can determine a string to separate multiple-value fields.

How about a different setting for Artist and Album Artist?
Where the user can specify multiple splitters.
Like: "; | feat. | presents "
I'd make it case sensitive.
The Artist node would reflect this.
by CarlitoGil
Thu Feb 06, 2014 4:06 pm
Forum: Bug Reports (MMW4)
Topic: .M3U8 playlists without BOM are not recognized as UTF-8
Replies: 0
Views: 1222

.M3U8 playlists without BOM are not recognized as UTF-8

When importing .M3U8 playlists formated as UTF-8 without BOM the Unicode characters are not recognized as such.

And why does MM require BOM for any UTF-8 playlist?
"The Unicode Standard permits the BOM in UTF-8, but does not require nor recommend its use."

4.1.0.1690
by CarlitoGil
Sun Jan 26, 2014 11:47 pm
Forum: Bug Reports (MMW4)
Topic: Drag & drop from MM4 to iTunes 10.5 fails [#9101]
Replies: 10
Views: 8362

Drag and Drop to iTunes

I can drag and drop between MediaMonkey, foobar2000 and iTunes in all directions except from MediaMonkey to iTunes.
Am I missing something?
by CarlitoGil
Wed Jan 15, 2014 3:58 pm
Forum: Artwork
Topic: MetroMonkey Skins v 2.1.0.0 (01.01.2014)
Replies: 88
Views: 229932

Re: MetroMonkey Skins v 2.1.0.0 (01.01.2014)

DreadM wrote:at the moment i find no time for this
Aw. Great skin tho.
by CarlitoGil
Fri Jan 10, 2014 4:58 am
Forum: Artwork
Topic: MetroMonkey Skins v 2.1.0.0 (01.01.2014)
Replies: 88
Views: 229932

Re: MetroMonkey Skins v 2.1.0.0 (01.01.2014)

I like the light version.
How come it only has one size?

I would like the player in the light version to be gray intead of blue.
by CarlitoGil
Sat Dec 14, 2013 2:40 am
Forum: Wishlist (MMW4)
Topic: ActiveX Browser Version [#7383]
Replies: 13
Views: 11691

Re: ActiveX Browser Version [#7383]

Hey, I think this can be ready for 4.1 after all. There are two methods for loading web pages to the ActiveX browser in MediaMonkey. .Interf.Navigate .SetHTMLDocument It seems that ".SetHTMLDocument" is triggering some kind of quirks mode, because the same document works fine if loaded wit...
by CarlitoGil
Fri Dec 13, 2013 2:18 pm
Forum: Wishlist (MMW4)
Topic: ActiveX Browser Version [#7383]
Replies: 13
Views: 11691

Re: ActiveX Browser Version [#7383]

As far as I can tell, even if it says it's IE9, CSS and JavaScript work the same as in IE7.
by CarlitoGil
Fri Dec 13, 2013 11:10 am
Forum: Wishlist (MMW4)
Topic: ActiveX Browser Version [#7383]
Replies: 13
Views: 11691

Re: ActiveX Browser Version [#7383]

It is fixed in MM 4.1 Not quite, but you're getting there. Thanks for working on this, it's important to me. Before, the browser was limited to IE7, and now to IE9. I'm going to assume that's by design. But, the CSS property "border-radius" is supposed to work on IE9, and it doesn't in th...
by CarlitoGil
Mon Dec 09, 2013 8:15 pm
Forum: MediaMonkey for Windows 4 Beta Testing
Topic: Update Debug Version
Replies: 0
Views: 1346

Update Debug Version

I usually use the latest test build.
It would be nice if the debug version checked for an update of the latest build, from the Help menu, instead of the latest stable release.
by CarlitoGil
Tue Jul 30, 2013 7:57 pm
Forum: Need Help with Addons? (MMW4)
Topic: iTunesMonkey 1.0 + Acoustid
Replies: 201
Views: 153544

Re: iTunesMonkey 1.0 + Acoustid

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 If .DiscNumberStr = "1/1" Then .DiscNumberStr = "0" put this b...
by CarlitoGil
Tue Jul 30, 2013 1:45 pm
Forum: Need Help with Addons? (MMW4)
Topic: iTunesMonkey 1.0 + Acoustid
Replies: 201
Views: 153544

Re: iTunesMonkey 1.0 + Acoustid

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.
by CarlitoGil
Tue Jul 30, 2013 1:00 pm
Forum: Need Help with Addons? (MMW4)
Topic: iTunesMonkey 1.0 + Acoustid
Replies: 201
Views: 153544

Re: iTunesMonkey 1.0 + Acoustid

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.
by CarlitoGil
Tue Jul 30, 2013 5:40 am
Forum: Need Help with Addons? (MMW4)
Topic: iTunesMonkey 1.0 + Acoustid
Replies: 201
Views: 153544

Re: iTunesMonkey 1.0 + Acoustid

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. 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 woul...
by CarlitoGil
Tue Jul 30, 2013 5:04 am
Forum: Need Help with Addons? (MMW4)
Topic: iTunesMonkey 1.0 + Acoustid
Replies: 201
Views: 153544

Re: iTunesMonkey 1.0 + Acoustid

If you can let me know how to edit the script so that each song can be tagged with its corresponding ITUNESCATALOGID i would very much appreciate it. In MediaMonkey.vbs Find line 1118 .oSongRemote.Path = sTemporaryPath & aMatchIDs(i) &".m4a" Add this after it: oSong.Comment = aMat...