INTERACT FORUM

More => Old Versions => Media Center 12 (Development Ended) => Topic started by: winterminute on August 26, 2008, 10:55:43 pm

Title: Where Are Playlists and Smartlists Saved?
Post by: winterminute on August 26, 2008, 10:55:43 pm
Are they actual files saved individually?  I'd like to share the static playlists with other software, and ideally, sync both types with sync services (i.e. Dropbox, Mesh).  That's only really possible if the files are saved individually.

Thanks...
Title: Re: Where Are Playlists and Smartlists Saved?
Post by: marko on August 27, 2008, 02:17:26 am
they're a part of the library and only MC can read them.

if you right click on 'Playlists' in the tree, there's an option there called 'Export all playlists'. You can use that to generate .m3u files.

Maybe experiment with that and see if it fits the bill?
Title: Re: Where Are Playlists and Smartlists Saved?
Post by: MrHaugen on August 27, 2008, 02:17:48 am
*wrong thread*
Title: Re: Where Are Playlists and Smartlists Saved?
Post by: marko on August 27, 2008, 02:30:59 am
DOH! :)
Title: Re: Where Are Playlists and Smartlists Saved?
Post by: winterminute on August 27, 2008, 11:12:53 am
Is there any way to automate the process?  i.e. Export all playlists every week.  I reformat a lot (2-3 times a year) and I'm trying streamline my backup and restore. 
Title: Re: Where Are Playlists and Smartlists Saved?
Post by: zxsix on August 27, 2008, 03:40:22 pm
Is there any way to automate the process?  i.e. Export all playlists every week.  I reformat a lot (2-3 times a year) and I'm trying streamline my backup and restore. 

Yep.  Create a batch file with the following command:
MC12.exe /MCC 20004, 0

Execute it whenever you want with windows scheduler or AT command line util.

Title: Re: Where Are Playlists and Smartlists Saved?
Post by: winterminute on August 28, 2008, 10:52:52 pm
zxsix >> This is a good start, however, it exports Smartlists as Static Playlists (which is actually cool for another use case), but in terms of backups, I'd like to have the Smartlists stay as Smartlists.  Is that possible?  Where can I get more details on this cmd line tool?
Title: Re: Where Are Playlists and Smartlists Saved?
Post by: zxsix on August 29, 2008, 12:11:23 am
zxsix >> This is a good start, however, it exports Smartlists as Static Playlists (which is actually cool for another use case), but in terms of backups, I'd like to have the Smartlists stay as Smartlists.  Is that possible? 

They are part of the library.  The program automatically makes regular backups of the library.
Also you can use code 20011 in that command line to force a library backup.

Quote
Where can I get more details on this cmd line tool?

Click on Dev Zone at the top of this forum.