Backup 5.8 - Updated 27/10/2010

Download and get help for different MediaMonkey Addons.

Moderators: Peke, Gurus

Re: Backup 5.2 [MM2+3]

Postby dypsis » Wed Aug 12, 2009 2:31 pm

trixmoto wrote:Have you tried manually copying the ".db" file into the right location? I don't know why the playcounts would be missing. :-?

I think the play count details and date added details were actually there the very first time I opened MM.

But sometime after that the details disappeared on all computers.
Would the fact that I now have a slightly different folder structure make any difference?

Update: I have manually copied MM.DB over again, and the play count details are back.
But now the old paths are displayed in the Library, and tracks greyed out.

Any ideas?
dypsis
 
Posts: 998
Joined: Wed Apr 30, 2008 9:51 pm
Location: Brisbane, Australia

Re: Backup 5.2 [MM2+3]

Postby trixmoto » Wed Aug 12, 2009 4:54 pm

You should be able to use the "Locate Missing/Moved Tracks" option on the "File" menu to find them again.
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: 9711
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Backup 5.2 [MM2+3]

Postby dypsis » Wed Aug 12, 2009 6:29 pm

trixmoto wrote:You should be able to use the "Locate Missing/Moved Tracks" option on the "File" menu to find them again.

OK. Thanks mate.
I will try that when I get home.

I have already updated the file monitor path to reflect the new music location. It was the first thing I done.

Would that cause the database to be wiped clean?
dypsis
 
Posts: 998
Joined: Wed Apr 30, 2008 9:51 pm
Location: Brisbane, Australia

Re: Backup 5.2 [MM2+3]

Postby dypsis » Wed Aug 12, 2009 9:22 pm

trixmoto wrote:You should be able to use the "Locate Missing/Moved Tracks" option on the "File" menu to find them again.

Unfortunately, it didn't work.

It didn't redirect any tracks at all.
dypsis
 
Posts: 998
Joined: Wed Apr 30, 2008 9:51 pm
Location: Brisbane, Australia

Re: Backup 5.2 [MM2+3]

Postby dypsis » Thu Aug 13, 2009 5:31 am

I know this is not your problem trix, but I think MM needs to improve database migration.
dypsis
 
Posts: 998
Joined: Wed Apr 30, 2008 9:51 pm
Location: Brisbane, Australia

Re: Backup 5.2 [MM2+3]

Postby trixmoto » Thu Aug 13, 2009 5:41 am

Is it the root path that you've changed? Maybe you could use "RegExp" or a similar script to globally update the path of all your tracks if this is the case.
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: 9711
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Backup 5.2 [MM2+3]

Postby dypsis » Thu Aug 13, 2009 5:50 am

trixmoto wrote:Is it the root path that you've changed? Maybe you could use "RegExp" or a similar script to globally update the path of all your tracks if this is the case.

I just changed:

D:xxxx\Music

To:

D: Music
dypsis
 
Posts: 998
Joined: Wed Apr 30, 2008 9:51 pm
Location: Brisbane, Australia

Re: Backup 5.2 [MM2+3]

Postby gblum » Mon Sep 07, 2009 11:24 am

I'm having trouble backing up Playlists with this script. I get a 'path not found' error even though I've configured the script to use a folder I inserted during the configuration. I've watched the script run and it starts by deleting the folder that I'd just created. Am i setting something up wrong?
gblum
 
Posts: 55
Joined: Sun Jul 15, 2007 10:56 am
Location: Rhode Island

Re: Backup 5.2 [MM2+3]

Postby trixmoto » Tue Sep 08, 2009 3:15 am

The path should be created automatically. For me to know if you're setting it up wrong you're going to have to let me know how you're setting it up. Maybe a screenshot of the error would be useful as well.
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: 9711
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Backup 5.2 [MM2+3]

Postby gblum » Tue Sep 08, 2009 5:03 pm

I don't know how to post immages so I can't show you screen shots, but the error is from Windows Script Host and reads as follows:
Script: C:\Program Files\MediaMonket\Scripts\ABackup.vbs
Line: 386
Char: 22
Error: Path not found
Code: 800A004C
Source: Microsoft VBScript runtime error

I have Backup set up as follows:
Output path: G\MediaMonkey Backup\
Check database size at least 1MB
Cleanup output path before backup
overwrite previous backup
include ExportM3Us - Path = G:\MediaMonkey Backup\Playlists\
Include registry settings

Thank you.
gblum
 
Posts: 55
Joined: Sun Jul 15, 2007 10:56 am
Location: Rhode Island

Re: Backup 5.2 [MM2+3]

Postby nynaevelan » Tue Sep 08, 2009 5:34 pm

gblum wrote:I have Backup set up as follows:
Output path: G\MediaMonkey Backup\


I assume this is a typo and it is not how it is in the setup. But check to make sure the directories actually exist, I usually only get that error when I set the script to backup to a directory that does not exist and it is usually in the export m3us section.

Nyn
3.2x - Win7 Ultimate (Zen Touch 2 16 GB/Zen 8GB)
Link to Favorite Scripts/Skins

Join Dropbox, the online site to share your files
nynaevelan
 
Posts: 5540
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA

Re: Backup 5.2 [MM2+3]

Postby trixmoto » Wed Sep 09, 2009 3:22 am

Yes, this line of the code is trying to create an M3U in a folder which doesn't exist. I'll make sure that the path is generated before the M3U 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: 9711
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Backup 5.2 [MM2+3]

Postby gblum » Wed Sep 09, 2009 5:07 am

nynaevelan wrote:
gblum wrote:I have Backup set up as follows:
Output path: G\MediaMonkey Backup\


I assume this is a typo and it is not how it is in the setup. But check to make sure the directories actually exist, I usually only get that error when I set the script to backup to a directory that does not exist and it is usually in the export m3us section.

Nyn


Sorry, it is a typo. The path configuration is G:\MediaMonkey Backup\. It does exist, but when the script runs all the sub's are deleted, which is what I assume is happening to G:\MediaMonkey Backup\Playlists.
gblum
 
Posts: 55
Joined: Sun Jul 15, 2007 10:56 am
Location: Rhode Island

Re: Backup 5.2 [MM2+3]

Postby trixmoto » Wed Sep 09, 2009 6:48 am

If "G:\MediaMonkey Backup\" exists then it should be able to create "G:\MediaMonkey Backup\Playlists\" but for some reason it doesn't seem to be. I will fix this in the next version. For now you'll either have to use a location outside of the output path, or not backup your playlists automatically.
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: 9711
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Backup 5.2 [MM2+3]

Postby nynaevelan » Wed Sep 09, 2009 7:02 am

I guess I never ran into this problem because I have my playlists going to a different directory than the output path.

Nyn
3.2x - Win7 Ultimate (Zen Touch 2 16 GB/Zen 8GB)
Link to Favorite Scripts/Skins

Join Dropbox, the online site to share your files
nynaevelan
 
Posts: 5540
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA

PreviousNext

Return to Need Help with Addons?

Who is online

Users browsing this forum: No registered users and 7 guests