Page 1 of 4

MP3 Tunes Locker 1.3 - Updated 12/03/2011

Posted: Tue Mar 24, 2009 9:43 am
by trixmoto
This is a new script which provides integration with an MP3 Tunes locker account, allowing you to listen to tracks in your locker directly within MediaMonkey. You can also you it to upload tracks to your locker, and delete tracks already in there.

A new node called "MP3Tunes Locker" will be added below the "Library" node. Expanding this will attempt to log you in, showing you a screen to enter your username and password (with options to store these values - the password is encrypted before storing). Once access has been granted the artists and albums in your locker will be displayed in the tree. Clicking on an album will show all the tracks in the album which are in your locker - these tracks are added to your library and can be played and tagged like any others, although changing the tags will not affect the tags in your locker.

If you delete one of these locker tracks in MM then it will also be deleted from your locker. In this case it is moved to the "trash" folder so you can access your locker online to undo this action. If you select library tracks, right-click and select "Send to... > MP3Tunes Locker" then the tracks will be uploaded to your locker. You will need to collapse and expand the "MP3Tunes Locker" node to refresh the artist and album lists.

As always the download link is on my website. Let me know what you think! :)

Re: MP3 Tunes Locker 1.0 [MM3]

Posted: Sat May 02, 2009 7:59 am
by sommo
This is very good!
Been using it for a few days now (as a free user)
Works well!
Yet again, another great script by trixmoto!!!!

Re: MP3 Tunes Locker 1.0 [MM3]

Posted: Sun May 03, 2009 4:27 am
by trixmoto
Thanks! I think the person who original requested it has not been back to the forum to see it, so I'm glad someone else has got some use out of it! :)

Re: MP3 Tunes Locker 1.0 [MM3]

Posted: Mon May 25, 2009 3:31 pm
by Guest
This is great! Kudos from another user of Mp3tunes too!

Re: MP3 Tunes Locker 1.0 [MM3]

Posted: Thu Jan 14, 2010 10:59 am
by Guest
I have just installed this script on the latest build of Media Monkey, and get a

Code: Select all

Upload Failed: MD5 Component cannot be installed.
Is there some other script or addin required for Media Monkey?

Re: MP3 Tunes Locker 1.0 [MM3]

Posted: Thu Jan 14, 2010 1:34 pm
by trixmoto
The MP3Tunes locker uses MD5 hashes for security, so this script includes a component called "XMD5.dll" to handle this. The script attempts to copy this file to your Windows folder (%windir%) and then registers it, which appears to be failing for you, probably because of UAC. You should manually copy this file from your Scripts folder to your Windows folder and then right-click on a Command icon (cmd.exe) and select "run as administrator", then run this command...

Code: Select all

regsvr32 %windir%\XMD5.dll
You should get a message to confirm the registration, and then the script should function correctly.

Re: MP3 Tunes Locker 1.0 [MM3]

Posted: Thu Jan 14, 2010 4:33 pm
by Guest
Thanks, that registered, I will see what happens when I try and send a file.

Should it matter that im using Win 7 x64?

Re: MP3 Tunes Locker 1.0 [MM3]

Posted: Fri Jan 15, 2010 5:03 am
by trixmoto
Well I've only tested it on Vista, but theoretically it should work. I'd certainly be interested to find out! :)

Re: MP3 Tunes Locker 1.0 [MM3]

Posted: Wed Apr 28, 2010 2:28 am
by Alberto
Guest wrote:I have just installed this script on the latest build of Media Monkey, and get a

Code: Select all

Upload Failed: MD5 Component cannot be installed.
Is there some other script or addin required for Media Monkey?

Re: MP3 Tunes Locker 1.0 [MM3]

Posted: Wed Apr 28, 2010 3:28 am
by trixmoto
trixmoto wrote:The MP3Tunes locker uses MD5 hashes for security, so this script includes a component called "XMD5.dll" to handle this. The script attempts to copy this file to your Windows folder (%windir%) and then registers it, which appears to be failing for you, probably because of UAC. You should manually copy this file from your Scripts folder to your Windows folder and then right-click on a Command icon (cmd.exe) and select "run as administrator", then run this command...

Code: Select all

regsvr32 %windir%\XMD5.dll
You should get a message to confirm the registration, and then the script should function correctly.

Re: MP3 Tunes Locker 1.1 - Updated 26/06/2010

Posted: Sat Jun 26, 2010 2:08 pm
by trixmoto
New version (1.1) is available to download from my website. I've fixed that fact that locker songs are left in library after uninstallation.

Re: MP3 Tunes Locker 1.1 - Updated 26/06/2010

Posted: Sun Jul 04, 2010 3:15 pm
by santhony
I just bought MM Gold and love it. I was trying to download the MP3 Tunes script but get a message that the file does not exist. Please help. Thanks.

Re: MP3 Tunes Locker 1.1 - Updated 26/06/2010

Posted: Mon Jul 05, 2010 3:23 am
by trixmoto
Apologies, I'll try to get this uploaded this evening. :oops:

Re: MP3 Tunes Locker 1.1 - Updated 26/06/2010

Posted: Thu Jul 08, 2010 10:54 pm
by santhony
Great, thank you!

Re: MP3 Tunes Locker 1.1 - Updated 26/06/2010

Posted: Thu Aug 05, 2010 4:46 pm
by d1v
Great script. Works well. I ran into the MD5 Hash issue but resolved it quickly with the instructions above. BTW - I don't have UAC enabled. I think my failure was because I'm running Win7 64-bit. Either way not a big deal.

As part of the upload process I received a few upload errors. Is there a logging location or can I increase the logging level to a debug state to understand what's going on?