Page 82 of 101

Re: Backup 5.8 for 64bit Windows

Posted: Mon Jun 23, 2014 10:03 am
by gpzbc
nickscafe wrote:Hi folks. I've read through the forum several times, and I can see that Trixmoto's script has been adapted by other users for 64bit OS - but I can't find any guidance on how to do it. Could someone offer some help, please? Not smart enough to do it alone..! Thanks.
Can you point me toward these adaptations that you saw? I didn't make any adaptations for my Win7 64 bit OS and it is running fine for me.

Re: Backup 5.8 - Updated 27/10/2010

Posted: Mon Jun 23, 2014 10:06 am
by dtsig
I used it on 64bit Win7 and it works great for me too. Not sure what might need changing

Re: MMW or Backkup 5.8?

Posted: Tue Jun 24, 2014 3:29 pm
by trixmoto
dtsig wrote:There are a couple changes to the db that doesn't appear on the message box you popup. For example last night I convert 30 files from AVI to MP4. The MMW changed the path from xxx.avi to xxx.mp4. When Moving files is another time that it doesn't report the number of files changed. Was just wondering if it was Backup missing this or, as i suspect, for some reason just changing the path column MMW doesn't update what ever counter/flag/date etc.
I'll take a look. It might be that MM isn't firing events when it should be, or I need to register a few more events to capture all the changes, or I need to request some new events from the MM devs so that I can register them.

Re: MMW or Backkup 5.8?

Posted: Wed Jun 25, 2014 8:05 pm
by dtsig
trixmoto wrote:
dtsig wrote:There are a couple changes to the db that doesn't appear on the message box you popup. For example last night I convert 30 files from AVI to MP4. The MMW changed the path from xxx.avi to xxx.mp4. When Moving files is another time that it doesn't report the number of files changed. Was just wondering if it was Backup missing this or, as i suspect, for some reason just changing the path column MMW doesn't update what ever counter/flag/date etc.
I'll take a look. It might be that MM isn't firing events when it should be, or I need to register a few more events to capture all the changes, or I need to request some new events from the MM devs so that I can register them.
thanks for looking into this. Let me know if you want me to test something

Re: Backup 5.8 - Updated 27/10/2010

Posted: Sun Jun 29, 2014 5:12 pm
by trixmoto
I think I've fixed the known issues now, I'm just working on seeing if I can use DotNetZip for the zip archives instead of XZip.

Re: Backup 5.8 - Updated 27/10/2010

Posted: Sun Jun 29, 2014 6:25 pm
by dtsig
YEA on both accounts.

Re: Backup 5.8 - Updated 27/10/2010

Posted: Sun Jun 29, 2014 6:48 pm
by gpzbc
Nice!

Re: Backup 6.0 - Updated 01/07/2014

Posted: Tue Jul 01, 2014 4:46 pm
by trixmoto
New version (6.0) is now available to download from my website. Changes include...

- Added count of tracks converted since last backup
- Fixed location of MediaMonkey.ini file not always right
- Fixed 'database is locked' error with BackupPlaylists option
- Uses DotNetZip if available (otherwise XStandard, as before)

I couldn't find an easy way to automatically register the DotNetZip component, especially if the user doesn't have .NET SDK installed. However, if you download and install the DotNetZip installater then the next time you use this script it will use this instead of XZip. The component being used is displayed in the messages so that you can check.

Re: Backup 6.0 - Updated 01/07/2014

Posted: Tue Jul 01, 2014 7:12 pm
by dtsig
Just tried this and it appears to have worked the very first time on my db file of 824meg .. woooooot

The only thing I noticed .. was that the "update extensions" didn't know it was an update. Meaning, i went to Tools->Extensions->Find Updates and Backup 5.8 didn't know there was an update. I did download from your site and the install appears to have installed over the top and used all settings. Just that little thing.

You will find a christmas present in your stocking .. santa loves you baby

Re: Backup 6.0 - Updated 01/07/2014

Posted: Wed Jul 02, 2014 3:28 am
by trixmoto
Great, I'm glad it's worked for you. It seems to be quicker to me as well, but I have a much smaller library, so it's hard to tell.

I think it depends where you usually get my installation package from. If you download it directly from my website, then the installation package will be checking my website for the update (which is working)... http://trixmoto.net/mm/check.php?f=backup

However, if download from the addons site (where I update a copy of the installation package) then this needs to be reviewed first, before their update URL will be updated. I've uploaded version 6.0 there but it's not been reviewed yet.

And thank you very much, really appreciated. :)

Re: Backup 6.0 - Updated 01/07/2014

Posted: Wed Jul 02, 2014 1:03 pm
by Mizery_Made
Updated to latest version, getting the following upon attempt to backup:
Script: ...\ABackup2.vbs
Line: 463
Char: 11
Error: An item with the same key has already been added.
Code: 80070057
Source: mscorlib

Re: Backup 6.0 - Updated 01/07/2014

Posted: Wed Jul 02, 2014 4:24 pm
by trixmoto
It seems to be saying there's a duplicate folder. What is your "other" path?

Re: Backup 6.0 - Updated 01/07/2014

Posted: Wed Jul 02, 2014 9:59 pm
by gpzbc
The dotnetzip is a nice addition. Thank you!

Unfortunately, I am getting the same error as Mizery_Made. My "other" path is Users\XXX\AppData\Roaming\MediaMonkey\

EDIT: It seems to generate this error message right when it begins creating the zip archive with DotNetZip.

Re: Backup 6.0 - Updated 01/07/2014

Posted: Wed Jul 02, 2014 11:07 pm
by dtsig
Yeah I think it is faster in the backup bits too. Took only 20 sec for my nearly 800meg db. Pretty quick

Re: Backup 6.0 - Updated 01/07/2014

Posted: Sun Jul 06, 2014 11:55 am
by trixmoto
I think the way it's currently working, you can't have two folders that have the same name. If you've got "Extensions" ticked then this folder is usually called "MediaMonkey" as well, so that's probably the conflict. I'm not sure if I'll be able to fix that easily using the DotNetZip component or not.