Backup MM Tracks v2.7 (01-11-08) [MM3]

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

Moderators: Peke, Gurus

nynaevelan
Posts: 5559
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA
Contact:

Re: Backup MM Tracks v2.3 (15-09-08) [MM3]

Post by nynaevelan »

Bex:

What criteria is the Last100 script using to determine if a track has been modified?

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
MoDementia
Posts: 1321
Joined: Thu Jun 15, 2006 3:26 pm
Location: Geelong, Victoria, Australia

Re: Backup MM Tracks v2.3 (15-09-08) [MM3]

Post by MoDementia »

I think I may have had a problem with WMA tracks not updating tags when I wrote this hence it wouldn't work off the filemodified value.

I will do another version which runs of filemodified instead and see if there are any instances where it won't work.
nynaevelan
Posts: 5559
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA
Contact:

Re: Backup MM Tracks v2.3 (15-09-08) [MM3]

Post by nynaevelan »

Would it be better to just add a FileModified node or will the script itself have to be changed?? I don't want you to change the script if it is working for everyone else, but I would like to have that node. I am trying to work on a custom node, but having trouble getting it to work.

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: 5559
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA
Contact:

Re: Backup MM Tracks v2.3 (15-09-08) [MM3]

Post by nynaevelan »

Hey:

I was finally able to create a node that gives me tracks that have been changed in order for them to be re-backed up so you do not need to modify the script if you do not want to.

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
MoDementia
Posts: 1321
Joined: Thu Jun 15, 2006 3:26 pm
Location: Geelong, Victoria, Australia

Re: Backup MM Tracks v2.4 (20-09-08) [MM3]

Post by MoDementia »

New Version

' 20-09-08 Version 2.4
' Based on Track Modified Date/Time (Modify Timestamp when updating tags needs to be checked)
' Fixed the install/uninstall (no duplicate menu options/nodes)
nynaevelan
Posts: 5559
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA
Contact:

Re: Backup MM Tracks v2.4 (20-09-08) [MM3]

Post by nynaevelan »

MoDementia wrote:' Based on Track Modified Date/Time (Modify Timestamp when updating tags needs to be checked)
nynaevelan wrote:Hey:

I was finally able to create a node that gives me tracks that have been changed in order for them to be re-backed up so you do not need to modify the script if you do not want to.
Now we are in sync and I am back on track. Thank you once again. :D :D

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: 5559
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA
Contact:

Re: Backup MM Tracks v2.4 (20-09-08) [MM3]

Post by nynaevelan »

Ok:

I keep getting the following error and I do not know what is causing it, it will usually happen in the Missing or Changed nodes, I haven't seen it yet in the Never Backed Up node and every time I get it when I close MM I get that exception error.

Image

Image.

There are no other scripts running at the same time nor anything else happening on the drive.

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
Bex
Posts: 6316
Joined: Fri May 21, 2004 5:44 am
Location: Sweden

Re: Backup MM Tracks v2.3 (15-09-08) [MM3]

Post by Bex »

nynaevelan wrote:Bex:

What criteria is the Last100 script using to determine if a track has been modified?

Nyn
I use FileModified and it also has to be greater than DateAdded.
Advanced Duplicate Find & Fix Find More From Same - Custom Search. | Transfer PlayStat & Copy-Paste Tags/AlbumArt between any tracks.
Tagging Inconsistencies Do you think you have your tags in order? Think again...
Play History & Stats Node Like having your Last-FM account stored locally, but more advanced.
Case & Leading Zero Fixer Works on filenames too!

All My Scripts
MoDementia
Posts: 1321
Joined: Thu Jun 15, 2006 3:26 pm
Location: Geelong, Victoria, Australia

Re: Backup MM Tracks v2.4 (20-09-08) [MM3]

Post by MoDementia »

I don't think it is a script error as the line number is not related to any of the nodes
I think it is an internal MM error which needs a computer reboot.
nynaevelan
Posts: 5559
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA
Contact:

Re: Backup MM Tracks v2.4 (20-09-08) [MM3]

Post by nynaevelan »

MoDementia wrote:I don't think it is a script error as the line number is not related to any of the nodes
I think it is an internal MM error which needs a computer reboot.
I think that power outage I had earlier in the week might have damaged my hard drive, sh$*&. I am in the process of backing up my backup to another drive to avoid any other loss of data. Hopefully since this encasement holds two 500gb hard drives, only 1 will need to be replaced. My husband is going to kill me when I tell him I need to buy another hard drive. :evil:

In the meantime is there a sql query I can run to move the track backup table info from the v: drive to the d: drive?

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
MoDementia
Posts: 1321
Joined: Thu Jun 15, 2006 3:26 pm
Location: Geelong, Victoria, Australia

Re: Backup MM Tracks v2.4 (20-09-08) [MM3]

Post by MoDementia »

I think this is what you want
Woohoo first time I have used this SQL and I got the syntax right first go :P
Much easier than RegExp :P

Code: Select all

UPDATE TrackBackup SET BackupPathName=Replace(BackupPathName,'v:\','d:\')
I don't think you use export art? but you will have to do the same for them i.e

Code: Select all

UPDATE TrackBackup SET ArtPathNames=Replace(ArtPathNames,'v:\','d:\')
nohitter151
Posts: 23640
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA
Contact:

Re: Backup MM Tracks v2.4 (20-09-08) [MM3]

Post by nohitter151 »

nynaevelan wrote:I think that power outage I had earlier in the week might have damaged my hard drive, sh$*&. I am in the process of backing up my backup to another drive to avoid any other loss of data. Hopefully since this encasement holds two 500gb hard drives, only 1 will need to be replaced. My husband is going to kill me when I tell him I need to buy another hard drive. :evil:
...
Nyn
I don't mean to hijack the thread, but theres a cheap 500gig HD at Woot today. They're only on sale for another 4 hours or so, just FYI.
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?

Please no PMs in reply to a post. Just reply in the thread.
nynaevelan
Posts: 5559
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA
Contact:

Re: Backup MM Tracks v2.4 (20-09-08) [MM3]

Post by nynaevelan »

For that price I bought two, you see this is why I am always in trouble with the hubby, I have poor impulse control. :wink:

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
nohitter151
Posts: 23640
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA
Contact:

Re: Backup MM Tracks v2.4 (20-09-08) [MM3]

Post by nohitter151 »

nynaevelan wrote:For that price I bought two, you see this is why I am always in trouble with the hubby, I have poor impulse control. :wink:

Nyn
:lol:
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?

Please no PMs in reply to a post. Just reply in the thread.
nynaevelan
Posts: 5559
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA
Contact:

Re: Backup MM Tracks v2.4 (20-09-08) [MM3]

Post by nynaevelan »

The query worked perfectly but now my entire library is showing up in the Missing/Moved node. :( I think I will leave this one alone until I get my replacement drive.

Of course after buying two new drives, I found out my drive is still under warranty. Now I will just have to put one in my husband's computer and save the other as a backup.

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
Post Reply