Backup Playlists 2.2 - Updated 18/10/10

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

Moderatori: Peke, Gurus

trixmoto
Messaggi: 10024
Iscritto il: ven ago 26, 2005 3:28 am

Re: Backup Playlists 2.1 [MM2+3]

Messaggio da trixmoto »

My "Backup" script backups up the whole database and has the option to include all playlists as M3Us or do the same export as this script. This script creates a separate database which includes the criteria for the auto-playlists, it does not store the manual playlists. It was also written before my "Backup" script! :)
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Volition
Messaggi: 92
Iscritto il: sab lug 08, 2006 4:03 am

Re: Backup Playlists 2.1 [MM2+3]

Messaggio da Volition »

Ideally i have a node a playlist node (Called Squeezebox)for my squeezebox with playlists i want exported when MM3 closes. I want this to happen to the same directory.

If it is alright Trixmoto to Configure your script to my purposes, Could anyone give me some guidance on changing the script to suit my purposes.

So Export PLaylist node called Squeezebox and it's child nodes to a directory on closing MM.

Any help much appreciatted espiaccaly by the Squeezebox MM3 community.

Kind regards,

Vol
trixmoto
Messaggi: 10024
Iscritto il: ven ago 26, 2005 3:28 am

Re: Backup Playlists 2.1 [MM2+3]

Messaggio da trixmoto »

This script only copies the auto playlist criteria into a separate database. Try one of the many export m3u style scripts that exist on the forum.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Volition
Messaggi: 92
Iscritto il: sab lug 08, 2006 4:03 am

Re: Backup Playlists 2.1 [MM2+3]

Messaggio da Volition »

thanks Trixmoto
glennergy
Messaggi: 50
Iscritto il: mar giu 19, 2007 7:31 am

Re: Backup Playlists 2.1 [MM2+3]

Messaggio da glennergy »

I just installed the latest Backup Playlists, but got an error message when I tried to use it:

Error: 'LiteX' could not be installed.

I'm using MM v.3.02.1134.
trixmoto
Messaggi: 10024
Iscritto il: ven ago 26, 2005 3:28 am

Re: Backup Playlists 2.1 [MM2+3]

Messaggio da trixmoto »

The script uses "XZip.dll" which it will have put in your Scripts folder and tried to register. Because you are using Vista (right?) this has failed - try manually registering it by right-clicking on a command prompt icon and selecting "run as administrator" and then typing "regsvr32 <path>\Scripts\XZip.dll" where <path> is the path to your Scripts folder.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
glennergy
Messaggi: 50
Iscritto il: mar giu 19, 2007 7:31 am

Re: Backup Playlists 2.1 [MM2+3]

Messaggio da glennergy »

I'm actually using XP Pro, SP2. I'm not home right now, but I will try your suggestion as soon as I am. Or does the fact tha I'm using XP change anything?

Thanks.
trixmoto
Messaggi: 10024
Iscritto il: ven ago 26, 2005 3:28 am

Re: Backup Playlists 2.1 [MM2+3]

Messaggio da trixmoto »

Well you won't be able to right click and "run as administrator" but you should still try typing "regsvr32..." into a command prompt.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
glennergy
Messaggi: 50
Iscritto il: mar giu 19, 2007 7:31 am

Re: Backup Playlists 2.1 [MM2+3]

Messaggio da glennergy »

Okay, so I tried running that command through the command prompt, as follows:

regsvr32 C:\Program Files\MediaMonkey\Scripts\XZip.dll

but each time I do that, it comes back with "LoadLibrary(C:\Program") failed. Could not be found

Am I doing something wrong?
nohitter151
Messaggi: 23640
Iscritto il: mer ago 09, 2006 10:20 am

Re: Backup Playlists 2.1 [MM2+3]

Messaggio da nohitter151 »

glennergy ha scritto:Okay, so I tried running that command through the command prompt, as follows:

regsvr32 C:\Program Files\MediaMonkey\Scripts\XZip.dll

but each time I do that, it comes back with "LoadLibrary(C:\Program") failed. Could not be found

Am I doing something wrong?
Yes, surround the path with quotes:

regsvr32 "C:\Program Files\MediaMonkey\Scripts\XZip.dll"
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.
glennergy
Messaggi: 50
Iscritto il: mar giu 19, 2007 7:31 am

Re: Backup Playlists 2.1 [MM2+3]

Messaggio da glennergy »

Got it, and that worked, thanks.
misplacedamerican
Messaggi: 39
Iscritto il: mer feb 04, 2009 4:37 pm

Re: Backup Playlists 2.1 [MM2+3]

Messaggio da misplacedamerican »

Hello,

I have 2 mediamonkey db's and want to export the playlists from one (that was created with file share N:\) and want to import it into my new DB (\\fileserver\media\music)

When I backup the original file everything seems to work but when I restore I only get a small subset of the original playlists. At first I thought it was due to nesting so I moved everything down to the base level but that made no difference

I am running Vista and the latest version of MM3 with your 2.1 script

Thanks,

Buddy
nohitter151
Messaggi: 23640
Iscritto il: mer ago 09, 2006 10:20 am

Re: Backup Playlists 2.1 [MM2+3]

Messaggio da nohitter151 »

This script only exports auto-playlists. You can export regular playlists via Tools | Scripts | Export all playlists...
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.
misplacedamerican
Messaggi: 39
Iscritto il: mer feb 04, 2009 4:37 pm

Re: Backup Playlists 2.1 [MM2+3]

Messaggio da misplacedamerican »

Hello Nohitter,

Thanks for the response, is there any way to import the files once they are exported?

Thanks again,

Buddy
nohitter151
Messaggi: 23640
Iscritto il: mer ago 09, 2006 10:20 am

Re: Backup Playlists 2.1 [MM2+3]

Messaggio da nohitter151 »

The same way you import tracks, just make sure "m3u" is checked as a file type to scan for.
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.
Rispondi